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

John Ferlan jferlan at redhat.com
Wed Aug 21 14:05:29 UTC 2013


Probably should be sent to libvirt-cim at redhat.com

John

On 08/21/2013 09:42 AM, Ján Tomko wrote:
> 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
>  
> 




More information about the libvir-list mailing list