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:
Andrei Borzenkov 2014-10-31 14:00:39 +00:00 committed by Git OBS Bridge
parent 5ccf9d5533
commit 3c587e0e68
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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