diff --git a/yast2-bootloader-2.17.16.tar.bz2 b/yast2-bootloader-2.17.16.tar.bz2 deleted file mode 100644 index f150abc..0000000 --- a/yast2-bootloader-2.17.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c46b37f524dde8c6d3eab6484946e2cb859f16b088ac5d78f400af51633c16a4 -size 373063 diff --git a/yast2-bootloader-2.17.17.tar.bz2 b/yast2-bootloader-2.17.17.tar.bz2 new file mode 100644 index 0000000..dc05591 --- /dev/null +++ b/yast2-bootloader-2.17.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc7adf8be8919f6141e04be3bde89c58049dc71d343f1800754fe7f0d26f4a7 +size 372387 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 377255e..28c3bc5 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 12 14:24:43 CEST 2008 - juhliarik@suse.cz + +- added support of trusted grub (FATE #303784, #303672, #303891, + #303983) +- added warning that lilo is not supported (FATE #305006) +- 2.17.17 + ------------------------------------------------------------------- Thu Sep 11 15:27:43 CEST 2008 - locilka@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 4338ec0..e63dfd4 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.16) +# spec file for package yast2-bootloader (Version 2.17.17) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.16 +Version: 2.17.17 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.16.tar.bz2 +Source0: yast2-bootloader-2.17.17.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.16 +%setup -n yast2-bootloader-2.17.17 %build %{prefix}/bin/y2tool y2autoconf @@ -106,6 +106,11 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Fri Sep 12 2008 juhliarik@suse.cz +- added support of trusted grub (FATE #303784, #303672, #303891, + [#303983]) +- added warning that lilo is not supported (FATE #305006) +- 2.17.17 * Thu Sep 11 2008 locilka@suse.cz - Calling new reipl_bootloader_finish client from yast2-reipl in bootloader_finish (FATE #304960).