diff options
| -rw-r--r-- | php-pecl-redis4.spec | 14 | 
1 files changed, 8 insertions, 6 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 2f05def..02b3b63 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -37,16 +37,16 @@ Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}}  Release:       3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz  License:       PHP -Group:         Development/Languages  URL:           http://pecl.php.net/package/redis  Patch0:        %{pecl_name}-tests.patch -BuildRequires: %{?scl_prefix}php-devel -BuildRequires: %{?scl_prefix}php-pear -%if %{with_igbin} -BuildRequires: %{?sub_prefix}php-pecl-igbinary-devel -%endif +# See https://github.com/phpredis/phpredis/issues/1305 +ExcludeArch:   s390x + +BuildRequires: php-devel +BuildRequires: php-pear +BuildRequires: php-pecl-igbinary-devel  BuildRequires: liblzf-devel  # to run Test suite  %if %{with_tests} @@ -326,6 +326,8 @@ fi  * Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 4.0.0~RC1-3  - add patch to skip online test from    https://github.com/phpredis/phpredis/pull/1304 +- exclude s390x arch reported as +  https://github.com/phpredis/phpredis/issues/1305  * Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 4.0.0~RC1-1  - update to 4.0.0RC1  | 
