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

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