From 8ddb2eda30a98cac0ea1cb07c590b128eb7b31fd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Feb 2018 13:25:19 +0100 Subject: [PATCH] Switch to %ldconfig_scriptlets Signed-off-by: Igor Gnatenko --- jemalloc.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index 1cd3d6b..c66bac5 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -113,11 +113,12 @@ rm -rf %{buildroot} %{_libdir}/libjemalloc.so %{_mandir}/man3/jemalloc.3* -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %changelog +* Sat Feb 03 2018 Igor Gnatenko - 5.0.1-2 +- Switch to %%ldconfig_scriptlets + * Wed Dec 13 2017 Ingvar Hagelund - 5.0.1-1 - New upstream release - Added patch for upstream issue #979 "Test suite segv on arm64"