summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-redis4.spec6
1 files changed, 5 insertions, 1 deletions
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 <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-2
- cleanup for Fedora review