forked from pool/libvirt
96a1f2af34
- Update to libvirt 3.3.0 RC1 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch - Bug fixes: bsc#978121, bsc#1017017, bsc#1032863, bsc#1033117, bsc#1034024, bsc#1034146 - libxl: add default controllers for USB devices libxl-def-usbctrl.patch bsc#1031056 OBS-URL: https://build.opensuse.org/request/show/491883 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=599
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.3.0/daemon/libvirtd.service.in
|
|
===================================================================
|
|
--- libvirt-3.3.0.orig/daemon/libvirtd.service.in
|
|
+++ libvirt-3.3.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
|
|
|