SHA256
1
0
forked from pool/xen

- bnc#685338: Fix porting of xend-domain-lock.patch

- update scripts to use xl instead of xm:
  xen-updown.sh, init.xendomains, xmclone.sh

- disable xend in openSuSE > 11.4
  the xl command is the replacement for the xm command

- mark runlevel scripts as config to preserve local changes by
  admin or dev during package update

- enable xencommons runlevel script during upgrade if xend was
  already enabled

- call /sbin/ldconfig directly in xen-libs post install scripts

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=110
This commit is contained in:
2011-04-11 22:31:41 +00:00
committed by Git OBS Bridge
parent af590c6636
commit 58f0aa1c59
6 changed files with 251 additions and 128 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Mon Apr 11 15:55:04 MDT 2011 - jfehlig@suse.de
- bnc#685338: Fix porting of xend-domain-lock.patch
-------------------------------------------------------------------
Mon Apr 11 19:33:34 CEST 2011 - ohering@suse.de
- update scripts to use xl instead of xm:
xen-updown.sh, init.xendomains, xmclone.sh
-------------------------------------------------------------------
Mon Apr 11 17:34:46 CEST 2011 - ohering@suse.de
- disable xend in openSuSE > 11.4
the xl command is the replacement for the xm command
-------------------------------------------------------------------
Thu Apr 7 18:16:45 CEST 2011 - ohering@suse.de
- mark runlevel scripts as config to preserve local changes by
admin or dev during package update
-------------------------------------------------------------------
Thu Apr 7 18:11:14 CEST 2011 - ohering@suse.de
- enable xencommons runlevel script during upgrade if xend was
already enabled
-------------------------------------------------------------------
Thu Apr 7 17:50:23 CEST 2011 - ohering@suse.de
- call /sbin/ldconfig directly in xen-libs post install scripts
-------------------------------------------------------------------
Thu Mar 31 12:41:24 UTC 2011 - coolo@novell.com