diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-19 16:59:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-19 16:59:46 +0100 |
commit | 2036149262863e34516179bdc9a996bcd598f9d9 (patch) | |
tree | fca3f510b2e75df6dc655d3a90041f48ccb7c51a | |
parent | 805f1345ed2655b8e65f08e069c258871b2a55ea (diff) |
php-pecl-krb5: fix SCL dependencies
-rw-r--r-- | php-xcache.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-xcache.spec b/php-xcache.spec index 020bcb9..a5a2a26 100644 --- a/php-xcache.spec +++ b/php-xcache.spec @@ -50,7 +50,7 @@ BuildRequires: %{?scl_prefix}php-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%if 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" # Other third party repo stuff %if "%{php_version}" > "5.4" Obsoletes: php53-xcache |