summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-15 10:23:08 +0100
committerRemi Collet <remi@remirepo.net>2018-02-15 10:23:08 +0100
commit5d0715513be660b72c3cd756bcfd985f4a452f31 (patch)
tree784a2bd8be1dfde48d69f433cfac4ccba83ff087
parent729f12c8cd512107fbd2ecc1005c4eea734a4938 (diff)
ldconfig scriptlets
-rw-r--r--php.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.spec b/php.spec
index 26f8caa..5c41e2b 100644
--- a/php.spec
+++ b/php.spec
@@ -1640,6 +1640,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