Silence %post/%postun scriptlets
Suggested by Ian Collier in: https://bugzilla.redhat.com/show_bug.cgi?id=1665053
This commit is contained in:
parent
41b9b6b6a1
commit
431c940fc5
5
nss.spec
5
nss.spec
@ -640,10 +640,10 @@ install -p -m 644 %{SOURCE28} $RPM_BUILD_ROOT/%{_sysconfdir}/crypto-policies/loc
|
|||||||
/usr/bin/setup-nsssysinit.sh on
|
/usr/bin/setup-nsssysinit.sh on
|
||||||
|
|
||||||
%post
|
%post
|
||||||
update-crypto-policies
|
update-crypto-policies &> /dev/null || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-crypto-policies
|
update-crypto-policies &> /dev/null || :
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -900,6 +900,7 @@ update-crypto-policies
|
|||||||
Harald Reindl
|
Harald Reindl
|
||||||
- Use quilt for %%autopatch
|
- Use quilt for %%autopatch
|
||||||
- Make sysinit require arch-dependent nss, suggested by Igor Gnatenko
|
- Make sysinit require arch-dependent nss, suggested by Igor Gnatenko
|
||||||
|
- Silence %%post/%%postun scriptlets, suggested by Ian Collier
|
||||||
|
|
||||||
* Mon Dec 10 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-1
|
* Mon Dec 10 2018 Daiki Ueno <dueno@redhat.com> - 3.41.0-1
|
||||||
- Update to NSS 3.41
|
- Update to NSS 3.41
|
||||||
|
Loading…
Reference in New Issue
Block a user