forked from pool/libvirt
- 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
This commit is contained in:
parent
336eff2235
commit
3a2f8fadaa
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
13
systemd-service-xen.patch
Normal file
13
systemd-service-xen.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user