diff --git a/yast2-bootloader-2.15.28.tar.bz2 b/yast2-bootloader-2.15.28.tar.bz2 deleted file mode 100644 index 119d421..0000000 --- a/yast2-bootloader-2.15.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c190584b1d0de84bdd384c205d86d479e9fe2b62f784333dd1ab4d032cab5652 -size 357109 diff --git a/yast2-bootloader-2.15.29.tar.bz2 b/yast2-bootloader-2.15.29.tar.bz2 new file mode 100644 index 0000000..43d7a6e --- /dev/null +++ b/yast2-bootloader-2.15.29.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20fbf361376ddc6ed20f91d4d35e68153d9d0ca082ca57d107d7cc15d81947df +size 357022 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 7fc47da..2aa0173 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 26 21:22:58 CEST 2007 - od@suse.de + +- added flag avoid_reading_device_map to blRead(), all internal + Read()s and ReadSettings() interface to perl-Bootloader: used by + BootLILO and BootGRUB during update to migrate device names in + the device_map and then re-read the config files with correct + device name translation (#328448) +- do not install bootloader in XEN paravirtualized DomU (#308451) +- 2.15.29 + ------------------------------------------------------------------- Tue Sep 25 13:53:18 CEST 2007 - od@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 45954b7..2e9ec7d 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.15.28) +# spec file for package yast2-bootloader (Version 2.15.29) # # 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.28 +Version: 2.15.29 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.15.28.tar.bz2 +Source0: yast2-bootloader-2.15.29.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 @@ Authors: Olaf Dabrunz %prep -%setup -n yast2-bootloader-2.15.28 +%setup -n yast2-bootloader-2.15.29 %build %{prefix}/bin/y2tool y2autoconf @@ -94,6 +94,14 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Wed Sep 26 2007 - od@suse.de +- added flag avoid_reading_device_map to blRead(), all internal + Read()s and ReadSettings() interface to perl-Bootloader: used by + BootLILO and BootGRUB during update to migrate device names in + the device_map and then re-read the config files with correct + device name translation (#328448) +- do not install bootloader in XEN paravirtualized DomU (#308451) +- 2.15.29 * Tue Sep 25 2007 - od@suse.de - re-read bootloader config from system after the delayed run of perl-Bootloader updates, then call FlagOnetimeBoot() based on