From 3a2f8fadaa037869a79a14077897107814df089a60ecf25bd873726ddb41a578 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 11 Jun 2013 16:40:05 +0000 Subject: [PATCH] - Add xencommons as 'Wanted' in the systemd libvirtd service file systemd-service-xen.patch bnc#820888 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=275 --- libvirt.changes | 7 +++++++ libvirt.spec | 2 ++ systemd-service-xen.patch | 13 +++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 systemd-service-xen.patch diff --git a/libvirt.changes b/libvirt.changes index 15dbf89..7f25d5c 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 11 10:36:17 MDT 2013 - jfehlig@suse.com + +- Add xencommons as 'Wanted' in the systemd libvirtd service file + systemd-service-xen.patch + bnc#820888 + ------------------------------------------------------------------- Mon Jun 10 09:14:39 MDT 2013 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 5824a23..7158e7a 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -420,6 +420,7 @@ Patch204: relax-qemu-usergroup-check.patch Patch205: suse-qemu-conf.patch Patch206: fix-pci-attach-xen-driver.patch Patch207: support-managed-pci-xen-driver.patch +Patch208: systemd-service-xen.patch %if %{with_apparmor} Patch250: install-apparmor-profiles.patch %endif @@ -884,6 +885,7 @@ of recent versions of Linux (and other OSes). %patch205 -p1 %patch206 -p1 %patch207 -p1 +%patch208 -p1 %if %{with_apparmor} %patch250 -p1 %endif diff --git a/systemd-service-xen.patch b/systemd-service-xen.patch new file mode 100644 index 0000000..1593d44 --- /dev/null +++ b/systemd-service-xen.patch @@ -0,0 +1,13 @@ +Index: libvirt-1.0.6/daemon/libvirtd.service.in +=================================================================== +--- libvirt-1.0.6.orig/daemon/libvirtd.service.in ++++ libvirt-1.0.6/daemon/libvirtd.service.in +@@ -9,6 +9,8 @@ Before=libvirt-guests.service + After=network.target + After=dbus.service + After=iscsid.service ++Wants=xencommons.service ++After=xencommons.service + + [Service] + EnvironmentFile=-/etc/sysconfig/libvirtd