summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-09 10:24:37 +0100
committerRemi Collet <remi@remirepo.net>2018-02-09 10:26:09 +0100
commit05a70758e60e67c13c6fe4ef2838370fc43032b8 (patch)
treee8675a97872ec3f10c1fce5ac449a938ff0a8acd
parenta6908ed17b909f7cb445e22a8c0e9f06ff038a13 (diff)
re-enable s390x build (was a temporary failure)
-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 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