diff --git a/yast2-bootloader-2.17.25.tar.bz2 b/yast2-bootloader-2.17.25.tar.bz2 deleted file mode 100644 index 68e0c49..0000000 --- a/yast2-bootloader-2.17.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f32bb1edb0aef81df4e45262dbaf552c3c85f06911c1dd53d3068291c297b25 -size 374821 diff --git a/yast2-bootloader-2.17.26.tar.bz2 b/yast2-bootloader-2.17.26.tar.bz2 new file mode 100644 index 0000000..2985910 --- /dev/null +++ b/yast2-bootloader-2.17.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cd5f482695ab65850b3854d2744b28a614dd54956d88df36a41f358485bee2 +size 375062 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 07604c6..7edaf7d 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 8 10:39:12 CEST 2008 - juhliarik@suse.cz + +- added fix for adding crashkernel from y2-kdump (bnc #432651) +- added fix for writing proposal (bnc #433344) +- added fix for checking if boot device is on raid0 (bnc #156800) +- 2.17.26 + ------------------------------------------------------------------- Fri Oct 3 17:28:27 CEST 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 5e22ea3..e895353 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.25) +# spec file for package yast2-bootloader (Version 2.17.26) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.25 +Version: 2.17.26 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.25.tar.bz2 +Source0: yast2-bootloader-2.17.26.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.25 +%setup -n yast2-bootloader-2.17.26 %build %{prefix}/bin/y2tool y2autoconf @@ -107,6 +107,11 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Wed Oct 08 2008 juhliarik@suse.cz +- added fix for adding crashkernel from y2-kdump (bnc #432651) +- added fix for writing proposal (bnc #433344) +- added fix for checking if boot device is on raid0 (bnc #156800) +- 2.17.26 * Fri Oct 03 2008 juhliarik@suse.cz - added fix for installing packages (bnc #431580) - added fix for 2 identical section in powerLILO (bnc #427730)