87c18e30d4
- Update to libvirt 3.5.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 5004f121-virFdStreamThread-dont-exceed-length.patch, 1a4b21f1-set-EOF-on-end-of-stream.patch OBS-URL: https://build.opensuse.org/request/show/508397 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=611
20 lines
662 B
Diff
20 lines
662 B
Diff
Add Conflicts=xendomains.service to libvirtd service
|
|
|
|
On SUSE distros, we promote libvirt and all the libvirt-based
|
|
tools. If a user installs libvirt on their SUSE Xen host, then libvirt
|
|
should be king and override xendomains.
|
|
|
|
bsc#1015348
|
|
Index: libvirt-3.5.0/daemon/libvirtd.service.in
|
|
===================================================================
|
|
--- libvirt-3.5.0.orig/daemon/libvirtd.service.in
|
|
+++ libvirt-3.5.0/daemon/libvirtd.service.in
|
|
@@ -15,6 +15,7 @@ After=apparmor.service
|
|
After=local-fs.target
|
|
After=remote-fs.target
|
|
After=xencommons.service
|
|
+Conflicts=xendomains.service
|
|
Documentation=man:libvirtd(8)
|
|
Documentation=http://libvirt.org
|
|
|