OBS User unknown 2009-05-07 15:44:17 +00:00 committed by Git OBS Bridge
parent 368709f34f
commit 02d8b64dcf
5 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 7 09:44:37 CEST 2009 - jreidinger@suse.cz
- add SplitPath to library interface
- fix filling partitions
- set thinkpad detection to last know detection
- fix building on ppc
- 0.5.1
-------------------------------------------------------------------
Tue Apr 14 14:22:39 CEST 2009 - jreidinger@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Bootloader (Version 0.5.0)
# spec file for package perl-Bootloader (Version 0.5.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Name: perl-Bootloader
Version: 0.5.0
Version: 0.5.1
Release: 1
Requires: perl-base = %{perl_version}
Requires: e2fsprogs
@ -100,6 +100,12 @@ sed -i '/ZIPL/D;/PowerLILO/D;/\/LILO/D;/GRUB/D;' $RPM_BUILD_ROOT/%{perl_vendorar
/boot/boot.readme
%changelog
* Thu May 07 2009 jreidinger@suse.cz
- add SplitPath to library interface
- fix filling partitions
- set thinkpad detection to last know detection
- fix building on ppc
- 0.5.1
* Tue Apr 14 2009 jreidinger@suse.cz
- Code cleanup
- abstract udev settings from library

View File

@ -213,7 +213,7 @@ pod2usage("Option 'force-default' is only allowed for operation 'add'")
if ($opt_force_default and not defined $oper{add});
if (defined $oper{"examinembr"}) {
my $ret = Bootloader::MBRTools::ExamineMBR($oper{"examinembr"});
my $ret = Bootloader::MBRTools::examineMBR($oper{"examinembr"});
if (defined $ret){
print "$ret\n";
exit 0;