The package rpms/fwupdate.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/fwupdate.git/commit/?id=6f8acf7a4f91....
Change: +%ifarch x86_64
Thanks.
Full change: ============
commit 6f8acf7a4f91e662e324d6c4708786a1483185e3 Author: Peter Jones pjones@redhat.com Date: Wed Sep 20 14:37:13 2017 -0400
Update for version 10
- experimental support for multiple capsules define LIBFWUP_ADD_UX_CAPSULE=1 in your unix environment to get it... - add coverity stuff to the makefiles - add libabigail checking to "make archive" - Various bugfixes
Signed-off-by: Peter Jones pjones@redhat.com
diff --git a/fwupdate.spec b/fwupdate.spec index 26f5059..2a49294 100644 --- a/fwupdate.spec +++ b/fwupdate.spec @@ -1,10 +1,10 @@ -%global efivar_version 30-1 +%global efivar_version 32-1 %global efibootmgr_version 13-1 -%global gnuefi_version 3.0.5-11 +%global gnu_efi_version 3.0.5-11 %undefine _debuginfo_subpackages
Name: fwupdate -Version: 9 +Version: 10 Release: 0.2%{?dist} Summary: Tools to manage UEFI firmware updates License: GPLv2+ @@ -16,6 +16,7 @@ BuildRequires: gnu-efi-devel >= %{gnu_efi_version} BuildRequires: pesign BuildRequires: elfutils popt-devel git gettext pkgconfig BuildRequires: systemd +BuildRequires: libabigail %ifarch x86_64 BuildRequires: libsmbios-devel %endif @@ -92,6 +93,7 @@ git commit -a -q -m "%{version} baseline." git am %{patches} </dev/null git config --unset user.email git config --unset user.name +git config fwupdate.efidir %{efidir}
%build cd build-%{efiarch} @@ -149,6 +151,11 @@ cd .. /sbin/ldconfig %systemd_postun_with_restart pesign.service
+%check +%ifarch x86_64 +make abicheck +%endif + %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} @@ -191,6 +198,11 @@ cd .. %defattr(-,root,root)
%changelog +* Tue Sep 12 2017 Peter Jones pjones@redhat.com - 10-0.2 +- Update for version 10 +- test release for ux capsule support; to enable UX capsules define + LIBFWUP_ADD_UX_CAPSULE=1 in your environment. + * Thu Aug 24 2017 Peter Jones pjones@redhat.com - 9-0.2 - Rebuild for aarch64 .reloc fix.
diff --git a/sources b/sources index e8e4659..5716e77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (fwupdate-9.tar.bz2) = 91d9bced4bb207dc24864893059736edce648dec0d646052baa3409b05d51530fca6dd8daceab8be9a5583f8326fa66a98036df3dcb6ff33e5a1708c7a9cdf6b +SHA512 (fwupdate-10.tar.bz2) = 1f77f14c37be9ed466039ee16244be558d5a90787ea44add48ed1b5d522f09cbbfa4115e2e453bfc2627bd7677232b2c767149088672d02d84966e623b2151ce
arch-excludes@lists.fedoraproject.org