diff --git a/fwupd.changes b/fwupd.changes index 7ae60e0..b8a40fe 100644 --- a/fwupd.changes +++ b/fwupd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 13 05:05:41 UTC 2024 - Dennis Tseng + +- Fix build failure on s390x and ppc64le + + This release modifies spec file + - add s390x and ppc64le into default 'with efi_fw_update' + so that old dbxtool version can be obsoleted. + ------------------------------------------------------------------- Thu Jan 4 16:14:04 UTC 2024 - Dominique Leuenberger diff --git a/fwupd.spec b/fwupd.spec index 2c5c9a6..ad83ba3 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -16,7 +16,7 @@ # -%ifarch %{ix86} x86_64 aarch64 riscv64 +%ifarch %{ix86} x86_64 aarch64 riscv64 s390x ppc64le %bcond_without efi_fw_update %else %bcond_with efi_fw_update