Blame SOURCES/libvirt-cim-0.6.3-19ffef8e.patch

c55d09
From 19ffef8e60a3cb90b41043ebda3063355896b6a7 Mon Sep 17 00:00:00 2001
c55d09
From: Michal Privoznik <mprivozn@redhat.com>
c55d09
Date: Thu, 8 Aug 2013 11:49:25 +0200
c55d09
Subject: [PATCH 03/48] libvirt-cim.spec.in: Don't install open-pegasus'
c55d09
 specific providers
c55d09
c55d09
https://bugzilla.redhat.com/show_bug.cgi?id=859122
c55d09
c55d09
libvirt-cim installs open-pegasus' specific providers in sblim-sfcb
c55d09
repository staging directory and causing problem when creating sfcb
c55d09
repository.
c55d09
c55d09
Signed-off-by: John Ferlan <jferlan@redhat.com>
c55d09
---
c55d09
 libvirt-cim.spec.in | 6 ------
c55d09
 1 file changed, 6 deletions(-)
c55d09
c55d09
diff --git a/libvirt-cim.spec.in b/libvirt-cim.spec.in
c55d09
index 7b6221e..a027246 100644
c55d09
--- a/libvirt-cim.spec.in
c55d09
+++ b/libvirt-cim.spec.in
c55d09
@@ -133,9 +133,6 @@ then
c55d09
         -n root/interop \
c55d09
         -r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true
c55d09
 %{_datadir}/%{name}/provider-register.sh -t sfcb \
c55d09
-        -n root/PG_InterOp \
c55d09
-        -r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} -v >/dev/null 2>&1 || true
c55d09
-%{_datadir}/%{name}/provider-register.sh -t sfcb \
c55d09
         -n root/cimv2\
c55d09
         -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
c55d09
 fi
c55d09
@@ -165,9 +162,6 @@ then
c55d09
 	-n root/interop \
c55d09
 	-r %{INTEROP_REG} -m %{INTEROP_MOF} >/dev/null 2>&1 || true
c55d09
 %{_datadir}/%{name}/provider-register.sh -d -t sfcb \
c55d09
-	-n root/PG_InterOp \
c55d09
-	-r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} >/dev/null 2>&1 || true
c55d09
-%{_datadir}/%{name}/provider-register.sh -d -t sfcb \
c55d09
 	-n root/cimv2 \
c55d09
 	-r %{CIMV2_REG} -m %{CIMV2_MOF} >/dev/null 2>&1 || true
c55d09
 fi
c55d09
-- 
c55d09
1.8.5.3
c55d09