From edf927c4d781392328149527778d789716415ab9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Feb 2018 10:24:37 +0100 Subject: re-enable s390x build (was a temporary failure) --- php-pecl-redis4.spec | 9 +++++---- 1 file 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 - 4.0.0~RC1-4 +- re-enable s390x build (was a temporary failure) + * 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 -- cgit