diff options
| author | Remi Collet <remi@remirepo.net> | 2018-12-04 10:40:47 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-12-04 10:40:47 +0100 | 
| commit | d20aa40824b632c1aa5798183d8c85e5bec24a12 (patch) | |
| tree | 69c80f27aa0b79d811a3058090f83cb2d3f39781 | |
| parent | 99fc8641927cdeebd76f092a133173d5090fae9a (diff) | |
EL-8 build
| -rw-r--r-- | php-pecl-crypto.spec | 15 | 
1 files changed, 14 insertions, 1 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index 5d935e0..de007f9 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -27,7 +27,7 @@  Summary:        Wrapper for OpenSSL Crypto Library  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.3.1 -Release:        5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -191,6 +191,13 @@ fi  %check +%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 +: Ignore tests broken by new algo +rm ?TS/tests/Cipher_getAlgorithms_all_basic.phpt +rm ?TS/tests/Cipher_getAlgorithms_ccm_basic.phpt +rm ?TS/tests/Hash_getAlgorithms_basic.phpt +%endif +  cd NTS  : Minimal load test for NTS extension  %{__php} --no-php-ini \ @@ -239,6 +246,12 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Dec  4 2018 Remi Collet <remi@remirepo.net> - 0.3.1-7 +- EL-8 build + +* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 0.3.1-6 +- ignore 2 tests on F29 +  * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.1-5  - rebuild for 7.3.0beta2 new ABI  | 
