diff --git a/yast2-bootloader-2.17.11.tar.bz2 b/yast2-bootloader-2.17.11.tar.bz2 new file mode 100644 index 0000000..8839038 --- /dev/null +++ b/yast2-bootloader-2.17.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f2bac67e8c743b051902e9cb628d85f72ea5ec6ccbb9d05ddd1b66395c3253 +size 364433 diff --git a/yast2-bootloader-2.17.9.tar.bz2 b/yast2-bootloader-2.17.9.tar.bz2 deleted file mode 100644 index 79504f5..0000000 --- a/yast2-bootloader-2.17.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c595cccf5e34614d7507a17badbbf137eea002b970c470200db4ca118b9480 -size 364585 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 855d9a0..f61f06b 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Aug 6 15:42:28 CEST 2008 - juhliarik@suse.cz + +- added better detection of NFS boot device (bnc #408912) +- added better detection of EVMS - do not install bootloader + (fate #305007) +- 2.17.11 + +------------------------------------------------------------------- +Wed Aug 6 12:55:17 CEST 2008 - juhliarik@suse.cz + +- added support for acoustic signals (fate #303481) +- added checkbox for enabling remapping in chainloader section +- 2.17.10 + ------------------------------------------------------------------- Tue Aug 5 12:05:04 CEST 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 3f63a6c..c23e4ef 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.9) +# spec file for package yast2-bootloader (Version 2.17.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.9 +Version: 2.17.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.9.tar.bz2 +Source0: yast2-bootloader-2.17.11.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: @@ -61,7 +61,7 @@ Authors: Daniel Fiser %prep -%setup -n yast2-bootloader-2.17.9 +%setup -n yast2-bootloader-2.17.11 %build %{prefix}/bin/y2tool y2autoconf @@ -106,6 +106,15 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Wed Aug 06 2008 juhliarik@suse.cz +- added better detection of NFS boot device (bnc #408912) +- added better detection of EVMS - do not install bootloader + (fate #305007) +- 2.17.11 +* Wed Aug 06 2008 juhliarik@suse.cz +- added support for acoustic signals (fate #303481) +- added checkbox for enabling remapping in chainloader section +- 2.17.10 * Tue Aug 05 2008 juhliarik@suse.cz - added/enabled support for ordering disks in device.map for GRUB (fate ##303964)