diff --git a/yast2-bootloader-2.15.19.tar.bz2 b/yast2-bootloader-2.15.19.tar.bz2 deleted file mode 100644 index da1ce25..0000000 --- a/yast2-bootloader-2.15.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05740eac6271595afae006b5f5c09d438aa99751f7efc0b09a597ac5c213bb89 -size 369851 diff --git a/yast2-bootloader-2.15.20.tar.bz2 b/yast2-bootloader-2.15.20.tar.bz2 new file mode 100644 index 0000000..9ae8129 --- /dev/null +++ b/yast2-bootloader-2.15.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878fb244d22fa616551c5fed54561fa5d96af1c17becee7e9461e714ae8ca3f5 +size 355990 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 96258a6..5f702a2 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Sep 13 05:41:00 CEST 2007 - od@suse.de + +- specify blockoffset as string, rather than number +- added a FIXME comment +- fixed conversion of obsolete filenames in kernel and initrd keys +- fixed conversion of device names in root and chainloader keys + (#309837) +- 2.15.20 + ------------------------------------------------------------------- Tue Aug 28 18:35:52 CEST 2007 - pth@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 51cce51..b933c09 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.15.19) +# spec file for package yast2-bootloader (Version 2.15.20) # # 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.19 +Version: 2.15.20 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.15.19.tar.bz2 +Source0: yast2-bootloader-2.15.20.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.19 +%setup -n yast2-bootloader-2.15.20 %build %{prefix}/bin/y2tool y2autoconf @@ -95,6 +95,13 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Thu Sep 13 2007 - od@suse.de +- specify blockoffset as string, rather than number +- added a FIXME comment +- fixed conversion of obsolete filenames in kernel and initrd keys +- fixed conversion of device names in root and chainloader keys + (#309837) +- 2.15.20 * Tue Aug 28 2007 - pth@suse.de - Fix the code in bootloader_finish so that the one-time-boot code is actually called.