OBS User unknown 2008-03-29 10:50:01 +00:00 committed by Git OBS Bridge
parent c94431688d
commit 814b254e15
4 changed files with 40 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4c295c875d626a62d89c1e4e18cf9dc02c4a631ab56529842e6c31d2d2e0d3d
size 50230

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63c07083da8d28f506130b4316e9d0acbab0f058a5dec0eff278110c2a37a6ac
size 50446

View File

@ -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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -10,8 +10,9 @@
# norootforbuild
Name: perl-Bootloader
Version: 0.4.46
Version: 0.4.49
Release: 1
Requires: perl >= %{perl_version}
Requires: perl-gettext
@ -66,6 +67,17 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
/usr/lib/bootloader
%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
- Enhanced distinction in section labels in a way to append the
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
case of an update (#309837)
- 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:
- Convert debug messages to milestones in GrubDev2UnixDev() and
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)
* Wed Jan 17 2007 jplack@suse.de
- 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)
* Thu Jan 11 2007 jplack@suse.de
- 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
name (#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.
This broke root-on-raid1 support so far.
* Mon Jul 03 2006 jplack@suse.de