diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-11 14:44:28 +0100 |
commit | 7108a7cec84c452a6b623d4b8512074da5d18b94 (patch) | |
tree | 0a55107225a9744219eaac6c02b0b94b496189c6 | |
parent | 64645da26ef9c3b9e60772f0fcb93e7eb9a4f36e (diff) |
minor fix
-rw-r--r-- | php-libvirt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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} |