Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
2821192e58
commit
2742357e4f
@ -168,8 +168,7 @@ chmod +w %{buildroot}%{_libdir}/*.a
|
|||||||
%check
|
%check
|
||||||
make fullcheck
|
make fullcheck
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%ldconfig_scriptlets libs
|
||||||
%postun libs -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
# Test for file; if installed with --excludedocs it may not be there
|
# Test for file; if installed with --excludedocs it may not be there
|
||||||
@ -183,11 +182,9 @@ if [ $1 = 0 -a -f %{_infodir}/libext2fs.info.gz ]; then
|
|||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%post -n libcom_err -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libcom_err
|
||||||
%postun -n libcom_err -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libss -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libss
|
||||||
%postun -n libss -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README RELEASE-NOTES
|
%doc README RELEASE-NOTES
|
||||||
|
Loading…
Reference in New Issue
Block a user