From 431c940fc58a028c74672afd0261727caf8371c0 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Jan 11 2019 09:05:53 +0000 Subject: Silence %post/%postun scriptlets Suggested by Ian Collier in: https://bugzilla.redhat.com/show_bug.cgi?id=1665053 --- diff --git a/nss.spec b/nss.spec index be0f750..b5732ec 100644 --- a/nss.spec +++ b/nss.spec @@ -640,10 +640,10 @@ install -p -m 644 %{SOURCE28} $RPM_BUILD_ROOT/%{_sysconfdir}/crypto-policies/loc /usr/bin/setup-nsssysinit.sh on %post -update-crypto-policies +update-crypto-policies &> /dev/null || : %postun -update-crypto-policies +update-crypto-policies &> /dev/null || : %files @@ -900,6 +900,7 @@ update-crypto-policies Harald Reindl - Use quilt for %%autopatch - Make sysinit require arch-dependent nss, suggested by Igor Gnatenko +- Silence %%post/%%postun scriptlets, suggested by Ian Collier * Mon Dec 10 2018 Daiki Ueno - 3.41.0-1 - Update to NSS 3.41