Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.

This commit is contained in:
Nikos Mavrogiannopoulos 2018-10-30 08:14:51 +01:00
parent 00ba0f202e
commit 2af08181d4
1 changed files with 3 additions and 4 deletions

View File

@ -76,10 +76,6 @@ rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
make check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel
test -f %_infodir/%name.info.gz && \
/sbin/install-info --info-dir=%_infodir %_infodir/%name.info || :
@ -107,6 +103,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
%changelog
* Mon Oct 29 2018 James Antill <james.antill@redhat.com>
- Remove ldconfig scriptlet, now done via. transfiletrigger in glibc.
* Mon Oct 22 2018 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.13-5
- libtasn1-devel requires the tools subpackage; it is necessary for
development.