- Adjust xen-dom0-modules.service to run Before xenstored.service
instead of proc-xen.mount to workaround a bug in systemd "design" (bnc#959845) OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=391
This commit is contained in:
parent
c608e23838
commit
881e6522ea
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Load dom0 backend drivers
|
Description=Load dom0 backend drivers
|
||||||
ConditionPathExists=/proc/xen
|
ConditionPathExists=/proc/xen
|
||||||
Before=proc-xen.mount
|
Before=xenstored.service xen-watchdog.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 21 09:09:55 UTC 2015 - ohering@suse.de
|
||||||
|
|
||||||
|
- Adjust xen-dom0-modules.service to run Before xenstored.service
|
||||||
|
instead of proc-xen.mount to workaround a bug in systemd "design"
|
||||||
|
(bnc#959845)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 08:44:57 MST 2015 - carnold@suse.com
|
Tue Nov 24 08:44:57 MST 2015 - carnold@suse.com
|
||||||
|
|
||||||
|
3
xen.spec
3
xen.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xen
|
# spec file for package xen
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
Name: xen
|
Name: xen
|
||||||
|
Loading…
Reference in New Issue
Block a user