From df38d3904b277ad71248efdc55f68d18fc799c5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jun 2022 19:12:05 +0200 Subject: update to 8.1.8RC1 --- php.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 5ddbea1..03bf643 100644 --- a/php.spec +++ b/php.spec @@ -122,9 +122,9 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.7 -#global rcver RC1 -#global lower RC1 +%global upver 8.1.8 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -192,8 +192,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-mbstring.patch -Patch101: php-openssl.patch # Security fixes (200+) @@ -323,7 +321,6 @@ The %{?scl_prefix}php-dbg package contains the interactive PHP debugger. Summary: PHP FastCGI Process Manager BuildRequires: libacl-devel BuildRequires: pkgconfig(libsystemd) >= 209 -Requires(pre): %{_root_sbindir}/useradd Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} %{?systemd_requires} # This is actually needed for the %%triggerun script but Requires(triggerun) @@ -336,6 +333,8 @@ Requires(pre): httpd-filesystem # For php.conf in /etc/httpd/conf.d # and version 2.4.10 for proxy support in SetHandler Requires: httpd-filesystem >= 2.4.10 +%else +Requires(pre): %{_root_sbindir}/useradd %endif %description fpm @@ -967,8 +966,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .pcre -%patch101 -p1 -b .sha # security patches @@ -1844,6 +1841,9 @@ fi %changelog +* Tue Jun 21 2022 Remi Collet - 8.1.8~RC1-1 +- update to 8.1.8RC1 + * Wed Jun 8 2022 Remi Collet - 8.1.7-1 - Update to 8.1.7 - http://www.php.net/releases/8_1_7.php -- cgit