diff options
Diffstat (limited to 'php-pecl-selinux.spec')
-rw-r--r-- | php-pecl-selinux.spec | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index 9422d66..f2d6faf 100644 --- a/php-pecl-selinux.spec +++ b/php-pecl-selinux.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-selinux # adapted for SCL # -# Copyright (c) 2011-2020 Remi Collet +# Copyright (c) 2011-2021 Remi Collet # # Fedora spec file for php-pecl-selinux # @@ -33,11 +33,12 @@ Summary: SELinux binding for PHP scripting language Name: %{?sub_prefix}php-pecl-selinux Version: 0.5.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -66,12 +67,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} %endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared object -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} %endif @@ -220,6 +218,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.5.0-5 +- rebuild for 8.1.0RC1 + * Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.5.0-4 - rebuild for PHP 8.0.0RC1 |