From 9d7555ec18adacc48df11a1d033a4eb485ab7a44 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 2 Feb 2018 11:15:11 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- jq.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jq.spec b/jq.spec index 1c37264..ec74997 100644 --- a/jq.spec +++ b/jq.spec @@ -1,6 +1,6 @@ Name: jq Version: 1.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Command-line JSON processor License: MIT and ASL 2.0 and CC-BY and GPLv3 @@ -70,9 +70,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' make check %endif -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %{_bindir}/%{name} @@ -90,6 +88,9 @@ make check %changelog +* Fri Feb 02 2018 Igor Gnatenko - 1.5-9 +- Switch to %%ldconfig_scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 1.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild