summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--t/data/SPECS/rpm-query-in-scriptlet.spec4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f8f043b1..4cf3b6d8 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
o check & report where genhdlist2 is
o check that web server has actually started
o describe more tests to help pinpoint regressions
+ o do not fail test when libnss.so is not found in Debian 9 or FreeBSD
o fix test with rpm < 4.13 on CentOS7
o perform some file conflict tests only on Mageia
o try harder to find genhdlist2 in uninstalled CPAN modules
diff --git a/t/data/SPECS/rpm-query-in-scriptlet.spec b/t/data/SPECS/rpm-query-in-scriptlet.spec
index d7c08f1a..630d036d 100644
--- a/t/data/SPECS/rpm-query-in-scriptlet.spec
+++ b/t/data/SPECS/rpm-query-in-scriptlet.spec
@@ -13,9 +13,9 @@ x
%install
rm -rf %buildroot
# Fix a testsuite warning ("warning: %post(rpm-query-in-scriptlet-1-1.x86_64) scriptlet failed" b/c of: "error: Failed to initialize NSS library")
-%ifos linux
+if [ -e %{_libdir}/libnss3.so ]; then
echo %{_libdir}/libnss3.so > list
-%endif
+fi
# Find out needed deps:
for i in sh rpm; do