From 2a9d12b4531725d62ac612afddd22ef2652f2d7b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 16:26:16 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- gimp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gimp.spec b/gimp.spec index 92572da..ae3cc28 100644 --- a/gimp.spec +++ b/gimp.spec @@ -75,7 +75,7 @@ Summary: GNU Image Manipulation Program Name: gimp Epoch: 2 Version: 2.8.22 -Release: %{?prerelprefix}4%{dotprerel}%{dotgitrev}%{?dist} +Release: %{?prerelprefix}4%{dotprerel}%{dotgitrev}%{?dist}.1 # Compute some version related macros. # Ugly, need to get quoting percent signs straight. @@ -508,8 +508,7 @@ popd %endif make check -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets libs %files -f gimp.files %license COPYING @@ -635,6 +634,9 @@ make check %endif %changelog +* Sat Feb 03 2018 Igor Gnatenko - 2:2.8.22-4.1 +- Switch to %%ldconfig_scriptlets + * Tue Jan 16 2018 Josef Ridky - 2:2.8.22-4 - Fix dependencies for F28+ (ghostscript-devel => libgs-devel) #1534656 - Update spec file for F28+/RHEL purposes