diff options
Diffstat (limited to 'php-pecl-redis4.spec')
-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 0deacfd..4f9aa72 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -34,16 +34,13 @@ Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} 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: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear %if %{with_igbin} @@ -283,6 +280,7 @@ ret=0 if [ -f $pidfile ]; then %{_root_bindir}/redis-cli -p $port shutdown fi +cat $PWD/redis.log exit $ret %else @@ -325,6 +323,9 @@ fi %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 |