From 505896ffbcf1eb02de46ebacd9d607ca3dae8878 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 06:10:18 +0100 Subject: exclude s390x arch (cherry picked from commit cf6f083fe277e41c871e60da88c59fe06e2015a4) --- php-pecl-redis4.spec | 14 ++++++++------ 1 file 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 - 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 - 4.0.0~RC1-1 - update to 4.0.0RC1 -- cgit