summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-15 10:19:25 +0100
committerRemi Collet <remi@remirepo.net>2018-02-15 10:19:25 +0100
commitbfa1f473867092b9e8d12ffdac26d2c9a7df101d (patch)
treec78642569955188bdf83014e0d5677bb5a244e52 /php.spec
parent10f1a2f0986a16f95482311daa0a4c854aff6514 (diff)
rebuild for new tag and drop patch merged upstream
drop ldconfig scriptlets on F28
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/php.spec b/php.spec
index f5a0c43..daf3d7e 100644
--- a/php.spec
+++ b/php.spec
@@ -130,7 +130,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 3%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -182,7 +182,6 @@ Patch47: php-5.6.3-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-upstream.patch
# Security fixes (200+)
@@ -911,7 +910,6 @@ low-level PHP extension for the libsodium cryptographic library.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .upstream
# security patches
@@ -1665,6 +1663,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
@@ -1840,6 +1844,10 @@ fi
%changelog
+* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-3
+- rebuild for new tag and drop patch merged upstream
+- drop ldconfig scriptlets on F28
+
* Wed Feb 14 2018 Remi Collet <remi@remirepo.net> - 7.2.3~RC1-2
- update to 7.2.3RC1
- adapt systzdata, fixheader and ldap_r patches