diff --git a/tinyxml2.spec b/tinyxml2.spec index 3205ff8..d08db29 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -9,7 +9,7 @@ Name: tinyxml2 Version: 6.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple, small and efficient C++ XML parser Group: Development/Libraries @@ -84,9 +84,7 @@ make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc readme.md @@ -103,6 +101,9 @@ rm -rf %{buildroot} %changelog +* Sat Feb 03 2018 Igor Gnatenko - 6.0.0-2 +- Switch to %%ldconfig_scriptlets + * Mon Jan 22 2018 François Cami - 6.0.0-1 - Update to latest upstream (rhbz#1357711)