This commit is contained in:
parent
43e39fd00a
commit
e3677479f9
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:366ade095b23f7660b6206ce140c117dff50a10f0992a6446cb8fe9675376782
|
||||
size 40147
|
||||
oid sha256:0b11d10d8f06011998f82bbf419ec08533dde1754d51edea924024623dba95d2
|
||||
size 40142
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 11:46:53 CET 2007 - aosthof@suse.de
|
||||
|
||||
- Fixed a perl warning bug in Core/GRUB.pm (#248211)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 14:29:18 CET 2007 - aosthof@suse.de
|
||||
|
||||
- Corrected a typo in Core.pm
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 16:45:48 CET 2007 - jplack@suse.de
|
||||
|
||||
- Fallback to first section as default boot if bogus value is given
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 16:41:15 CET 2007 - jplack@suse.de
|
||||
|
||||
- handle boolean options correctly in GRUB (#244530)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 11:51:49 CET 2007 - aosthof@suse.de
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.11
|
||||
Release: 1
|
||||
Release: 3
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
Requires: mdadm e2fsprogs
|
||||
@ -62,7 +62,15 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/sbin/update-bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog -n perl-Bootloader
|
||||
%changelog
|
||||
* Wed Feb 28 2007 - aosthof@suse.de
|
||||
- Fixed a perl warning bug in Core/GRUB.pm (#248211)
|
||||
* Wed Feb 21 2007 - aosthof@suse.de
|
||||
- Corrected a typo in Core.pm
|
||||
* Fri Feb 16 2007 - jplack@suse.de
|
||||
- Fallback to first section as default boot if bogus value is given
|
||||
* Thu Feb 15 2007 - jplack@suse.de
|
||||
- handle boolean options correctly in GRUB (#244530)
|
||||
* Wed Feb 14 2007 - aosthof@suse.de
|
||||
- manually merge SLES10 branch with trunk, part 4/4:
|
||||
- fixed function SplitDevPath() in src/Core.pm to avoid an endless
|
||||
|
Loading…
Reference in New Issue
Block a user