This commit is contained in:
parent
132c96e3cc
commit
20bd93757e
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59ea21fab644311da677a23744c949bc937a6a92a867cbe3198b336d80763354
|
||||
size 44221
|
||||
oid sha256:6eb7a6f1ff7683be3071011c2011bbf742b42797e3477a8ea7801610e3cf327e
|
||||
size 44233
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 18:36:37 CEST 2007 - aosthof@suse.de
|
||||
|
||||
- Corrected resolution of symlinks in Tools.pm (#244033)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 18:32:45 CEST 2007 - aosthof@suse.de
|
||||
|
||||
- Adapted EFI Bootloader Label code in ELILO.pm (#242985)
|
||||
--> Renamed "boot_efilabel" flag to "efilabel"
|
||||
--> Removed "boot_rm_efilabel" flag because it's now obsolete
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 3 17:26:31 CEST 2007 - aosthof@suse.de
|
||||
|
||||
@ -21,6 +33,12 @@ Mon Apr 2 14:07:55 CEST 2007 - aosthof@suse.de
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 11:38:57 CEST 2007 - aosthof@suse.de
|
||||
Following changes all refer to bugs #252911 and #255851 which
|
||||
indeed are bugs against openSUSE 10.2 & 10.3, however those bugs
|
||||
will occur in SLES10-SP1 as well. Thus, those fixes are necessary
|
||||
to not mess up configuration after kernel-updates.
|
||||
|
||||
Related (fixes) features: #232, #2154, #11011, #300543
|
||||
|
||||
- Added function GrubDev2MountPoint() to GRUB.pm to be able to
|
||||
retrieve mountpoints of grub devices
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.14
|
||||
Release: 1
|
||||
Release: 3
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
Requires: mdadm e2fsprogs
|
||||
@ -63,6 +63,12 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog
|
||||
* Wed Apr 11 2007 - aosthof@suse.de
|
||||
- Corrected resolution of symlinks in Tools.pm (#244033)
|
||||
* Wed Apr 11 2007 - aosthof@suse.de
|
||||
- Adapted EFI Bootloader Label code in ELILO.pm (#242985)
|
||||
--> Renamed "boot_efilabel" flag to "efilabel"
|
||||
--> Removed "boot_rm_efilabel" flag because it's now obsolete
|
||||
* Tue Apr 03 2007 - aosthof@suse.de
|
||||
- Cosmetic correction in Tools.pm
|
||||
* Tue Apr 03 2007 - aosthof@suse.de
|
||||
@ -73,6 +79,11 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
* Mon Apr 02 2007 - aosthof@suse.de
|
||||
- Fixed typo in GRUB.pm
|
||||
* Mon Apr 02 2007 - aosthof@suse.de
|
||||
Following changes all refer to bugs #252911 and #255851 which
|
||||
indeed are bugs against openSUSE 10.2 & 10.3, however those bugs
|
||||
will occur in SLES10-SP1 as well. Thus, those fixes are necessary
|
||||
to not mess up configuration after kernel-updates.
|
||||
Related (fixes) features: #232, #2154, #11011, #300543
|
||||
- Added function GrubDev2MountPoint() to GRUB.pm to be able to
|
||||
retrieve mountpoints of grub devices
|
||||
- Fixed functions GrubDev2UnixDev(), UnixDev2GrubDev(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user