From 7317c1ba6ce47516ed0d9254b27276a7c2c3717c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 6 Feb 2018 14:01:51 +0100 Subject: [PATCH] Call ldconfig scriptlets using a macro --- perl.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perl.spec b/perl.spec index b6c2dc7..2f369ae 100644 --- a/perl.spec +++ b/perl.spec @@ -3211,9 +3211,7 @@ popd %endif %endif -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig +%ldconfig_scriptlets -n libs %files # We sub-package modules from perl-interpreter subpackage. Main perl package @@ -5213,6 +5211,7 @@ popd * Tue Feb 06 2018 Petr Pisar - 4:5.26.1-407 - Fix parsing braced subscript after parentheses (RT#8045) - Fix a heap use after free when moving a stack (RT#131954) +- Call ldconfig scriptlets using a macro * Thu Feb 01 2018 Petr Pisar - 4:5.26.1-406 - Correct shell bangs in tests