From 0ad444c249abc3da310b398f8302c29165e08f2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Feb 2018 10:22:37 +0100 Subject: ldconfig scriptlets --- php.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/php.spec b/php.spec index ec5a586..24ea3e5 100644 --- a/php.spec +++ b/php.spec @@ -1643,6 +1643,12 @@ fi %endif +%if 0%{?fedora} < 28 && 0%{?rhel} < 8 +%post embedded -p /sbin/ldconfig +%postun embedded -p /sbin/ldconfig +%endif + + %{!?_licensedir:%global license %%doc} %files -- cgit