OBS User unknown 2008-10-21 10:45:21 +00:00 committed by Git OBS Bridge
parent 2e4a869a52
commit 5200ce89ac
4 changed files with 47 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Oct 21 12:01:31 CEST 2008 - juhliarik@suse.cz
- added fix for problem with deleting all boot section for elilo
(bnc #436899)
- added fox for problem with XEN boot section in domU (bnc #436899)
- 2.17.30
-------------------------------------------------------------------
Fri Oct 17 14:58:02 CEST 2008 - juhliarik@suse.cz
- added fix for adding language to GRUB (bnc #429287)
- 2.17.29
-------------------------------------------------------------------
Thu Oct 16 15:24:21 CEST 2008 - juhliarik@suse.cz
- added fix for using autoyast profil from SLES9 (bnc #344659)
-------------------------------------------------------------------
Thu Oct 16 10:05:03 CEST 2008 - juhliarik@suse.cz
- added fix for handling mounpoints (bnc #431977)
-------------------------------------------------------------------
Wed Oct 15 12:51:29 CEST 2008 - juhliarik@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.17.28)
# spec file for package yast2-bootloader (Version 2.17.30)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,20 +19,23 @@
Name: yast2-bootloader
Version: 2.17.28
Version: 2.17.30
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.17.28.tar.bz2
Source0: yast2-bootloader-2.17.30.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
PreReq: /bin/sed %fillup_prereq
# Installation::*version variables
Requires: yast2 >= 2.17.0
Requires: yast2 >= 2.17.36
Requires: yast2-packager >= 2.17.24
Requires: yast2-core yast2-storage perl-Bootloader parted perl-Compress-Zlib limal-perl
BuildRequires: yast2 >= 2.17.36
BuildRequires: yast2-packager >= 2.17.24
%ifarch %ix86 x86_64
Requires: master-boot-code
%endif
@ -61,7 +64,7 @@ Authors:
Daniel Fiser
%prep
%setup -n yast2-bootloader-2.17.28
%setup -n yast2-bootloader-2.17.30
%build
%{prefix}/bin/y2tool y2autoconf
@ -108,6 +111,18 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Tue Oct 21 2008 juhliarik@suse.cz
- added fix for problem with deleting all boot section for elilo
(bnc #436899)
- added fox for problem with XEN boot section in domU (bnc #436899)
- 2.17.30
* Fri Oct 17 2008 juhliarik@suse.cz
- added fix for adding language to GRUB (bnc #429287)
- 2.17.29
* Thu Oct 16 2008 juhliarik@suse.cz
- added fix for using autoyast profil from SLES9 (bnc #344659)
* Thu Oct 16 2008 juhliarik@suse.cz
- added fix for handling mounpoints (bnc #431977)
* Wed Oct 15 2008 juhliarik@suse.cz
- added fix to proposal with "/" on logical partition (bnc #259050)
* Wed Oct 15 2008 jsrain@suse.cz