diff --git a/contrib/fwupd-efi.spec.in b/contrib/fwupd-efi.spec.in index 13a7384..3c5f5e4 100644 --- a/contrib/fwupd-efi.spec.in +++ b/contrib/fwupd-efi.spec.in @@ -14,6 +14,7 @@ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}. # these are the only architectures supporting UEFI SecureBoot ExclusiveArch: x86_64 aarch64 +BuildRequires: gcc BuildRequires: meson BuildRequires: gnu-efi-devel BuildRequires: pesign @@ -65,5 +66,4 @@ rm -vf %{fwup_efi_fn}.tmp %{_libdir}/pkgconfig/fwupd-efi.pc %changelog -* #LONGDATE# Richard Hughes #VERSION#-0.#BUILD##ALPHATAG# -- Update from git +%autochangelog diff --git a/contrib/org.freedesktop.fwupd.efi.metainfo.xml b/contrib/org.freedesktop.fwupd.efi.metainfo.xml index a2b8076..b9f7b17 100644 --- a/contrib/org.freedesktop.fwupd.efi.metainfo.xml +++ b/contrib/org.freedesktop.fwupd.efi.metainfo.xml @@ -23,6 +23,18 @@ richard_at_hughsie.com + + +

This release fixes the following bugs:

+
    +
  • Add additional checks for incompatible CRT0
  • +
  • Align sections to 512 bytes
  • +
  • Generate images that are NX compatible
  • +
  • Use manual symbols mode on ARM32
  • +
  • Use objcopy to build arm/aarch64 binaries for new binutils
  • +
+
+

This release fixes the following bugs: