diff --git a/ima-evm-utils.spec b/ima-evm-utils.spec index 9e8132f..789f69f 100644 --- a/ima-evm-utils.spec +++ b/ima-evm-utils.spec @@ -1,7 +1,7 @@ Summary: IMA/EVM support utilities Name: ima-evm-utils Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Url: http://linux-ima.sourceforge.net/ Source: http://sourceforge.net/projects/linux-ima/files/ima-evm-utils/%{name}-%{version}.tar.gz @@ -41,9 +41,7 @@ make %{?_smp_mflags} make DESTDIR=%{buildroot} install find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files devel %{_pkgdocdir}/*.sh @@ -58,6 +56,9 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete %{_mandir}/man1/* %changelog +* Fri Feb 02 2018 Igor Gnatenko - 1.0-4 +- Switch to %%ldconfig_scriptlets + * Fri Dec 01 2017 Bruno E. O. Meneguele - 1.0-3 - Add OpenSSL 1.1 API support for the package, avoiding the need of compat-openssl10-devel package