Author: juhliarik
Date: Thu Jan 29 10:22:02 2009
New Revision: 55134
URL: http://svn.opensuse.org/viewcvs/yast?rev=55134&view=rev
Log:
Created tag branch-Code-11-2_17_53 for bootloader
Added:
tags/branch-Code-11-2_17_53/bootloader/
- copied from r55133, branches/SuSE-Code-11-Branch/bootloader/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Wed Jan 28 17:17:11 2009
New Revision: 55131
URL: http://svn.opensuse.org/viewcvs/yast?rev=55131&view=rev
Log:
Created tag branch-Code-11-2_17_58 for packager
Added:
tags/branch-Code-11-2_17_58/packager/
- copied from r55130, branches/SuSE-Code-11-Branch/packager/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Wed Jan 28 17:17:09 2009
New Revision: 55130
URL: http://svn.opensuse.org/viewcvs/yast?rev=55130&view=rev
Log:
Created tag branch-Code-11-2_17_58
Added:
tags/branch-Code-11-2_17_58/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Wed Jan 28 17:17:00 2009
New Revision: 55129
URL: http://svn.opensuse.org/viewcvs/yast?rev=55129&view=rev
Log:
- do not remove kernel-xenpae package at update, it can be
installed together with the standard kernel (bnc#468674)
- 2.17.58
Modified:
branches/SuSE-Code-11-Branch/packager/VERSION
branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes
branches/SuSE-Code-11-Branch/packager/src/modules/Packages.ycp
Modified: branches/SuSE-Code-11-Branch/packager/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/packager/…
==============================================================================
--- branches/SuSE-Code-11-Branch/packager/VERSION (original)
+++ branches/SuSE-Code-11-Branch/packager/VERSION Wed Jan 28 17:17:00 2009
@@ -1 +1 @@
-2.17.57
+2.17.58
Modified: branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/packager/…
==============================================================================
--- branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes (original)
+++ branches/SuSE-Code-11-Branch/packager/package/yast2-packager.changes Wed Jan 28 17:17:00 2009
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Jan 28 17:06:48 CET 2009 - lslezak(a)suse.cz
+
+- do not remove kernel-xenpae package at update, it can be
+ installed together with the standard kernel (bnc#468674)
+- 2.17.58
+
+-------------------------------------------------------------------
Mon Jan 26 14:06:50 CET 2009 - lslezak(a)suse.cz
- fixed another places logging complete URL including a password
Modified: branches/SuSE-Code-11-Branch/packager/src/modules/Packages.ycp
URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/packager/…
==============================================================================
--- branches/SuSE-Code-11-Branch/packager/src/modules/Packages.ycp (original)
+++ branches/SuSE-Code-11-Branch/packager/src/modules/Packages.ycp Wed Jan 28 17:17:00 2009
@@ -1855,6 +1855,7 @@
foreach (string one_kernel, kernels_to_be_installed, {
// XEN can be installed in parallel
if (one_kernel == "kernel-xen") return;
+ if (one_kernel == "kernel-xenpae") return;
// don't remove the recommended one
if (one_kernel == recommended_kernel) return;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: lslezak
Date: Wed Jan 28 17:13:20 2009
New Revision: 55128
URL: http://svn.opensuse.org/viewcvs/yast?rev=55128&view=rev
Log:
- do not remove kernel-xenpae package at update, it can be
installed together with the standard kernel (bnc#468674)
Modified:
trunk/packager/package/yast2-packager.changes
trunk/packager/src/modules/Packages.ycp
Modified: trunk/packager/package/yast2-packager.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/package/yast2-packager.…
==============================================================================
--- trunk/packager/package/yast2-packager.changes (original)
+++ trunk/packager/package/yast2-packager.changes Wed Jan 28 17:13:20 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Jan 28 17:06:48 CET 2009 - lslezak(a)suse.cz
+
+- do not remove kernel-xenpae package at update, it can be
+ installed together with the standard kernel (bnc#468674)
+
+-------------------------------------------------------------------
Mon Jan 26 14:06:50 CET 2009 - lslezak(a)suse.cz
- fixed another places logging complete URL including a password
Modified: trunk/packager/src/modules/Packages.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/packager/src/modules/Packages.yc…
==============================================================================
--- trunk/packager/src/modules/Packages.ycp (original)
+++ trunk/packager/src/modules/Packages.ycp Wed Jan 28 17:13:20 2009
@@ -1855,6 +1855,7 @@
foreach (string one_kernel, kernels_to_be_installed, {
// XEN can be installed in parallel
if (one_kernel == "kernel-xen") return;
+ if (one_kernel == "kernel-xenpae") return;
// don't remove the recommended one
if (one_kernel == recommended_kernel) return;
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: locilka
Date: Wed Jan 28 17:10:35 2009
New Revision: 55127
URL: http://svn.opensuse.org/viewcvs/yast?rev=55127&view=rev
Log:
Created tag stable-2_18_3 for installation
Added:
tags/stable-2_18_3/installation/
- copied from r55126, trunk/installation/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org