Hello community,
here is the log from the commit of package yast2-bootloader
checked in at Tue Oct 31 10:19:17 CET 2006.
--------
--- yast2-bootloader/yast2-bootloader.changes 2006-10-17 00:40:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-bootloader/yast2-bootloader.changes 2006-10-31 02:54:35.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 02:51:33 CET 2006 - od(a)suse.de
+
+- fixed exporting the device map to autoyast (#211908)
+
+-------------------------------------------------------------------
Old:
----
yast2-bootloader-2.13.80.tar.bz2
New:
----
yast2-bootloader-2.13.81.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.I9Sdtx/_old 2006-10-31 10:18:48.000000000 +0100
+++ /var/tmp/diff_new_pack.I9Sdtx/_new 2006-10-31 10:18:48.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-bootloader (Version 2.13.80)
+# spec file for package yast2-bootloader (Version 2.13.81)
#
# Copyright (c) 2006 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.13.80
+Version: 2.13.81
Release: 1
-License: GPL
+License: GNU General Public License (GPL) - all versions
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-bootloader-2.13.80.tar.bz2
+Source0: yast2-bootloader-2.13.81.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-bootloader limal-devel perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devel yast2-devtools yast2-installation yast2-perl-bindings yast2-testsuite
PreReq: /bin/sed %fillup_prereq
@@ -60,7 +60,7 @@
Dan Meszaros
%prep
-%setup -n yast2-bootloader-2.13.80
+%setup -n yast2-bootloader-2.13.81
%build
%{prefix}/bin/y2tool y2autoconf
@@ -111,6 +111,8 @@
/usr/share/YaST2/clients/bootfloppy.ycp
%changelog -n yast2-bootloader
+* Tue Oct 31 2006 - od(a)suse.de
+- fixed exporting the device map to autoyast (#211908)
* Tue Oct 17 2006 - od(a)suse.de
- packaged missing grub/help.ycp and generic/help.ycp
- added comments to UpdateGfxMenuContents()
@@ -253,10 +255,10 @@
- 2.13.55
* Fri Apr 28 2006 - od(a)suse.de
- fixed elilo section name fix from #170129:
-- getLoaderType() cannot be called from GfxMenu.ycp, so changed
+ - getLoaderType() cannot be called from GfxMenu.ycp, so changed
internal Interface of GfxMenu::translateSectionTitle() to
accept "loader" parameter instead of "allow_blanks" parameter
-- updated other functions to use/pass through the "loader"
+ - updated other functions to use/pass through the "loader"
parameter now:
GfxMenu::UpdateGfxMenuContents()
GfxMenu::getTranslationsToDiacritics()
@@ -280,9 +282,9 @@
- fixed regexp (Bug #168594)
* Fri Apr 21 2006 - od(a)suse.de
- (#148931, #164950), fixes features #300383, #300160, #300358:
-- for root partitions in bootloader config: automatically use mount
+ - for root partitions in bootloader config: automatically use mount
by id, path, uuid and label as set up in yast2-storage
-- also display these as "hints" in the UI
+ - also display these as "hints" in the UI
- fixed some comments
- added a y2milestone in getPartitionList()
- fixed some whitespace
@@ -298,8 +300,8 @@
- 2.13.48
* Wed Apr 12 2006 - od(a)suse.de
- print-product.ycp:
-- return short name for bootloaders other than grub (#163702)
-- do not attach version to product name (#165466)
+ - return short name for bootloaders other than grub (#163702)
+ - do not attach version to product name (#165466)
- use short product name instead of "linux" as section name for
bootloaders other than grub (#163702)
- 2.13.47
@@ -392,11 +394,11 @@
- 2.13.30
* Mon Mar 20 2006 - od(a)suse.de
- fixes for #155397:
-- major cleanup of Update() code to be able to fix #155397
-- added "return ret" to CreateImageSection()
-- fixed parameters in call to UpdateSections()
-- fixed list element removal: remove() -> filter()
-- also removed translation of section title (GfxMenu) for ppc
+ - major cleanup of Update() code to be able to fix #155397
+ - added "return ret" to CreateImageSection()
+ - fixed parameters in call to UpdateSections()
+ - fixed list element removal: remove() -> filter()
+ - also removed translation of section title (GfxMenu) for ppc
(perl-Bootloader will take care of this)
- print-product.ycp: remove " -- " from arguments to
CommandLine::Print()
@@ -416,9 +418,9 @@
* Fri Mar 17 2006 - od(a)suse.de
- moved CreateLinuxSection() to BootPOWERLILO.ycp and adapted for
ppc (#144553):
-- kernel -> image
-- removed code that is not used on ppc
-- added comments
+ - kernel -> image
+ - removed code that is not used on ppc
+ - added comments
- moved CreateLinuxSection up and using it for installation as well
- 2.13.25
* Wed Mar 15 2006 - od(a)suse.de
@@ -427,9 +429,9 @@
- 2.13.24
* Mon Mar 13 2006 - od(a)suse.de
- jplack:
-- remove dead/unused code
-- add some FIXME comments
-- more cleanups
+ - remove dead/unused code
+ - add some FIXME comments
+ - more cleanups
- 2.13.23
* Mon Mar 13 2006 - od(a)suse.de
- changed some whitespace
@@ -452,15 +454,15 @@
- 2.13.20
* Tue Mar 07 2006 - od(a)suse.de
- #145597:
-- use old working proposal code from BootPPC in BootPOWERLILO
-- add comments where needed to understand the code
-- change lookup, lookup_value and modifySection and use []: instead
-- use search instead of find(string, string)
-- fixed header of BootPOWERLILO
-- fixed LocationProposal to use old BootPPC code
-- fixed some whitespace
-- call old currentBoardInit() from new Propose()
-- set proposed boot partition as default in widget
+ - use old working proposal code from BootPPC in BootPOWERLILO
+ - add comments where needed to understand the code
+ - change lookup, lookup_value and modifySection and use []: instead
+ - use search instead of find(string, string)
+ - fixed header of BootPOWERLILO
+ - fixed LocationProposal to use old BootPPC code
+ - fixed some whitespace
+ - call old currentBoardInit() from new Propose()
+ - set proposed boot partition as default in widget
- add "global void" to jplack's bootloaderError()
- fix y2error format string
- fixed an obsolete FlushCache() -> CommitSettings()
@@ -490,11 +492,11 @@
- do a mount --bind /dev /mnt/dev in bootloader_finish.ycp (#144773)
* Thu Feb 16 2006 - od(a)suse.de
- translateSectionTitle():
-- handle results properly when regexpsub() is called with a non-matching
+ - handle results properly when regexpsub() is called with a non-matching
regex
-- fixed comment for ReplaceRegexMatch()
-- fixed execess -> excess in y2milestone()
-- added another y2milestone() for cutting off words
+ - fixed comment for ReplaceRegexMatch()
+ - fixed execess -> excess in y2milestone()
+ - added another y2milestone() for cutting off words
- 2.13.17
* Thu Feb 16 2006 - od(a)suse.de
- wrote ReplaceRegexMatch() to globally replace matching regexes
@@ -507,10 +509,10 @@
- 2.13.15
* Wed Feb 15 2006 - od(a)suse.de
- olh:
-- setting svn:keyword property to 'Author Date Id Revision'
-- typo s/instalaltion/installation/
+ - setting svn:keyword property to 'Author Date Id Revision'
+ - typo s/instalaltion/installation/
- od:
-- restrict LILO section names to 11 chars -- use same algorithm
+ - restrict LILO section names to 11 chars -- use same algorithm
as in perl-Bootloader, LILO.pm, sub FixSectionName()
- 2.13.14
* Tue Feb 14 2006 - olh(a)suse.de
@@ -528,7 +530,7 @@
- 2.13.12
* Fri Jan 20 2006 - od(a)suse.de
- moved BootPOWERLILO initialization code out of constructor again
--- this unconditionally initialized lib_iface for ppc
+ -- this unconditionally initialized lib_iface for ppc
- 2.13.11
* Wed Jan 18 2006 - od(a)suse.de
- remove __exports__ from globals in extract_exports_from_globals()
@@ -569,9 +571,9 @@
- 2.13.3
* Thu Dec 08 2005 - od(a)suse.de
- changes by jplack(a)suse.de:
-- use generic dialogs in PowerPC boot loader code
-- new files to build widgets from type information
-- changes for support of all options on POWER - generic stuff
+ - use generic dialogs in PowerPC boot loader code
+ - new files to build widgets from type information
+ - changes for support of all options on POWER - generic stuff
- 2.13.2
* Mon Oct 31 2005 - jsrain(a)suse.cz
- fixed losing GRUB sections in some cases (#130236)
++++++ yast2-bootloader-2.13.80.tar.bz2 -> yast2-bootloader-2.13.81.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.80/VERSION new/yast2-bootloader-2.13.81/VERSION
--- old/yast2-bootloader-2.13.80/VERSION 2006-10-17 00:35:21.000000000 +0200
+++ new/yast2-bootloader-2.13.81/VERSION 2006-10-31 02:51:22.000000000 +0100
@@ -1 +1 @@
-2.13.80
+2.13.81
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.13.80/src/routines/autoinstall.ycp new/yast2-bootloader-2.13.81/src/routines/autoinstall.ycp
--- old/yast2-bootloader-2.13.80/src/routines/autoinstall.ycp 2006-04-12 14:01:06.000000000 +0200
+++ new/yast2-bootloader-2.13.81/src/routines/autoinstall.ycp 2006-10-31 02:40:49.000000000 +0100
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: autoinstall.ycp 30058 2006-04-12 12:01:03Z odabrunz $
+ * $Id: autoinstall.ycp 33911 2006-10-31 01:40:46Z odabrunz $
*
*/
{
@@ -342,7 +342,7 @@
}
// device map stuff
- if (size (exp["specific", "device_map"]:[]) > 0)
+ if (size (exp["specific", "device_map"]:$[]) > 0)
{
map<string,string> device_map = exp["specific", "device_map"]:$[];
y2error ("DM: %1", device_map);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org