This commit is contained in:
parent
c94431688d
commit
814b254e15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4c295c875d626a62d89c1e4e18cf9dc02c4a631ab56529842e6c31d2d2e0d3d
|
|
||||||
size 50230
|
|
3
perl-Bootloader-0.4.49.tar.bz2
Normal file
3
perl-Bootloader-0.4.49.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63c07083da8d28f506130b4316e9d0acbab0f058a5dec0eff278110c2a37a6ac
|
||||||
|
size 50446
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 18:54:53 CET 2008 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Implemented a fallback for failing udevinfo call (#371618)
|
||||||
|
- Version bump to 0.4.49
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 12 15:12:13 CET 2008 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Fixed global default label for lilo (#361079)
|
||||||
|
- Version bump to 0.4.48
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 22 15:16:52 CET 2008 - aosthof@suse.de
|
||||||
|
|
||||||
|
- Changed some l_debug output to l_milestone to be always present
|
||||||
|
- Added some additional milestones
|
||||||
|
- Added a fallback for grub devices if translation fails
|
||||||
|
- Version bump to 0.4.47
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 25 16:24:06 CET 2008 - aosthof@suse.de
|
Fri Jan 25 16:24:06 CET 2008 - aosthof@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.4.46)
|
# spec file for package perl-Bootloader (Version 0.4.49)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,8 +10,9 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.46
|
Version: 0.4.49
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
@ -66,6 +67,17 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 28 2008 aosthof@suse.de
|
||||||
|
- Implemented a fallback for failing udevinfo call (#371618)
|
||||||
|
- Version bump to 0.4.49
|
||||||
|
* Wed Mar 12 2008 aosthof@suse.de
|
||||||
|
- Fixed global default label for lilo (#361079)
|
||||||
|
- Version bump to 0.4.48
|
||||||
|
* Fri Feb 22 2008 aosthof@suse.de
|
||||||
|
- Changed some l_debug output to l_milestone to be always present
|
||||||
|
- Added some additional milestones
|
||||||
|
- Added a fallback for grub devices if translation fails
|
||||||
|
- Version bump to 0.4.47
|
||||||
* Fri Jan 25 2008 aosthof@suse.de
|
* Fri Jan 25 2008 aosthof@suse.de
|
||||||
- Enhanced distinction in section labels in a way to append the
|
- Enhanced distinction in section labels in a way to append the
|
||||||
flavors to the labels if necessary (#351126)
|
flavors to the labels if necessary (#351126)
|
||||||
@ -159,7 +171,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
yast2-bootloader is able to set the new default value properly in
|
yast2-bootloader is able to set the new default value properly in
|
||||||
case of an update (#309837)
|
case of an update (#309837)
|
||||||
- Version bump to 0.4.26
|
- Version bump to 0.4.26
|
||||||
* Thu Sep 13 2007 od@suse.de
|
* Fri Sep 14 2007 od@suse.de
|
||||||
- Needed for #309837 and #304515 and others:
|
- Needed for #309837 and #304515 and others:
|
||||||
- Convert debug messages to milestones in GrubDev2UnixDev() and
|
- Convert debug messages to milestones in GrubDev2UnixDev() and
|
||||||
UnixDev2GrubDev(): we always want to have logs available when
|
UnixDev2GrubDev(): we always want to have logs available when
|
||||||
@ -432,7 +444,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
- fix for efi boot entry handling (#233537)
|
- fix for efi boot entry handling (#233537)
|
||||||
* Wed Jan 17 2007 jplack@suse.de
|
* Wed Jan 17 2007 jplack@suse.de
|
||||||
- proposed fix for append quotation in elilo (#235400)
|
- proposed fix for append quotation in elilo (#235400)
|
||||||
* Tue Jan 16 2007 jplack@suse.de
|
* Wed Jan 17 2007 jplack@suse.de
|
||||||
- fix various zipl configuration problems (#235486)
|
- fix various zipl configuration problems (#235486)
|
||||||
* Thu Jan 11 2007 jplack@suse.de
|
* Thu Jan 11 2007 jplack@suse.de
|
||||||
- final (at least should be ) fix for ELILO (#228833)
|
- final (at least should be ) fix for ELILO (#228833)
|
||||||
@ -544,7 +556,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
- do not replace section names of new sections by default section
|
- do not replace section names of new sections by default section
|
||||||
name (#190529)
|
name (#190529)
|
||||||
- do not interpret zero integer values as null string (#190529)
|
- do not interpret zero integer values as null string (#190529)
|
||||||
* Mon Jul 03 2006 jplack@suse.de
|
* Tue Jul 04 2006 jplack@suse.de
|
||||||
- several 'each' iterators for global hashes not properly reset.
|
- several 'each' iterators for global hashes not properly reset.
|
||||||
This broke root-on-raid1 support so far.
|
This broke root-on-raid1 support so far.
|
||||||
* Mon Jul 03 2006 jplack@suse.de
|
* Mon Jul 03 2006 jplack@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user