summaryrefslogtreecommitdiff
path: root/rpmlint-checks-master/tests/CheckFilelists/yast2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rpmlint-checks-master/tests/CheckFilelists/yast2.spec')
-rw-r--r--rpmlint-checks-master/tests/CheckFilelists/yast2.spec21
1 files changed, 21 insertions, 0 deletions
diff --git a/rpmlint-checks-master/tests/CheckFilelists/yast2.spec b/rpmlint-checks-master/tests/CheckFilelists/yast2.spec
new file mode 100644
index 0000000..2b7fa31
--- /dev/null
+++ b/rpmlint-checks-master/tests/CheckFilelists/yast2.spec
@@ -0,0 +1,21 @@
+Name: yast2
+Version: 0
+Release: 0
+Group: Development/Tools/Building
+Summary: Bar
+License: GPL
+BuildRoot: %_tmppath/%name-%version-build
+
+%description
+%_target
+%_target_cpu
+
+%install
+install -D -m 755 /bin/sh %buildroot/usr/lib/YaST2/foo.ycp
+
+%clean
+rm -rf %buildroot
+
+%files
+%defattr(-,root,root)
+/usr/lib/YaST2