From c956512c379f4ac8d70127f35ace57f831150415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 28 Jun 2018 12:20:01 +0200 Subject: [PATCH] Remove ldconfig from scriptlets --- exempi.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/exempi.spec b/exempi.spec index 89bf9fc..6890ef9 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,7 +1,7 @@ Summary: Library for easy parsing of XMP metadata Name: exempi Version: 2.4.5 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries URL: http://libopenraw.freedesktop.org/wiki/Exempi @@ -51,10 +51,6 @@ make DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_libdir}/*.a -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files %doc AUTHORS ChangeLog COPYING README %{_bindir}/exempi @@ -67,6 +63,9 @@ rm -rf %{buildroot}%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %changelog +* Thu Jun 28 2018 Nikola Forró - 2.4.5-2 +- Remove ldconfig from scriptlets + * Tue Mar 13 2018 Nikola Forró - 2.4.5-1 - Update to version 2.4.5 Resolves #1553140