This commit is contained in:
parent
814b254e15
commit
84112bc5b9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63c07083da8d28f506130b4316e9d0acbab0f058a5dec0eff278110c2a37a6ac
|
||||
size 50446
|
3
perl-Bootloader-0.4.51.tar.bz2
Normal file
3
perl-Bootloader-0.4.51.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a174eca0c74fec9a3c474eaabcc30aaf614abb6577d5c398c62b7093b8a111d
|
||||
size 50462
|
@ -1,13 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 16:29:15 CEST 2008 - aosthof@suse.de
|
||||
|
||||
- Corrected typo in pattern matching in GRUB.pm
|
||||
- Verion bump to 0.4.51
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 14:23:18 CEST 2008 - aosthof@suse.de
|
||||
|
||||
- Fixed string-to-array conversion for menu lists (bnc#352495)
|
||||
- Version bump to 0.4.50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 18:54:53 CET 2008 - aosthof@suse.de
|
||||
|
||||
- Implemented a fallback for failing udevinfo call (#371618)
|
||||
- Implemented a fallback for failing udevinfo call (bnc#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)
|
||||
- Fixed global default label for lilo (bnc#361079)
|
||||
- Version bump to 0.4.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@ -22,7 +34,7 @@ Fri Feb 22 15:16:52 CET 2008 - aosthof@suse.de
|
||||
Fri Jan 25 16:24:06 CET 2008 - aosthof@suse.de
|
||||
|
||||
- Enhanced distinction in section labels in a way to append the
|
||||
flavors to the labels if necessary (#351126)
|
||||
flavors to the labels if necessary (bnc#351126)
|
||||
- Version bump to 0.4.46
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Bootloader (Version 0.4.49)
|
||||
# spec file for package perl-Bootloader (Version 0.4.51)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.49
|
||||
Version: 0.4.51
|
||||
Release: 1
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
@ -67,11 +67,17 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog
|
||||
* Thu Apr 03 2008 aosthof@suse.de
|
||||
- Corrected typo in pattern matching in GRUB.pm
|
||||
- Verion bump to 0.4.51
|
||||
* Thu Apr 03 2008 aosthof@suse.de
|
||||
- Fixed string-to-array conversion for menu lists (bnc#352495)
|
||||
- Version bump to 0.4.50
|
||||
* Fri Mar 28 2008 aosthof@suse.de
|
||||
- Implemented a fallback for failing udevinfo call (#371618)
|
||||
- Implemented a fallback for failing udevinfo call (bnc#371618)
|
||||
- Version bump to 0.4.49
|
||||
* Wed Mar 12 2008 aosthof@suse.de
|
||||
- Fixed global default label for lilo (#361079)
|
||||
- Fixed global default label for lilo (bnc#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
|
||||
@ -80,7 +86,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
- 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)
|
||||
flavors to the labels if necessary (bnc#351126)
|
||||
- Version bump to 0.4.46
|
||||
* Fri Jan 11 2008 aosthof@suse.de
|
||||
- Inherit appended xen parameters from previous xen entry if
|
||||
@ -211,7 +217,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
adapts YaST-like comments in existing sections to be handled
|
||||
properly by yast-bootloader (#283709)
|
||||
- Version bump to 0.4.21
|
||||
* Mon Aug 13 2007 od@suse.de
|
||||
* Tue Aug 14 2007 od@suse.de
|
||||
- feature #302302:
|
||||
- removed CreateChainloaderLine() function and call again:
|
||||
- we use a "root" entry now in a configfile section
|
||||
@ -753,7 +759,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
* Wed Oct 26 2005 jsrain@suse.cz
|
||||
- fixed updating elilo configuration (#116739)
|
||||
- do more verbose output to log when installing lilo
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
* Thu Sep 29 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Tue Sep 27 2005 jsrain@suse.cz
|
||||
- fixed quoting of options in lilo.conf (#117642)
|
||||
@ -829,7 +835,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
- added s390/s390x specific part (zipl)
|
||||
* Thu Feb 17 2005 jsrain@suse.cz
|
||||
- avoid calling hwinfo when detecting partitioning (#50615)
|
||||
* Wed Feb 16 2005 schwab@suse.de
|
||||
* Thu Feb 17 2005 schwab@suse.de
|
||||
- Don't remove BuildRoot in %%install.
|
||||
* Wed Feb 16 2005 jsrain@suse.cz
|
||||
- added support for embedding stage1.5 of GRUB
|
||||
|
Loading…
x
Reference in New Issue
Block a user