OBS User unknown 2008-11-20 15:39:23 +00:00 committed by Git OBS Bridge
parent ce2cf4d6e0
commit bd77f49604
4 changed files with 34 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 19 13:50:35 CET 2008 - juhliarik@suse.cz
- added fix for problem with writing default kernel args to
/etc/sysconfig/bootloader (bnc #440125)
-2.17.39
-------------------------------------------------------------------
Wed Nov 12 12:26:47 CET 2008 - juhliarik@suse.cz
- deleted adding beep for booting (bnc #439328)
- 2.17.38
-------------------------------------------------------------------
Wed Nov 12 10:55:10 CET 2008 - juhliarik@suse.cz
- added fix for problem with missing boot_* in globals (bnc #439674)
-------------------------------------------------------------------
Mon Nov 10 14:46:36 CET 2008 - juhliarik@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.17.37)
# spec file for package yast2-bootloader (Version 2.17.39)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-bootloader
Version: 2.17.37
Version: 2.17.39
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.17.37.tar.bz2
Source0: yast2-bootloader-2.17.39.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.37
%setup -n yast2-bootloader-2.17.39
%build
%{prefix}/bin/y2tool y2autoconf
@ -111,8 +111,16 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/*.scr
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Wed Nov 19 2008 juhliarik@suse.cz
- added fix for problem with writing default kernel args to
/etc/sysconfig/bootloader (bnc #440125)
-2.17.39
* Wed Nov 12 2008 juhliarik@suse.cz
- deleted adding beep for booting (bnc #439328)
- 2.17.38
* Wed Nov 12 2008 juhliarik@suse.cz
- added fix for problem with missing boot_* in globals (bnc #439674)
* Mon Nov 10 2008 juhliarik@suse.cz
- added fix for problem with disabled button for detail settings of
trusted GRUB (bnc #442706)