diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-21 19:30:00 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-21 19:30:00 +0200 |
commit | 07fdc3ba78ff6ca5e648d541e075451672f87f16 (patch) | |
tree | 68c57000b6a248181d138beb5b55638b2b74c905 /php81.spec | |
parent | c3a505de0ad8fb03e2eba410241164cddea93e79 (diff) |
update to 8.1.8RC1
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -107,9 +107,9 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -175,7 +175,6 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-mbstring.patch # Security fixes (200+) @@ -327,7 +326,6 @@ Summary: PHP FastCGI Process Manager BuildRequires: libacl-devel BuildRequires: pkgconfig(libsystemd) >= 209 Requires: php-common%{?_isa} = %{version}-%{release} -Requires(pre): /usr/sbin/useradd %{?systemd_requires} # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %%triggerun script @@ -341,6 +339,8 @@ Requires(pre): httpd-filesystem Requires: httpd-filesystem >= 2.4.10 # php engine for Apache httpd webserver Provides: php(httpd) +%else +Requires(pre): /usr/sbin/useradd %endif %if %{with_nginx} # for /etc/nginx ownership @@ -1183,7 +1183,6 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2174,6 +2173,9 @@ fi %changelog +* Tue Jun 21 2022 Remi Collet <remi@remirepo.net> - 8.1.8~RC1-1 +- update to 8.1.8RC1 + * Wed Jun 8 2022 Remi Collet <remi@remirepo.net> - 8.1.7-1 - Update to 8.1.7 - http://www.php.net/releases/8_1_7.php |