From 7108a7cec84c452a6b623d4b8512074da5d18b94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 Dec 2016 14:44:28 +0100 Subject: minor fix --- php-libvirt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-libvirt.spec b/php-libvirt.spec index a5252e4..5f6d095 100644 --- a/php-libvirt.spec +++ b/php-libvirt.spec @@ -53,7 +53,7 @@ Provides: %{?scl_prefix}php-libvirt = %{version}-%{release} Provides: %{?scl_prefix}php-libvirt%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-libvirt <= %{version} Obsoletes: php53u-libvirt <= %{version} -- cgit