From ea19439545eaa9721f13378c61354bb2b6d651ae329a76e18a007a428193f336 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Jan 2009 00:32:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=91 --- yast2-bootloader-2.17.51.tar.bz2 | 3 --- yast2-bootloader-2.17.52.tar.bz2 | 3 +++ yast2-bootloader.changes | 8 ++++++++ yast2-bootloader.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 yast2-bootloader-2.17.51.tar.bz2 create mode 100644 yast2-bootloader-2.17.52.tar.bz2 diff --git a/yast2-bootloader-2.17.51.tar.bz2 b/yast2-bootloader-2.17.51.tar.bz2 deleted file mode 100644 index 77ae665..0000000 --- a/yast2-bootloader-2.17.51.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a03a85b3daa6b52f8d3fb21b7037af0a7ad6def8145f6cb08a1552c9d8680308 -size 379286 diff --git a/yast2-bootloader-2.17.52.tar.bz2 b/yast2-bootloader-2.17.52.tar.bz2 new file mode 100644 index 0000000..938e41b --- /dev/null +++ b/yast2-bootloader-2.17.52.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f197cb987a2d9f4238b378d0d908593cdff14672d6e8fbd1e78ce90cd8461d9f +size 379514 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 1705ea6..d70d929 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 27 17:14:25 CET 2009 - juhliarik@suse.cz + +- added fix for problem with adding boot entry to EFI if + installation run on different disk but with same boot partition + (bnc #450682) +- 2.17.52 + ------------------------------------------------------------------- Mon Jan 26 16:04:48 CET 2009 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 010eedb..f4ac4bf 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.51) +# spec file for package yast2-bootloader (Version 2.17.52) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.51 +Version: 2.17.52 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.51.tar.bz2 +Source0: yast2-bootloader-2.17.52.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: @@ -68,7 +68,7 @@ Authors: Daniel Fiser %prep -%setup -n yast2-bootloader-2.17.51 +%setup -n yast2-bootloader-2.17.52 %build %{prefix}/bin/y2tool y2autoconf @@ -114,6 +114,11 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Tue Jan 27 2009 juhliarik@suse.cz +- added fix for problem with adding boot entry to EFI if + installation run on different disk but with same boot partition + (bnc #450682) +- 2.17.52 * Mon Jan 26 2009 juhliarik@suse.cz - updated function Dev2MountByDev() which can run long time if machine included huge number of disks (bnc #468922)