Accepting request 38510 from Base:System

Copy from Base:System/perl-Bootloader based on submit request 38510 from user jreidinger

OBS-URL: https://build.opensuse.org/request/show/38510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=91
This commit is contained in:
OBS User autobuild 2010-04-22 19:22:18 +00:00 committed by Git OBS Bridge
commit 4ee25b66a9
5 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 22 12:48:03 UTC 2010 - jreidinger@novell.com
- adapt to new kernel which use only ext_range (bnc#597774)
- explicitelly mention that output come from pbl (bnc#597810)
- port changes from SP1 - avoid warning if path is not used
and create failsafe also on s390
- 0.5.11
-------------------------------------------------------------------
Fri Apr 9 09:08:34 UTC 2010 - jreidinger@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Bootloader (Version 0.5.10)
# spec file for package perl-Bootloader (Version 0.5.11)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Name: perl-Bootloader
Version: 0.5.10
Version: 0.5.11
Release: 1
Requires: perl-base = %{perl_version}
Requires: e2fsprogs

View File

@ -445,6 +445,7 @@ if (defined $oper{add}) {
# smp, bigsmp or pae and not a xen kernel.
if ((($arch eq "i386") ||
($arch eq "x86_64") ||
($arch eq "s390x") ||
($arch eq "ia64")) &&
(($opt_image =~ /-default/) ||
($opt_image =~ /-smp/) ||