From 8ee5fa0ce66a19c7a920a677b306640d6b775539 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Dec 2020 06:33:28 +0100 Subject: rebuid for krb5 1.18 in EL 8.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-krb5.spec | 19 ++++++++++--------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index c4d958d..77f995a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,7 +3,7 @@ krb5 Kerberos 5 support => enabled Extension version => 1.1.4 -Library version => Kerberos 5 release 1.17 +Library version => Kerberos 5 release 1.18.2 KADM5 support => yes Import cred support => no GSSAPI/SPNEGO auth support => yes diff --git a/REFLECTION b/REFLECTION index 05f96f3..c19af20 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 krb5 version 1.1.4 ] { +Extension [ extension #80 krb5 version 1.1.4 ] { - Constants [14] { Constant [ int GSS_C_DELEG_FLAG ] { 1 } diff --git a/php-pecl-krb5.spec b/php-pecl-krb5.spec index 3ba3576..5050b86 100644 --- a/php-pecl-krb5.spec +++ b/php-pecl-krb5.spec @@ -32,11 +32,12 @@ Summary: Kerberos authentification extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.4 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: krb5-devel >= 1.8 BuildRequires: pkgconfig(com_err) @@ -81,12 +82,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description Features: @@ -212,14 +207,14 @@ cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %if %{with_zts} cd ../ZTS : Minimal load test for ZTS extension %{__ztsphp} --no-php-ini \ --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} + --modules | grep '^%{pecl_name}$' %endif @@ -248,6 +243,12 @@ cd ../ZTS %changelog +* Mon Dec 21 2020 Remi Collet - 1.1.4-3 +- rebuid for krb5 1.18 in EL 8.3 + +* Wed Sep 30 2020 Remi Collet - 1.1.4-2 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 14 2020 Remi Collet - 1.1.4-1 - update to 1.1.4 - drop patch merged upstream -- cgit