Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
This commit is contained in:
parent
9eea0c3978
commit
faedf1d3d6
@ -89,14 +89,10 @@ install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_userunitdir}
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post trust
|
%post trust
|
||||||
%{_sbindir}/update-alternatives --install %{_libdir}/libnssckbi.so \
|
%{_sbindir}/update-alternatives --install %{_libdir}/libnssckbi.so \
|
||||||
%{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so 30
|
%{alt_ckbi} %{_libdir}/pkcs11/p11-kit-trust.so 30
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%postun trust
|
%postun trust
|
||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
# package removal
|
# package removal
|
||||||
@ -145,6 +141,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 29 2018 James Antill <james.antill@redhat.com>
|
||||||
|
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
|
||||||
|
|
||||||
* Fri Sep 07 2018 Daiki Ueno <dueno@redhat.com> - 0.23.14-1
|
* Fri Sep 07 2018 Daiki Ueno <dueno@redhat.com> - 0.23.14-1
|
||||||
- Update to upstream 0.23.14 release
|
- Update to upstream 0.23.14 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user