From a2c63c8845e5ecfc10f120fbfc139ae2d8ad5aee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Dec 2022 11:32:23 +0100 Subject: php-fpm.conf: move include directive after [global] section https://github.com/remicollet/remirepo/issues/225 --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 5aef839..1924090 100644 --- a/php.spec +++ b/php.spec @@ -128,7 +128,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1847,6 +1847,10 @@ fi %changelog +* Mon Dec 19 2022 Remi Collet - 8.2.1~RC1-2 +- php-fpm.conf: move include directive after [global] section + https://github.com/remicollet/remirepo/issues/225 + * Wed Dec 14 2022 Remi Collet - 8.2.1~RC1-1 - update to 8.2.1RC1 - use oracle client library version 21.8 -- cgit