From e1ff1184749a4fa58e779d9b0fdfcf5453b60997e09245e50e10788e9d8dc346 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 17 Sep 2007 17:35:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=25 --- yast2-bootloader-2.15.20.tar.bz2 | 3 --- yast2-bootloader-2.15.21.tar.bz2 | 3 +++ yast2-bootloader.changes | 9 +++++++++ yast2-bootloader.spec | 16 +++++++++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 yast2-bootloader-2.15.20.tar.bz2 create mode 100644 yast2-bootloader-2.15.21.tar.bz2 diff --git a/yast2-bootloader-2.15.20.tar.bz2 b/yast2-bootloader-2.15.20.tar.bz2 deleted file mode 100644 index 9ae8129..0000000 --- a/yast2-bootloader-2.15.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878fb244d22fa616551c5fed54561fa5d96af1c17becee7e9461e714ae8ca3f5 -size 355990 diff --git a/yast2-bootloader-2.15.21.tar.bz2 b/yast2-bootloader-2.15.21.tar.bz2 new file mode 100644 index 0000000..6bcf03f --- /dev/null +++ b/yast2-bootloader-2.15.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5b32d406d3fef0fcb4259a1cac1d2a2a87b61f78e54222c461212596e61920 +size 356745 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 5f702a2..164d3b0 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 17 19:31:03 CEST 2007 - od@suse.de + +- #309837: + - fix setting the default section at the end of an update, + according to saved previous default kernel image flavor + - use fallback flavors if previous flavor is unavailable +- 2.15.21 + ------------------------------------------------------------------- Thu Sep 13 05:41:00 CEST 2007 - od@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index b933c09..6201bd0 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.15.20) +# spec file for package yast2-bootloader (Version 2.15.21) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,13 +11,13 @@ # norootforbuild Name: yast2-bootloader -Version: 2.15.20 +Version: 2.15.21 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.15.20.tar.bz2 -prefix: /usr +Source0: yast2-bootloader-2.15.21.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: #!BuildIgnore: autoyast2-installation @@ -50,7 +50,7 @@ Authors: Olaf Dabrunz %prep -%setup -n yast2-bootloader-2.15.20 +%setup -n yast2-bootloader-2.15.21 %build %{prefix}/bin/y2tool y2autoconf @@ -95,6 +95,12 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Mon Sep 17 2007 - od@suse.de +- #309837: + - fix setting the default section at the end of an update, + according to saved previous default kernel image flavor + - use fallback flavors if previous flavor is unavailable +- 2.15.21 * Thu Sep 13 2007 - od@suse.de - specify blockoffset as string, rather than number - added a FIXME comment