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
This commit is contained in:
James Fehlig 2015-10-08 02:55:03 +00:00 committed by Git OBS Bridge
parent de9b140cb2
commit cd92a8b149
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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