Mailinglist Archive: opensuse-commit (1929 mails)
| < Previous | Next > |
commit cobbler for openSUSE:12.1
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 28 Oct 2011 15:36:27 +0200
- Message-id: <20111028133627.E094F20358@hilbert.suse.de>
Hello community,
here is the log from the commit of package cobbler for openSUSE:12.1 checked in
at 2011-10-26 15:21:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/cobbler (Old)
and /work/SRC/openSUSE:12.1/.cobbler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cobbler", Maintainer is "ug@xxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:12.1/cobbler/cobbler.changes 2011-10-24
12:33:12.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.cobbler.new/cobbler.changes 2011-10-28
15:36:27.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 14:15:24 CEST 2011 - ug@xxxxxxx
+
+- virtual machines autostart on boot fixed
+
+-------------------------------------------------------------------
New:
----
virt-auto-boot.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.q2tfvM/_old 2011-10-28 15:36:27.000000000 +0200
+++ /var/tmp/diff_new_pack.q2tfvM/_new 2011-10-28 15:36:27.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+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package cobbler for openSUSE:12.1 checked in
at 2011-10-26 15:21:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/cobbler (Old)
and /work/SRC/openSUSE:12.1/.cobbler.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cobbler", Maintainer is "ug@xxxxxxxx"
Changes:
--------
--- /work/SRC/openSUSE:12.1/cobbler/cobbler.changes 2011-10-24
12:33:12.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.cobbler.new/cobbler.changes 2011-10-28
15:36:27.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 26 14:15:24 CEST 2011 - ug@xxxxxxx
+
+- virtual machines autostart on boot fixed
+
+-------------------------------------------------------------------
New:
----
virt-auto-boot.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cobbler.spec ++++++
--- /var/tmp/diff_new_pack.q2tfvM/_old 2011-10-28 15:36:27.000000000 +0200
+++ /var/tmp/diff_new_pack.q2tfvM/_new 2011-10-28 15:36:27.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+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |