From cce1116d585109e2485acb9a5f296af676cb74e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jun 2022 18:09:38 +0200 Subject: update to 8.2.0alpha2 --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 064737e..99a9191 100644 --- a/php.spec +++ b/php.spec @@ -123,13 +123,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.2.0 -%global rcver alpha1 +%global rcver alpha2 %global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -322,7 +322,6 @@ Summary: PHP FastCGI Process Manager BuildRequires: libacl-devel BuildRequires: pkgconfig(libsystemd) >= 209 BuildRequires: pkgconfig(libselinux) -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) @@ -335,6 +334,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 @@ -1842,6 +1843,9 @@ fi %changelog +* Tue Jun 21 2022 Remi Collet - 8.2.0~alpha2-7 +- update to 8.2.0alpha2 + * Wed Jun 8 2022 Remi Collet - 8.2.0~alpha1-6 - update to 8.2.0alpha1 -- cgit