- support grub2 on s390x
- 0.806 OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=113
This commit is contained in:
parent
e0bd10d48e
commit
cbdc94fdd4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:363a886e5d1bac594f09da0fcca4f469cd63f8668ca206d6bd4603d3bdbe3a1e
|
||||
size 150900
|
3
perl-Bootloader-0.806.tar.xz
Normal file
3
perl-Bootloader-0.806.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dd4453abf5d186355155fff0bb9ee529bfaa381c49038d9c47970d2763a80d3
|
||||
size 151064
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user