- 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:
Olaf Hering 2015-12-21 09:15:12 +00:00 committed by Git OBS Bridge
parent c608e23838
commit 881e6522ea
3 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Load dom0 backend drivers
ConditionPathExists=/proc/xen
Before=proc-xen.mount
Before=xenstored.service xen-watchdog.service
[Install]
WantedBy=multi-user.target

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needssslcertforbuild
Name: xen