diff --git a/yast2-bootloader-2.16.6.tar.bz2 b/yast2-bootloader-2.16.6.tar.bz2 deleted file mode 100644 index 4cfe7e2..0000000 --- a/yast2-bootloader-2.16.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3cc1b2cb4eafa107d402601e480958883bf337d46d647ec2373af8161443b15 -size 355091 diff --git a/yast2-bootloader-2.16.7.tar.bz2 b/yast2-bootloader-2.16.7.tar.bz2 new file mode 100644 index 0000000..518fc45 --- /dev/null +++ b/yast2-bootloader-2.16.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646f2c953b917db3c63aa7b624c6f8b67cec4fd20b97cc444b1f939a32f7ae9d +size 369971 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index aef9b44..421b0d9 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Mar 20 12:45:20 CET 2008 - jsrain@suse.cz + +- updated the way section list is displayed in the installation + proposal (fate#120376) +- 2.16.7 + +------------------------------------------------------------------- +Tue Mar 18 10:07:57 CET 2008 - jsrain@suse.cz + +- keep the 'linux' section name if product name is empty + (bnc#371741) + +------------------------------------------------------------------- +Mon Mar 17 12:43:32 CET 2008 - jsrain@suse.cz + +- added 'StartupNotify=true' to the desktop file (bnc #304964) + ------------------------------------------------------------------- Fri Mar 14 14:57:17 CET 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 8703a88..70f8b72 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.16.6) +# spec file for package yast2-bootloader (Version 2.16.7) # # 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.6 +Version: 2.16.7 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.16.6.tar.bz2 +Source0: yast2-bootloader-2.16.7.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.6 +%setup -n yast2-bootloader-2.16.7 %build %{prefix}/bin/y2tool y2autoconf @@ -99,6 +99,15 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Thu Mar 20 2008 jsrain@suse.cz +- updated the way section list is displayed in the installation + proposal (fate#120376) +- 2.16.7 +* Tue Mar 18 2008 jsrain@suse.cz +- keep the 'linux' section name if product name is empty + (bnc#371741) +* Mon Mar 17 2008 jsrain@suse.cz +- added 'StartupNotify=true' to the desktop file (bnc #304964) * Fri Mar 14 2008 juhliarik@suse.cz - added inst_bootloader for saving config file before installing kernel (F #302660)