From f32be2ce963867afc65195627ab7fe00d416f851 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:02:13 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-selinux.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-selinux.spec') diff --git a/php-pecl-selinux.spec b/php-pecl-selinux.spec index f17b607..e0e7565 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-2021 Remi Collet +# Copyright (c) 2011-2023 Remi Collet # # Fedora spec file for php-pecl-selinux # @@ -32,8 +32,8 @@ Summary: SELinux binding for PHP scripting language Name: %{?scl_prefix}php-pecl-selinux Version: 0.6.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: PHP +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -46,7 +46,6 @@ BuildRequires: libselinux-devel >= 2.0.80 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: libselinux >= 2.0.80 -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -212,6 +211,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 0.6.0-3 +- rebuild for PHP 8.3.0RC1 + * Thu Sep 1 2022 Remi Collet - 0.6.0-2 - rebuild for PHP 8.2.0RC1 -- cgit