diff --git a/yast2-bootloader-2.15.7.tar.bz2 b/yast2-bootloader-2.15.7.tar.bz2 deleted file mode 100644 index 310a7cc..0000000 --- a/yast2-bootloader-2.15.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f9dad8a3305c830c9c812582cddde1ba8c53d9f164959016921bd8b3be808c0 -size 323644 diff --git a/yast2-bootloader-2.15.8.tar.bz2 b/yast2-bootloader-2.15.8.tar.bz2 new file mode 100644 index 0000000..7af1a87 --- /dev/null +++ b/yast2-bootloader-2.15.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e229d7da8bbac227b1a9e7166cb19336e9f7365cb9f31dd4021693706f7ac40 +size 324387 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 1a03967..3c629af 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 11 19:14:30 CEST 2007 - aosthof@suse.de + +- Fixed erroneous EFI Bootloader Label (#242985) in BootELILO.ycp +- Fixed removal of obsolete entries in EFI Boot Menu in + BootELILO.ycp (#237873) +- 2.15.8 + ------------------------------------------------------------------- Thu Mar 1 10:04:44 CET 2007 - aosthof@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 65c8b48..369556a 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.15.7) +# spec file for package yast2-bootloader (Version 2.15.8) # # 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.7 +Version: 2.15.8 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.15.7.tar.bz2 +Source0: yast2-bootloader-2.15.8.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-storage yast2-testsuite PreReq: /bin/sed %fillup_prereq @@ -46,7 +46,7 @@ Authors: Dan Meszaros %prep -%setup -n yast2-bootloader-2.15.7 +%setup -n yast2-bootloader-2.15.8 %build %{prefix}/bin/y2tool y2autoconf @@ -91,6 +91,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Wed Apr 11 2007 - aosthof@suse.de +- Fixed erroneous EFI Bootloader Label (#242985) in BootELILO.ycp +- Fixed removal of obsolete entries in EFI Boot Menu in + BootELILO.ycp (#237873) +- 2.15.8 * Thu Mar 01 2007 - aosthof@suse.de - Reverted to make Xen kernel default boot kernel if Xen pattern or Xen RPMs are installed. (Fate #301384)