OBS User unknown 2008-06-05 15:55:30 +00:00 committed by Git OBS Bridge
parent 41fc5387af
commit 6db9e0a534
5 changed files with 14 additions and 32 deletions

View File

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

View File

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

View File

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

View File

@ -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
- fixing perl dependency
- Reverted the fix for minor bnc#389891 causing blocker bnc#395085
- Fixed perl dependency in perl-Bootloader.spec
- Version bump to 0.4.63
-------------------------------------------------------------------
Thu May 29 11:51:02 CEST 2008 - aosthof@suse.de

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -12,8 +12,8 @@
Name: perl-Bootloader
Version: 0.4.62
Release: 3
Version: 0.4.63
Release: 1
Requires: perl = %{perl_version}
Requires: perl-gettext
Requires: e2fsprogs
@ -24,7 +24,6 @@ Summary: Library for Configuring Boot Loaders
Source: perl-Bootloader-%{version}.tar.bz2
Source1: update-bootloader
Source2: bootloader_entry
Patch0: perl-Bootloader-0.4.62.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
@ -43,7 +42,6 @@ Authors:
%prep
%setup -q
%patch0 -p1
%build
touch Makefile.PL
@ -69,9 +67,10 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
/usr/lib/bootloader
%changelog
* Wed Jun 04 2008 coolo@suse.de
- reverting the fix for minor bnc#389891 causing blocker bnc#395085
- fixing perl dependency
* Wed Jun 04 2008 aosthof@suse.de
- Reverted the fix for minor bnc#389891 causing blocker bnc#395085
- Fixed perl dependency in perl-Bootloader.spec
- Version bump to 0.4.63
* Thu May 29 2008 aosthof@suse.de
- Corrected naming scheme for pae kernels (bnc#395085)
- Version bump to 0.4.62