forked from pool/libvirt
f39448844a
- Update to libvirt 3.2.0 - Many incremental improvements and bug fixes, see http://libvirt.org/news.html - Dropped patches: 67dcb797-virTimeBackOffWait-sleepcap.patch, 85af0b80-qemu-adaptive-montimeout.patch, d68cb4f55-extract-the-request-sending-code-from-virNetlin.patch, 754515b7d-add-virNetlinkDumpCommand.patch, 3ee35d7d6-more-uses-of-SYSCTL_PATH.patch, 5dd607059-add-virNetDevGetName.patch, 00d28a78b-check-accept_ra-before-enabling-ipv6-forward.patch - Add Conflicts=xendomains.service to libvirtd service suse-libvirtd-service.patch bsc#1015348 OBS-URL: https://build.opensuse.org/request/show/484775 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=595
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.2.0/daemon/libvirtd.service.in
|
|
===================================================================
|
|
--- libvirt-3.2.0.orig/daemon/libvirtd.service.in
|
|
+++ libvirt-3.2.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
|
|
|