summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/rpm-query-in-scriptlet.spec
diff options
context:
space:
mode:
Diffstat (limited to 't/data/SPECS/rpm-query-in-scriptlet.spec')
-rw-r--r--t/data/SPECS/rpm-query-in-scriptlet.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/data/SPECS/rpm-query-in-scriptlet.spec b/t/data/SPECS/rpm-query-in-scriptlet.spec
index b5e38986..56a44e9e 100644
--- a/t/data/SPECS/rpm-query-in-scriptlet.spec
+++ b/t/data/SPECS/rpm-query-in-scriptlet.spec
@@ -1,18 +1,18 @@
+# fix warnings:
+%define debug_package %{nil}
+
Summary: x
Name: rpm-query-in-scriptlet
Version: 1
Release: 1
License: x
-Group: x
-Url: x
-BuildRoot: %{_tmppath}/%{name}
%description
x
%install
rm -rf %buildroot
-echo > list
+echo %{_libdir}/libnss3.so > list
for i in sh rpm; do
bin=`which $i`
echo $bin >> list