From d9f5221f85102f71e14ab5ea3343191fbb7940cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2015 16:21:38 +0200 Subject: php-pecl-xhprof: allow build against rh-php56 (as more-php56) --- php-pecl-ssh2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index cefebbd..3eb738f 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -32,7 +32,7 @@ Name: %{?sub_prefix}php-pecl-ssh2 Version: 0.12 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Bindings for the libssh2 library %global buildver %(pkg-config --silence-errors --modversion libssh2 2>/dev/null || echo 65536) -- cgit