From 4f52c4d21d46b7ff0b5fc6d19d4c4a8441a876d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 Dec 2016 14:44:28 +0100 Subject: minor fix --- php-snappy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-snappy.spec b/php-snappy.spec index aad818f..694957b 100644 --- a/php-snappy.spec +++ b/php-snappy.spec @@ -45,7 +45,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-%{pecl_name} <= %{version} Obsoletes: php53u-%{pecl_name} <= %{version} -- cgit