Switch to %ldconfig_scriptlets

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-03 13:13:58 +01:00
parent 3863668fc5
commit b2b054d841
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -7,7 +7,7 @@
Name: taglib
Summary: Audio Meta-Data Library
Version: 1.11.1
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2 or MPLv1.1
#URL: http://launchpad.net/taglib
@ -103,9 +103,7 @@ test "$(pkg-config --modversion taglib_c)" = "%{version}"
make check -C %{_target_platform}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%files
%doc AUTHORS NEWS
@ -129,6 +127,9 @@ make check -C %{_target_platform}
%changelog
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.11.1-6
- Switch to %%ldconfig_scriptlets
* Tue Aug 22 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.11.1-5
- CVE-2017-12678 taglib: Incorrect cast in rebuildAggregateFrames function (#1483960,#1483959)