From 58f4b02fd7ac395507f19d11cbcae75aa759af71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 Dec 2016 14:44:28 +0100 Subject: minor fix --- php-ast.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-ast.spec b/php-ast.spec index c4cc137..e7f254a 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -41,7 +41,7 @@ Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-tokenizer%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} Obsoletes: php70u-%{pecl_name} <= %{version} Obsoletes: php70w-%{pecl_name} <= %{version} %if "%{php_version}" > "7.1" -- cgit