diff options
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 073d9f0..ea44c3c 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -25,7 +25,7 @@ %bcond_with tests # temp for EL until available in EPEL -%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10 +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 8 %bcond_without syslib %else %bcond_with syslib @@ -51,7 +51,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} Version: %{upstream_version}%{?upstream_lower} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %if %{with syslib} License: Apache-2.0 %else @@ -331,6 +331,9 @@ exit $ret %changelog +* Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 1.16.1-2 +- EL-8/9 rebuild with libraries in EPEL stable + * Fri Jun 23 2023 Remi Collet <remi@remirepo.net> - 1.16.1-1 - update to 1.16.1 (no change) |