This commit is contained in:
parent
41fc5387af
commit
6db9e0a534
@ -1,18 +0,0 @@
|
|||||||
diff -ru perl-Bootloader-0.4.62.orig/lib/Bootloader/Core/GRUB.pm perl-Bootloader-0.4.62/lib/Bootloader/Core/GRUB.pm
|
|
||||||
--- perl-Bootloader-0.4.62.orig/lib/Bootloader/Core/GRUB.pm 2008-05-20 10:45:55.000000000 +0200
|
|
||||||
+++ perl-Bootloader-0.4.62/lib/Bootloader/Core/GRUB.pm 2008-06-03 23:57:29.506439000 +0200
|
|
||||||
@@ -1640,6 +1640,14 @@
|
|
||||||
"value" => $self->CreateChainloaderLine (\%sectinfo, $grub_root),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
+ elsif ($key eq "configfile")
|
|
||||||
+ {
|
|
||||||
+ # dummy/placeholder entry: do we need this?
|
|
||||||
+ push @lines, {
|
|
||||||
+ "key" => $key,
|
|
||||||
+ "value" => $value,
|
|
||||||
+ };
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
my $ret = $self->FixSectionLineOrder (\@lines,
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9002edaa1db04c97dc98bf101fa409f73515395476629e8e52e735e27c820b7
|
|
||||||
size 50687
|
|
3
perl-Bootloader-0.4.63.tar.bz2
Normal file
3
perl-Bootloader-0.4.63.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7886700d349abb45111d56c8b658d9a56155f6f2dc7751cb40290eb4be0d5c9c
|
||||||
|
size 50640
|
@ -1,8 +1,9 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 3 23:58:13 CEST 2008 - coolo@suse.de
|
Wed Jun 4 14:04:38 CEST 2008 - aosthof@suse.de
|
||||||
|
|
||||||
- reverting the fix for minor bnc#389891 causing blocker bnc#395085
|
- Reverted the fix for minor bnc#389891 causing blocker bnc#395085
|
||||||
- fixing perl dependency
|
- Fixed perl dependency in perl-Bootloader.spec
|
||||||
|
- Version bump to 0.4.63
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 29 11:51:02 CEST 2008 - aosthof@suse.de
|
Thu May 29 11:51:02 CEST 2008 - aosthof@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.4.62)
|
# spec file for package perl-Bootloader (Version 0.4.63)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.62
|
Version: 0.4.63
|
||||||
Release: 3
|
Release: 1
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
@ -24,7 +24,6 @@ Summary: Library for Configuring Boot Loaders
|
|||||||
Source: perl-Bootloader-%{version}.tar.bz2
|
Source: perl-Bootloader-%{version}.tar.bz2
|
||||||
Source1: update-bootloader
|
Source1: update-bootloader
|
||||||
Source2: bootloader_entry
|
Source2: bootloader_entry
|
||||||
Patch0: perl-Bootloader-0.4.62.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
|
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
|
||||||
|
|
||||||
@ -43,7 +42,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch Makefile.PL
|
touch Makefile.PL
|
||||||
@ -69,9 +67,10 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 04 2008 coolo@suse.de
|
* Wed Jun 04 2008 aosthof@suse.de
|
||||||
- reverting the fix for minor bnc#389891 causing blocker bnc#395085
|
- Reverted the fix for minor bnc#389891 causing blocker bnc#395085
|
||||||
- fixing perl dependency
|
- Fixed perl dependency in perl-Bootloader.spec
|
||||||
|
- Version bump to 0.4.63
|
||||||
* Thu May 29 2008 aosthof@suse.de
|
* Thu May 29 2008 aosthof@suse.de
|
||||||
- Corrected naming scheme for pae kernels (bnc#395085)
|
- Corrected naming scheme for pae kernels (bnc#395085)
|
||||||
- Version bump to 0.4.62
|
- Version bump to 0.4.62
|
||||||
|
Loading…
x
Reference in New Issue
Block a user