diff --git a/yast2-bootloader-2.16.10.tar.bz2 b/yast2-bootloader-2.16.10.tar.bz2 new file mode 100644 index 0000000..ddabe93 --- /dev/null +++ b/yast2-bootloader-2.16.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bbc1bdfc54427f60e28b2352f91cff652c68fddcce7df60f1b4dbdceb80aba +size 357318 diff --git a/yast2-bootloader-2.16.9.tar.bz2 b/yast2-bootloader-2.16.9.tar.bz2 deleted file mode 100644 index 9deaf47..0000000 --- a/yast2-bootloader-2.16.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c5f5c1b7e7c66b9f31b9fe3f2f5b1555bf89a21b4a50ff0e6a7683e7d996f51 -size 356863 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 508a25e..deaa350 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 16 15:20:15 CEST 2008 - juhliarik@suse.cz + +- added fix for activating DM-RAID boot partition (bnc #337742) +- added fix for lilo and raid version (bnc #357897) +- 2.16.10 + ------------------------------------------------------------------- Fri Apr 11 15:53:19 CEST 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index ab91576..61723aa 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.16.9) +# spec file for package yast2-bootloader (Version 2.16.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-bootloader -Version: 2.16.9 +Version: 2.16.10 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.16.9.tar.bz2 +Source0: yast2-bootloader-2.16.10.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: @@ -54,7 +54,7 @@ Authors: Daniel Fiser %prep -%setup -n yast2-bootloader-2.16.9 +%setup -n yast2-bootloader-2.16.10 %build %{prefix}/bin/y2tool y2autoconf @@ -99,6 +99,10 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Wed Apr 16 2008 juhliarik@suse.cz +- added fix for activating DM-RAID boot partition (bnc #337742) +- added fix for lilo and raid version (bnc #357897) +- 2.16.10 * Fri Apr 11 2008 juhliarik@suse.cz - added handling of option for calling kexec instead of reboot (fate#303395)