This commit is contained in:
parent
093284c9ca
commit
5cdf061cf7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9633c31a23a6eeadbb6e27a9cbb1951885fed8e706b02db7cbbaad179fe6f581
|
||||
size 47473
|
3
perl-Bootloader-0.4.20.tar.bz2
Normal file
3
perl-Bootloader-0.4.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5fefea0be52c4f0a4c30d1359334a766763672283cf0867f1c41e881be55d1a
|
||||
size 47368
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 22:53:26 CEST 2007 - od@suse.de
|
||||
|
||||
- feature #302302:
|
||||
- removed CreateChainloaderLine() function and call again:
|
||||
- we use a "root" entry now in a configfile section
|
||||
- perl-Bootloader cannot pass a value consisting of both a Unix
|
||||
device name and a file name between yast2-bootloader and
|
||||
perl-Bootloader (i.e.
|
||||
"/dev/disk/by-label/testing/boot/grub/menu.lst"), this is not
|
||||
safely analyzable
|
||||
- during the last tests, the line was disabled anyway because
|
||||
it triggered on "other" instead of "menu" section type
|
||||
- fetching grub_root device (to be used in re-created "root" key)
|
||||
from "root" key in "other" section now as well
|
||||
- never use a hardcoded device like "(hd0,0)" in a "rootnoverify"
|
||||
key as a fallback for a missing "root" specification from
|
||||
yast2-bootloader: using "(hd)" now, which will generate an error
|
||||
when the section is selected during boot
|
||||
- version bump to 0.4.20
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 13:12:20 CEST 2007 - aosthof@suse.de
|
||||
|
||||
- Version bump to 0.4.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 15:08:23 CEST 2007 - sf@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Bootloader (Version 0.4.19)
|
||||
# spec file for package perl-Bootloader (Version 0.4.20)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.19
|
||||
Version: 0.4.20
|
||||
Release: 1
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
@ -66,6 +66,26 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2007 - od@suse.de
|
||||
- feature #302302:
|
||||
- removed CreateChainloaderLine() function and call again:
|
||||
- we use a "root" entry now in a configfile section
|
||||
- perl-Bootloader cannot pass a value consisting of both a Unix
|
||||
device name and a file name between yast2-bootloader and
|
||||
perl-Bootloader (i.e.
|
||||
"/dev/disk/by-label/testing/boot/grub/menu.lst"), this is not
|
||||
safely analyzable
|
||||
- during the last tests, the line was disabled anyway because
|
||||
it triggered on "other" instead of "menu" section type
|
||||
- fetching grub_root device (to be used in re-created "root" key)
|
||||
from "root" key in "other" section now as well
|
||||
- never use a hardcoded device like "(hd0,0)" in a "rootnoverify"
|
||||
key as a fallback for a missing "root" specification from
|
||||
yast2-bootloader: using "(hd)" now, which will generate an error
|
||||
when the section is selected during boot
|
||||
- version bump to 0.4.20
|
||||
* Mon Aug 13 2007 - aosthof@suse.de
|
||||
- Version bump to 0.4.19
|
||||
* Fri Aug 10 2007 - sf@suse.de
|
||||
- enable configfile sections:
|
||||
- add CreateConfigFileLine()
|
||||
|
Loading…
x
Reference in New Issue
Block a user