diff --git a/libsemanage.spec b/libsemanage.spec index ed71448..61e7e6f 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -4,7 +4,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 2.7 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/libsemanage-2.7.tar.gz @@ -164,9 +164,7 @@ rm -rf ${RPM_BUILD_ROOT} %dir %{_sharedstatedir}/selinux %dir %{_sharedstatedir}/selinux/tmp -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files static %defattr(-,root,root) @@ -193,6 +191,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libexecdir}/selinux/semanage_migrate_store %changelog +* Sat Feb 03 2018 Igor Gnatenko - 2.7-7 +- Switch to %%ldconfig_scriptlets + * Tue Jan 09 2018 Iryna Shcherbina - 2.7-6 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)