This commit is contained in:
parent
2889220796
commit
ac684b4c9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f217e386c91f30c573a21e2e692de758b11312f75da50c46b955612ca2adfdfa
|
||||
size 375236
|
3
yast2-bootloader-2.17.36.tar.bz2
Normal file
3
yast2-bootloader-2.17.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9eb1d903f39e776805af3be6848bb6000939417322a9b9cc969c028f99874aae
|
||||
size 375341
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 10:29:26 CET 2008 - juhliarik@suse.cz
|
||||
|
||||
- added fix for writing crashkernel to bootloader from kdump on ppc
|
||||
(bnc #441547)
|
||||
- added fix for double boot entry twice by efibootmgr (bnc #438215)
|
||||
- added fix for using fix_chs (bnc #367304)
|
||||
- 2.17.36
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 12:49:14 CET 2008 - juhliarik@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-bootloader (Version 2.17.35)
|
||||
# spec file for package yast2-bootloader (Version 2.17.36)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,12 +19,12 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 2.17.35
|
||||
Version: 2.17.36
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-bootloader-2.17.35.tar.bz2
|
||||
Source0: yast2-bootloader-2.17.36.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.35
|
||||
%setup -n yast2-bootloader-2.17.36
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -111,6 +111,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 07 2008 juhliarik@suse.cz
|
||||
- added fix for writing crashkernel to bootloader from kdump on ppc
|
||||
(bnc #441547)
|
||||
- added fix for double boot entry twice by efibootmgr (bnc #438215)
|
||||
- added fix for using fix_chs (bnc #367304)
|
||||
- 2.17.36
|
||||
* Fri Oct 31 2008 juhliarik@suse.cz
|
||||
- added better proposal checking elilo ,lilo
|
||||
- added fix for typo (bnc #439030)
|
||||
@ -509,7 +515,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- creating "image" section instead of "kernel" section now in
|
||||
CreateLinuxSection()
|
||||
- 2.15.11
|
||||
* Wed Jul 11 2007 od@suse.de
|
||||
* Tue Jul 10 2007 od@suse.de
|
||||
- Merge from SLES10-SP1 branch:
|
||||
- let "SLES 9 style" autoyast xml files configure bootloader
|
||||
timeout (#214468, #183051)
|
||||
@ -657,7 +663,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- for bootloaders that still use the old style variables, check
|
||||
for undefined loader_device before comparing to floppy device
|
||||
- 2.15.10
|
||||
* Sat Jul 07 2007 od@suse.de
|
||||
* Fri Jul 06 2007 od@suse.de
|
||||
- Remove limal-devel from BuildRequires again
|
||||
- 2.15.9
|
||||
* Wed Jul 04 2007 aj@suse.de
|
||||
@ -702,7 +708,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- 2.15.4
|
||||
* Wed Jan 17 2007 jplack@suse.de
|
||||
- revise efi boot manager entry handling (#233537)
|
||||
* Wed Jan 17 2007 jplack@suse.de
|
||||
* Tue Jan 16 2007 jplack@suse.de
|
||||
- fix various zipl configuration problems (#235486)
|
||||
* Mon Jan 15 2007 jplack@suse.de
|
||||
- more stream lining in help messages
|
||||
@ -906,7 +912,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- 2.13.82
|
||||
* Tue Oct 31 2006 od@suse.de
|
||||
- fixed exporting the device map to autoyast (#211908)
|
||||
* Tue Oct 17 2006 od@suse.de
|
||||
* Mon Oct 16 2006 od@suse.de
|
||||
- packaged missing grub/help.ycp and generic/help.ycp
|
||||
- added comments to UpdateGfxMenuContents()
|
||||
- 2.13.80
|
||||
@ -1152,7 +1158,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- reorder code so that new function SetDiskInfo is formed and can
|
||||
be used in various places to fix #161755
|
||||
- add proposed code change for virtual 'boot' mountpoints (#162242)
|
||||
* Sun Apr 02 2006 od@suse.de
|
||||
* Sat Apr 01 2006 od@suse.de
|
||||
- added TESTME comment: test parted partition activation with BSD
|
||||
slices
|
||||
- remove more old-style backticks
|
||||
@ -1182,7 +1188,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- fixed #157939: iseries can boot even if no prep boot partition
|
||||
exists and/or is configured
|
||||
- 2.13.31
|
||||
* Tue Mar 21 2006 od@suse.de
|
||||
* Mon Mar 20 2006 od@suse.de
|
||||
- package clients/print-product.ycp
|
||||
- 2.13.30
|
||||
* Mon Mar 20 2006 od@suse.de
|
||||
@ -1201,7 +1207,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- fix indentation/code style
|
||||
- print-product.ycp was wrong in modules, moved to clients
|
||||
- 2.13.28
|
||||
* Sat Mar 18 2006 od@suse.de
|
||||
* Fri Mar 17 2006 od@suse.de
|
||||
- made text widget in error log message popup higher (#159264)
|
||||
- fix indentation
|
||||
- 2.13.27
|
||||
@ -1916,7 +1922,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
installation (#35566)
|
||||
* Wed Apr 07 2004 sh@suse.de
|
||||
- Fixed excessive whitespace after Module:: - bug #38327
|
||||
* Wed Apr 07 2004 schwab@suse.de
|
||||
* Tue Apr 06 2004 schwab@suse.de
|
||||
- Add nohalt to failsafe kernel command line on ia64.
|
||||
* Tue Apr 06 2004 jsrain@suse.de
|
||||
- updating graphical boot menu to contain proper languages (and
|
||||
@ -2145,7 +2151,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
* Fri Sep 19 2003 jsrain@suse.de
|
||||
- fixed testsuite (again)
|
||||
- 2.8.21
|
||||
* Fri Sep 19 2003 nashif@suse.de
|
||||
* Thu Sep 18 2003 nashif@suse.de
|
||||
- Fixed testsuite
|
||||
- 2.8.20
|
||||
* Thu Sep 18 2003 jsrain@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user