Accepting request 224654 from Base:System

- support grub2 on s390x
- 0.806

OBS-URL: https://build.opensuse.org/request/show/224654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=139
This commit is contained in:
Tomáš Chvátal 2014-03-05 14:36:43 +00:00 committed by Git OBS Bridge
commit 1ca099dd8e
4 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 4 17:48:03 CET 2014 - snwint@suse.de
- support grub2 on s390x
- 0.806
-------------------------------------------------------------------
Thu Feb 27 11:52:10 CET 2014 - snwint@suse.de

View File

@ -17,7 +17,7 @@
Name: perl-Bootloader
Version: 0.805
Version: 0.806
Release: 0
Requires: coreutils
Requires: e2fsprogs
@ -79,7 +79,7 @@ sed -i '/ZIPL/D;/ELILO/D;/\/LILO/D;/GRUB/D;' $RPM_BUILD_ROOT/%{perl_vendorarch}/
%endif
%endif
%ifarch s390 s390x
rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Bootloader/Core/{*LILO*,GRUB*}
rm -f $RPM_BUILD_ROOT/%{perl_vendorlib}/Bootloader/Core/{*LILO*,GRUB.*,GRUB2EFI.*}
%if 0%{?suse_version} == 0 || 0%{?suse_version} <= 1130
sed -i '/LILO/D;/GRUB/D;' $RPM_BUILD_ROOT/%{perl_vendorarch}/auto/Bootloader/.packlist
%endif