From 28892207967bc64a3ef523b106d0c3d93569baef2084f7fd081b6c7496df3893 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 13:43:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=76 --- yast2-bootloader-2.17.34.tar.bz2 | 3 --- yast2-bootloader-2.17.35.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.34.tar.bz2 create mode 100644 yast2-bootloader-2.17.35.tar.bz2 diff --git a/yast2-bootloader-2.17.34.tar.bz2 b/yast2-bootloader-2.17.34.tar.bz2 deleted file mode 100644 index bd0aff0..0000000 --- a/yast2-bootloader-2.17.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3274c9bb36eea5e26f92bf33d4df17526d57906478f5e15bf19ec370e3fad0ae -size 375159 diff --git a/yast2-bootloader-2.17.35.tar.bz2 b/yast2-bootloader-2.17.35.tar.bz2 new file mode 100644 index 0000000..246ac36 --- /dev/null +++ b/yast2-bootloader-2.17.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f217e386c91f30c573a21e2e692de758b11312f75da50c46b955612ca2adfdfa +size 375236 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 3904e3a..2ca9a1b 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 31 12:49:14 CET 2008 - juhliarik@suse.cz + +- added better proposal checking elilo ,lilo +- added fix for typo (bnc #439030) +- added fix for selectinf "none" bootloader (bnc #438976) +- 2.17.35 + ------------------------------------------------------------------- Mon Oct 27 12:45:44 CET 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 557cd37..df54f31 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.34) +# spec file for package yast2-bootloader (Version 2.17.35) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.34 +Version: 2.17.35 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.34.tar.bz2 +Source0: yast2-bootloader-2.17.35.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: @@ -64,7 +64,7 @@ Authors: Daniel Fiser %prep -%setup -n yast2-bootloader-2.17.34 +%setup -n yast2-bootloader-2.17.35 %build %{prefix}/bin/y2tool y2autoconf @@ -111,6 +111,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog +* Fri Oct 31 2008 juhliarik@suse.cz +- added better proposal checking elilo ,lilo +- added fix for typo (bnc #439030) +- added fix for selectinf "none" bootloader (bnc #438976) +- 2.17.35 * Mon Oct 27 2008 juhliarik@suse.cz - updated checking of boot device s not on XFS (bnc #438757) - added fix for problem with generic boot code (bnc #438752)