From cd92a8b149e006c96a7bdd8a75e6e6715310aa1ca4f28cb571a0ef35ca7ac147 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 8 Oct 2015 02:55:03 +0000 Subject: [PATCH] Accepting request 336998 from home:olh:branches:Virtualization - 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 OBS-URL: https://build.opensuse.org/request/show/336998 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=491 --- libvirt.changes | 7 +++++++ systemd-service-xen.patch | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) 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