From 62f89dc87e9be4ab3403c9468be3e6c23ad15c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Feb 2018 10:22:19 +0100 Subject: ldconfig scriptlets --- php.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b32ef1f..4aca415 100644 --- a/php.spec +++ b/php.spec @@ -1647,6 +1647,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