diff --git a/libxslt.spec b/libxslt.spec index dda7827..0792f07 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -3,7 +3,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt Version: 1.1.30 -Release: 3%{?dist}%{?extra_release} +Release: 4%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -89,9 +89,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version} %check make tests -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %defattr(-, root, root,-) @@ -132,6 +130,9 @@ make tests %doc python/tests/*.xsl %changelog +* Wed Jan 31 2018 Igor Gnatenko - 1.1.30-4 +- Switch to %%ldconfig_scriptlets + * Tue Jan 09 2018 Iryna Shcherbina - 1.1.30-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)