OBS User unknown 2008-11-21 14:57:40 +00:00 committed by Git OBS Bridge
parent bd77f49604
commit e9ded65c43
4 changed files with 17 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1a016c0e28e08d4d9ad1e521abe79d38de3b1d8c196762c14e6dc1cb0f7a799
size 376289

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ba4cfb64b7389dbc4aeb49d31f62efeb95b491163d05a1b6d114918defa715f
size 376470

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 21 12:11:27 CET 2008 - juhliarik@suse.cz
- updated fix for checking if boot entry exist in EFI (bnc #438215)
- 2.17.40
-------------------------------------------------------------------
Wed Nov 19 13:50:35 CET 2008 - juhliarik@suse.cz
@ -301,7 +307,7 @@ Tue Jul 29 18:18:38 CEST 2008 - juhliarik@suse.cz
/etc/sysconfig/bootloader (fate #302245)
- 2.17.6
-------------------------------------------------------------------
------------------------------------------------------------------
Sun Jul 27 17:52:58 CEST 2008 - juhliarik@suse.cz
- added powersaved=off to boot section for failsave (bnc #153345)

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.17.39)
# spec file for package yast2-bootloader (Version 2.17.40)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-bootloader
Version: 2.17.39
Version: 2.17.40
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.17.39.tar.bz2
Source0: yast2-bootloader-2.17.40.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:
@ -66,7 +66,7 @@ Authors:
Daniel Fiser
%prep
%setup -n yast2-bootloader-2.17.39
%setup -n yast2-bootloader-2.17.40
%build
%{prefix}/bin/y2tool y2autoconf
@ -112,6 +112,9 @@ rm -rf "$RPM_BUILD_ROOT"
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Fri Nov 21 2008 juhliarik@suse.cz
- updated fix for checking if boot entry exist in EFI (bnc #438215)
- 2.17.40
* Wed Nov 19 2008 juhliarik@suse.cz
- added fix for problem with writing default kernel args to
/etc/sysconfig/bootloader (bnc #440125)