Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2011-10-26 15:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cobbler (Old)
 and      /work/SRC/openSUSE:Factory/.cobbler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cobbler", Maintainer is "u...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2011-10-11 
16:52:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes     2011-10-26 
15:34:37.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 14:15:24 CEST 2011 - u...@suse.de
+
+- virtual machines autostart on boot fixed
+
+-------------------------------------------------------------------

New:
----
  virt-auto-boot.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.34GM6s/_old  2011-10-26 15:34:44.000000000 +0200
+++ /var/tmp/diff_new_pack.34GM6s/_new  2011-10-26 15:34:44.000000000 +0200
@@ -32,6 +32,7 @@
 Patch2:  cobbler_web_config.diff
 Patch13: users_patch.diff
 Patch14: setup_py.diff
+Patch15: virt-auto-boot.diff
 
 Group: Applications/System
 Requires: python >= 2.3
@@ -122,6 +123,7 @@
 %endif
 %patch13
 %patch14
+%patch15 -p1
 mv vendor-files/cobbler.1.gz docs
 
 %build

++++++ virt-auto-boot.diff ++++++
diff --git a/koan/qcreate.py b/koan/qcreate.py
index beab3fa..1116b19 100755
--- a/koan/qcreate.py
+++ b/koan/qcreate.py
@@ -158,6 +158,7 @@ def start_install(name=None,
     guest.set_name(name)
     guest.set_memory(ram)
     guest.set_vcpus(vcpus)
+    guest.set_autostart(virt_auto_boot)
     # for KVM, we actually can't disable this, since it's the only
     # console it has other than SDL
     guest.set_graphics("vnc")
diff --git a/koan/xencreate.py b/koan/xencreate.py
index b86c2ff..2228d69 100755
--- a/koan/xencreate.py
+++ b/koan/xencreate.py
@@ -113,6 +113,7 @@ def start_install(name=None,
     guest.set_name(name)
     guest.set_memory(ram)
     guest.set_vcpus(vcpus)
+    guest.set_autostart(virt_auto_boot)
 
     if not no_gfx:
         guest.set_graphics("vnc")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to