diff --git a/libvirt.changes b/libvirt.changes index f77da41..b907989 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 7 12:44:47 UTC 2015 - olaf@aepfle.de + +- Remove Wants=xencommons.service from libvirtd.service + xencommons is already enabled by a global preset, and the + absence of xen-tools.rpm causes a systemd warning + ------------------------------------------------------------------- Thu Oct 2 17:28:17 UTC 2015 - jfehlig@suse.com diff --git a/systemd-service-xen.patch b/systemd-service-xen.patch index 9fecfe4..ea5ef67 100644 --- a/systemd-service-xen.patch +++ b/systemd-service-xen.patch @@ -2,11 +2,10 @@ Index: libvirt-1.2.20/daemon/libvirtd.service.in =================================================================== --- libvirt-1.2.20.orig/daemon/libvirtd.service.in +++ libvirt-1.2.20/daemon/libvirtd.service.in -@@ -7,6 +7,8 @@ After=iscsid.service +@@ -7,6 +7,7 @@ After=iscsid.service After=apparmor.service After=local-fs.target After=remote-fs.target -+Wants=xencommons.service +After=xencommons.service Documentation=man:libvirtd(8) Documentation=http://libvirt.org