summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-redis4.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec
index 4559f0e..a9c16e7 100644
--- a/php-pecl-redis4.spec
+++ b/php-pecl-redis4.spec
@@ -24,16 +24,13 @@
Summary: Extension for communicating with the Redis key-value store
Name: php-pecl-redis4
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}
+Release: 4%{?dist}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
License: PHP
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
@@ -230,6 +227,7 @@ ret=0
if [ -f $pidfile ]; then
%{_bindir}/redis-cli -p $port shutdown
fi
+cat $PWD/redis.log
exit $ret
%else
@@ -252,6 +250,9 @@ exit $ret
%changelog
+* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 4.0.0~RC1-4
+- re-enable s390x build (was a temporary failure)
+
* 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