Accepting request 20054 from Base:System
Copy from Base:System/perl-Bootloader based on submit request 20054 from user jreidinger OBS-URL: https://build.opensuse.org/request/show/20054 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=82
This commit is contained in:
parent
92504c71ea
commit
8e531a162a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0bd679c3461a9eb969eb12653f6a760efc7e5ce269fa623c2e2dc2e8c1023d4f
|
|
||||||
size 51978
|
|
3
perl-Bootloader-0.5.5.tar.bz2
Normal file
3
perl-Bootloader-0.5.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:517ac76b0b9f1ac80d9139443962d496df58b2093d43f5594f47edc434f25924
|
||||||
|
size 52000
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 7 15:05:53 CEST 2009 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- Adapt to new kernel flavor desktop and create fallback section
|
||||||
|
for this section (bnc #537208)
|
||||||
|
- 0.5.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 13:55:32 CEST 2009 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- don't use blkid for UUID and label, as it is deprecated and
|
||||||
|
causes problems if have in cache non-existed devices
|
||||||
|
(bnc#531636)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 11 13:21:46 CEST 2009 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- fail during kernel update if new settings fail to write
|
||||||
|
(bnc #529729)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 11 10:54:30 CEST 2009 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- fix getting extended partition on specific raid controller
|
||||||
|
(bnc #528220)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 17:23:48 CEST 2009 - jreidinger@suse.cz
|
Tue Aug 4 17:23:48 CEST 2009 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.5.4)
|
# spec file for package perl-Bootloader (Version 0.5.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.5.4
|
Version: 0.5.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
|
@ -467,6 +467,7 @@ if (defined $oper{add}) {
|
|||||||
($arch eq "ia64")) &&
|
($arch eq "ia64")) &&
|
||||||
(($opt_image =~ /-default/) ||
|
(($opt_image =~ /-default/) ||
|
||||||
($opt_image =~ /-smp/) ||
|
($opt_image =~ /-smp/) ||
|
||||||
|
($opt_image =~ /-desktop/) ||
|
||||||
($opt_image =~ /-bigsmp/) ||
|
($opt_image =~ /-bigsmp/) ||
|
||||||
($opt_image =~ /-pae/)) &&
|
($opt_image =~ /-pae/)) &&
|
||||||
($opt_xen != 1)) {
|
($opt_xen != 1)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user