diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-23 16:21:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-23 16:21:38 +0200 |
commit | d9f5221f85102f71e14ab5ea3343191fbb7940cd (patch) | |
tree | 407a8c95c0f20834ee39174309375500401c2612 | |
parent | 73b9d89d05088a29addc39508a40a5f9c2bf74bb (diff) |
php-pecl-xhprof: allow build against rh-php56 (as more-php56)
-rw-r--r-- | php-pecl-ssh2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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) |