Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit yast2-bootloader
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 15 Aug 2007 21:48:26 +0200
- Message-id: <20070815194826.4723E678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-bootloader
checked in at Wed Aug 15 21:48:26 CEST 2007.
--------
--- yast2-bootloader/yast2-bootloader.changes 2007-08-13 22:34:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2007-08-15 20:38:28.298537000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 15 20:34:07 CEST 2007 - od@xxxxxxx
+
+- forgot to use changed sections (feature #302302)
+- added logging with y2milestone()s for last change
+- 2.15.17
+
+-------------------------------------------------------------------
Old:
----
yast2-bootloader-2.15.16.tar.bz2
New:
----
yast2-bootloader-2.15.17.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.Y12379/_old 2007-08-15 21:47:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Y12379/_new 2007-08-15 21:47:59.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-bootloader (Version 2.15.16)
+# spec file for package yast2-bootloader (Version 2.15.17)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-bootloader
-Version: 2.15.16
+Version: 2.15.17
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-bootloader-2.15.16.tar.bz2
+Source0: yast2-bootloader-2.15.17.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite
# to eliminate a cyclic dependency in autobuild:
@@ -50,7 +50,7 @@
Olaf Dabrunz
%prep
-%setup -n yast2-bootloader-2.15.16
+%setup -n yast2-bootloader-2.15.17
%build
%{prefix}/bin/y2tool y2autoconf
@@ -95,6 +95,10 @@
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
+* Wed Aug 15 2007 - od@xxxxxxx
+- forgot to use changed sections (feature #302302)
+- added logging with y2milestone()s for last change
+- 2.15.17
* Mon Aug 13 2007 - od@xxxxxxx
- grub: feature #302302:
- added code to UpdateSections() to update old sections for
++++++ yast2-bootloader-2.15.16.tar.bz2 -> yast2-bootloader-2.15.17.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.16/src/routines/lilolike.ycp new/yast2-bootloader-2.15.17/src/routines/lilolike.ycp
--- old/yast2-bootloader-2.15.16/src/routines/lilolike.ycp 2007-08-13 22:32:14.000000000 +0200
+++ new/yast2-bootloader-2.15.17/src/routines/lilolike.ycp 2007-08-15 20:33:59.000000000 +0200
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain@xxxxxxx>
*
- * $Id: lilolike.ycp 40242 2007-08-13 20:32:13Z odabrunz $
+ * $Id: lilolike.ycp 40307 2007-08-15 18:33:58Z odabrunz $
*
*/
{
@@ -688,9 +688,11 @@
//
if (getLoaderType (false) == "grub" && replace)
{
+ y2milestone ("Converting sections for other installation to use chainloader/configfile entries...");
out = maplist (map<string,any> s, out, {
string label = s["name"]:"";
string sect_type = s["original_name"]:"";
+ y2milestone ("label: %1, sect_type: %2", label, sect_type);
if (!contains(sections_to_recreate, sect_type) &&
sect_type == label &&
haskey(s, "image") &&
@@ -712,6 +714,7 @@
s["chainloader"] = dev;
s["blockoffset"] = 1;
s["type"] = "other";
+ y2milestone ("Updating section \"%1\" booting other installation to use chainloader entry", s["name"]:"");
}
else
{
@@ -720,7 +723,9 @@
// least for all SUSE installations using grub)
s["configfile"] = "/boot/grub/menu.lst";
s["type"] = "menu";
+ y2milestone ("Updating section \"%1\" booting other installation to use configfile entry", s["name"]:"");
}
+ return s;
}
else
return s;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.16/VERSION new/yast2-bootloader-2.15.17/VERSION
--- old/yast2-bootloader-2.15.16/VERSION 2007-08-13 22:32:23.000000000 +0200
+++ new/yast2-bootloader-2.15.17/VERSION 2007-08-15 20:34:06.000000000 +0200
@@ -1 +1 @@
-2.15.16
+2.15.17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |