[Libvirt-cim] [PATCH] libvirt-cim.spec.in: Uninstall open-pegasus-specific providers

Ján Tomko jtomko at redhat.com
Wed Aug 21 14:19:23 UTC 2013


Older libvirt-cim might've installed these in the sblim-sfcb
repository, causing errors when calling sfcbrepos on libvirt-cim update.
---
 libvirt-cim.spec.in | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libvirt-cim.spec.in b/libvirt-cim.spec.in
index a027246..cd399b1 100644
--- a/libvirt-cim.spec.in
+++ b/libvirt-cim.spec.in
@@ -84,6 +84,13 @@ rm -fr $RPM_BUILD_ROOT
 	-n @CIM_VIRT_NS@ \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
 
+# Remove open-pegasus-specific providers installed in sfcb repository
+# by older libvirt-cim packages
+%{_datadir}/%{name}/provider-register.sh -d -t sfcb \
+    -n root/PG_InterOp \
+    -r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} >/dev/null 2>&1 || true
+
+
 %post
 /sbin/ldconfig
 
-- 
1.8.1.5




More information about the Libvirt-cim mailing list