The package rpms/efivar.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/efivar.git/commit/?id=8b8d679d5b3311....
Change: +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm}
Thanks.
Full change: ============
commit 8b8d679d5b3311b40be2f4ab89f5e208d48e881a Author: Peter Robinson pbrobinson@gmail.com Date: Tue Jan 30 20:13:31 2018 +0000
Enable ARMv7, minor spec cleanups
diff --git a/efivar.spec b/efivar.spec index 6976cd8..19bd23c 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,11 +1,11 @@ Name: efivar Version: 33 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/rhboot/efivar Requires: %{name}-libs = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 aarch64 +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm}
BuildRequires: popt-devel git glibc-static libabigail Source0: https://github.com/rhboot/efivar/archive/%%7Bversion%7D.tar.bz2 @@ -41,12 +41,8 @@ git config --unset user.name make libdir=%{_libdir} bindir=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS="$RPM_LD_FLAGS -flto"
%install -rm -rf $RPM_BUILD_ROOT %makeinstall
-%clean -rm -rf $RPM_BUILD_ROOT - %check %ifarch x86_64 make abicheck @@ -74,6 +70,9 @@ make abicheck %{_libdir}/*.so.*
%changelog +* Tue Jan 30 2018 Peter Robinson pbrobinson@fedoraproject.org 33-2 +- Enable ARMv7, minor spec cleanups + * Tue Jan 23 2018 Peter Jones pjones@redhat.com - 33-1 - Add NVDIMM support - Bump version to 33
arch-excludes@lists.fedoraproject.org