Accepting request 259152 from home:jdelvare:branches:Base:System
grub2.spec: Fix conditional construct which wasn't supported by older versions of rpmbuild (caused error message "parseExpressionBoolean returns -1".) OBS-URL: https://build.opensuse.org/request/show/259152 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=124
This commit is contained in:
parent
5ccf9d5533
commit
3c587e0e68
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 15:18:16 CET 2014 - jdelvare@suse.de
|
||||
|
||||
- grub2.spec: Fix conditional construct which wasn't supported by
|
||||
older versions of rpmbuild (caused error message
|
||||
"parseExpressionBoolean returns -1".)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 07:36:15 UTC 2014 - mchang@suse.com
|
||||
|
||||
|
@ -79,7 +79,7 @@ BuildRequires: xen-devel
|
||||
%define grubarch %{grubcpu}-%{platform}
|
||||
|
||||
# build efi bootloader on some platforms only:
|
||||
%if ! 0%{?efi}
|
||||
%if ! 0%{?efi:1}
|
||||
%global efi %{ix86} x86_64 ia64 aarch64
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
|
Loading…
Reference in New Issue
Block a user