[Libvirt-cim] [PATCH] libvirt-cim.spec.in: Don't install open-pegasus' specific providers

Michal Privoznik mprivozn at redhat.com
Thu Aug 8 09:51:34 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=859122

libvirt-cim installs open-pegasus' specific providers in sblim-sfcb
repository staging directory and causing problem when creating sfcb
repository.
---
 libvirt-cim.spec.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libvirt-cim.spec.in b/libvirt-cim.spec.in
index 7b6221e..a027246 100644
--- a/libvirt-cim.spec.in
+++ b/libvirt-cim.spec.in
@@ -133,9 +133,6 @@ then
         -n root/interop \
         -r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true
 %{_datadir}/%{name}/provider-register.sh -t sfcb \
-        -n root/PG_InterOp \
-        -r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} -v >/dev/null 2>&1 || true
-%{_datadir}/%{name}/provider-register.sh -t sfcb \
         -n root/cimv2\
         -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
 fi
@@ -165,9 +162,6 @@ then
 	-n root/interop \
 	-r %{INTEROP_REG} -m %{INTEROP_MOF} >/dev/null 2>&1 || true
 %{_datadir}/%{name}/provider-register.sh -d -t sfcb \
-	-n root/PG_InterOp \
-	-r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} >/dev/null 2>&1 || true
-%{_datadir}/%{name}/provider-register.sh -d -t sfcb \
 	-n root/cimv2 \
 	-r %{CIMV2_REG} -m %{CIMV2_MOF} >/dev/null 2>&1 || true
 fi
-- 
1.8.1.5




More information about the Libvirt-cim mailing list