This commit is contained in:
parent
8abba263b4
commit
32c7a1ae48
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:02cd5f482695ab65850b3854d2744b28a614dd54956d88df36a41f358485bee2
|
|
||||||
size 375062
|
|
3
yast2-bootloader-2.17.27.tar.bz2
Normal file
3
yast2-bootloader-2.17.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0387e161cb90bb82e4a7d6af01fd149fc199dd0165e9288f161a0efc023b9d5c
|
||||||
|
size 374808
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 16:40:11 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for translation labes for ELILO (bnc #151486)
|
||||||
|
- added fix for typo in help text (bnc #433424)
|
||||||
|
- added fix for problem with device names in live CD installation
|
||||||
|
(bnc #432699)
|
||||||
|
- 2.17.27
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 10 14:50:31 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- fixed bootloader proposal in mixed standalone disk and BIOS-RAID
|
||||||
|
environments (bnc #433092)
|
||||||
|
- issue a warning if /boot directory is on XFS on x86 boot
|
||||||
|
architecture (bnc #429042)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 15:32:09 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for handling nil from function InitializeBootloader()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 8 10:39:12 CEST 2008 - juhliarik@suse.cz
|
Wed Oct 8 10:39:12 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.17.26)
|
# spec file for package yast2-bootloader (Version 2.17.27)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.17.26
|
Version: 2.17.27
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-bootloader-2.17.26.tar.bz2
|
Source0: yast2-bootloader-2.17.27.tar.bz2
|
||||||
Prefix: /usr
|
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
|
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:
|
# to eliminate a cyclic dependency in autobuild:
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.17.26
|
%setup -n yast2-bootloader-2.17.27
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -107,6 +107,19 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/var/adm/fillup-templates/*
|
/var/adm/fillup-templates/*
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2008 juhliarik@suse.cz
|
||||||
|
- added fix for translation labes for ELILO (bnc #151486)
|
||||||
|
- added fix for typo in help text (bnc #433424)
|
||||||
|
- added fix for problem with device names in live CD installation
|
||||||
|
(bnc #432699)
|
||||||
|
- 2.17.27
|
||||||
|
* Fri Oct 10 2008 jsrain@suse.cz
|
||||||
|
- fixed bootloader proposal in mixed standalone disk and BIOS-RAID
|
||||||
|
environments (bnc #433092)
|
||||||
|
- issue a warning if /boot directory is on XFS on x86 boot
|
||||||
|
architecture (bnc #429042)
|
||||||
|
* Wed Oct 08 2008 juhliarik@suse.cz
|
||||||
|
- added fix for handling nil from function InitializeBootloader()
|
||||||
* Wed Oct 08 2008 juhliarik@suse.cz
|
* Wed Oct 08 2008 juhliarik@suse.cz
|
||||||
- added fix for adding crashkernel from y2-kdump (bnc #432651)
|
- added fix for adding crashkernel from y2-kdump (bnc #432651)
|
||||||
- added fix for writing proposal (bnc #433344)
|
- added fix for writing proposal (bnc #433344)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user