- add warning to log if udev is missing

- 0.5.20

- use UnixDev2GrubDev() from sle11-sp2
- 0.5.19

- prepare for use perl-Bootloader for other boot management tools
  (bnc#672471#c8) 
- change behavior during kernel update to first try use parameters
  from fitting section and have sysconfig only as failsafe
  (FATE#310946)
- 0.5.18

- fix conversion function from unix disk names to grub names (bnc #688418)
- 0.5.17

OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=33
This commit is contained in:
Steffen Winterfeldt 2011-09-19 15:29:00 +00:00 committed by Git OBS Bridge
parent d84407e947
commit fdb3a3610e
4 changed files with 42 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Sep 19 16:54:56 CEST 2011 - snwint@suse.de
- add warning to log if udev is missing
- 0.5.20
-------------------------------------------------------------------
Fri Sep 2 14:08:54 CEST 2011 - snwint@suse.de
- use UnixDev2GrubDev() from sle11-sp2
- 0.5.19
-------------------------------------------------------------------
Mon Aug 1 14:39:07 UTC 2011 - jreidinger@novell.com
- prepare for use perl-Bootloader for other boot management tools
(bnc#672471#c8)
- change behavior during kernel update to first try use parameters
from fitting section and have sysconfig only as failsafe
(FATE#310946)
- 0.5.18
-------------------------------------------------------------------
Fri May 13 12:19:30 CEST 2011 - snwint@suse.de
- fix conversion function from unix disk names to grub names (bnc #688418)
- 0.5.17
-------------------------------------------------------------------
Mon Feb 21 16:03:34 UTC 2011 - jreidinger@novell.com

View File

@ -1,26 +1,18 @@
#
# spec file for package perl-Bootloader
# spec file for package perl-Bootloader (Version 0.5.20)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Bootloader
Version: 0.5.16
Release: 1
Version: 0.5.20
Release: 0
Requires: perl-base = %{perl_version}
Requires: e2fsprogs
Recommends: perl-gettext
@ -34,6 +26,7 @@ Source2: bootloader_entry
Source3: boot.readme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
Conflicts: multipath-tools < 0.4.8-40.25.1
#!BuildIgnore: mdadm e2fsprogs limal-bootloader
%description
@ -50,6 +43,9 @@ Authors:
%prep
%setup -q
rm -rf perl-Bootloader-testsuite
mkdir -p lib
mv src lib/Bootloader
%build
touch Makefile.PL
@ -110,4 +106,4 @@ sed -i '/ZIPL/D;/PowerLILO/D;/\/LILO/D;/GRUB/D;' $RPM_BUILD_ROOT/%{perl_vendorar
/boot/boot.readme
%dir %attr(0700,root,root) /var/log/YaST2
%changelog
%changelog -n perl-Bootloader