This commit is contained in:
parent
035a353027
commit
88eaaf722e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce67d4dfb449345198d92dd3ea468a9a370f3b4e97e5ff86d391c087794dfaf9
|
||||
size 49420
|
3
perl-Bootloader-0.4.43.tar.bz2
Normal file
3
perl-Bootloader-0.4.43.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc0a2a50792cecb4aa4ce68e7435646bd966d60cdcdd31d393d9d008d61747fa
|
||||
size 49429
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 10:42:30 CET 2007 - aosthof@suse.de
|
||||
|
||||
- Changed a (misleading) warning to a milestone (#345848)
|
||||
- Version bump to 0.4.43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 13:45:16 CET 2007 - aosthof@suse.de
|
||||
|
||||
- Fixed last checkin so that labels for xen entries get displayed
|
||||
correctly now (#340922)
|
||||
- Version bump to 0.4.42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 17:22:00 CET 2007 - aosthof@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Bootloader (Version 0.4.41)
|
||||
# spec file for package perl-Bootloader (Version 0.4.43)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.41
|
||||
Version: 0.4.43
|
||||
Release: 1
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
@ -66,6 +66,13 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog
|
||||
* Wed Dec 19 2007 - aosthof@suse.de
|
||||
- Changed a (misleading) warning to a milestone (#345848)
|
||||
- Version bump to 0.4.43
|
||||
* Tue Dec 18 2007 - aosthof@suse.de
|
||||
- Fixed last checkin so that labels for xen entries get displayed
|
||||
correctly now (#340922)
|
||||
- Version bump to 0.4.42
|
||||
* Fri Dec 07 2007 - aosthof@suse.de
|
||||
- Distinguish between various xen kernel names (#340922)
|
||||
- Version bump to 0.4.41
|
||||
|
@ -302,13 +302,13 @@ if (defined $oper{add}) {
|
||||
# Naming scheme for all xen kernels, thus xen and xenpae
|
||||
elsif ($opt_xen) {
|
||||
if ($loader eq "grub") {
|
||||
my $opt_version = $opt_name;
|
||||
$opt_version =~ s/-xen.*$//;
|
||||
my $version = $opt_name;
|
||||
$version =~ s/-xen.*$//;
|
||||
|
||||
$opt_name =~ s/^.*(xen.*)$/$1/;
|
||||
$opt_name = ucfirst ($opt_name);
|
||||
|
||||
$opt_xen_name = "$opt_name -- " . GetProduct() . " - " . $opt_name;
|
||||
$opt_xen_name = "$opt_name -- " . GetProduct() . " - " . $version;
|
||||
}
|
||||
else {
|
||||
$opt_name =~ s/^.*(xen.*)$/$1/;
|
||||
|
Loading…
Reference in New Issue
Block a user