From cf6f083fe277e41c871e60da88c59fe06e2015a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Feb 2018 06:10:18 +0100 Subject: exclude s390x arch --- php-pecl-redis4.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-pecl-redis4.spec') diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index f770c22..4559f0e 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -27,11 +27,13 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 3%{?dist} 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 +# See https://github.com/phpredis/phpredis/issues/1305 +ExcludeArch: s390x + BuildRequires: php-devel BuildRequires: php-pear BuildRequires: php-pecl-igbinary-devel @@ -253,6 +255,8 @@ exit $ret * 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-2 - cleanup for Fedora review -- cgit