- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains

init.xendomains
- bnc#- bnc#766283 - opensuse 12.2 pv guests can not start after
  installation due to lack of grub2 support in the host

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=193
This commit is contained in:
Charles Arnold 2012-06-15 14:53:07 +00:00 committed by Git OBS Bridge
parent be167619bc
commit ecfc5c1137
3 changed files with 15 additions and 3 deletions

View File

@ -21,11 +21,17 @@
. /etc/rc.status
rc_reset
LOCKFILE=/var/lock/subsys/xendomains
XENDOM_CONFIG=/etc/sysconfig/xendomains
RETCODE_FILE=/tmp/xendomains.rc.$$
xm_cmd=echo
# See docs/misc/distro_mapping.txt
if [ -d /var/lock/subsys ]; then
LOCKFILE=/var/lock/subsys/xendomains
else
LOCKFILE=/var/lock/xendomains
fi
. "$XENDOM_CONFIG"
shopt -s dotglob nullglob

View File

@ -1,7 +1,14 @@
-------------------------------------------------------------------
Fri Jun 15 08:45:50 MDT 2012 - carnold@novell.com
- bnc#767273 - unsupported /var/lock/subsys is still used by xendomains
init.xendomains
-------------------------------------------------------------------
Tue Jun 12 14:37:00 MDT 2012 - carnold@novell.com
- Upstream pygrub patches for grub2 support and fixes
- bnc#766283 - opensuse 12.2 pv guests can not start after
installation due to lack of grub2 support in the host
24000-pygrub-grub2.patch
24001-pygrub-grub2.patch
24002-pygrub-grub2.patch

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xen
ExclusiveArch: %ix86 x86_64
%define xvers 4.1