diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | t/data/SPECS/rpm-query-in-scriptlet.spec | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,7 @@ o actually needs perl >= 5.10 for //= operator o fix a test with rpm < 4.13.0 o fix failing scriptlets test with rpm < 4.13.0 + o fix looking for non existing libnss.so on FreeBSD o fix testsuite errors on CentOs (NVR vs NVRA) o include /usr/local/bin in PATH o require a newer enough Test::More & rpmtools diff --git a/t/data/SPECS/rpm-query-in-scriptlet.spec b/t/data/SPECS/rpm-query-in-scriptlet.spec index f7e28f91..2df8c227 100644 --- a/t/data/SPECS/rpm-query-in-scriptlet.spec +++ b/t/data/SPECS/rpm-query-in-scriptlet.spec @@ -13,7 +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 echo %{_libdir}/libnss3.so > list +%endif # Find out needed deps: for i in sh rpm; do |