From 293b972d60566b3211b1d44b2fc13050a3734dcb Mon Sep 17 00:00:00 2001 From: sagitter Date: Fri, 16 Feb 2018 23:18:14 +0100 Subject: [PATCH] Use %%ldconfig_scriptlets --- libavc1394.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 89a31d8..3a8ee26 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -1,7 +1,7 @@ Summary: Audio/Video Control library for IEEE-1394 devices Name: libavc1394 Version: 0.5.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ URL: http://sourceforge.net/projects/libavc1394/ Source: https://sourceforge.net/projects/libavc1394/files/libavc1394/libavc1394-%{version}.tar.gz @@ -43,8 +43,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,a} chrpath -d $RPM_BUILD_ROOT%{_libdir}/lib* chrpath -d $RPM_BUILD_ROOT%{_bindir}/* -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc AUTHORS NEWS README ChangeLog TODO @@ -67,6 +66,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_libdir}/librom1394.so %changelog +* Fri Feb 16 2018 Antonio Trande - 0.5.4-7 +- Use %%ldconfig_scriptlets + * Wed Feb 07 2018 Fedora Release Engineering - 0.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild