diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-09 10:24:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-09 10:24:37 +0100 |
commit | edf927c4d781392328149527778d789716415ab9 (patch) | |
tree | b57463e4d3c97e2536ae7becbe378c29be762117 | |
parent | cf6f083fe277e41c871e60da88c59fe06e2015a4 (diff) |
re-enable s390x build (was a temporary failure)fedora
-rw-r--r-- | php-pecl-redis4.spec | 9 |
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 |