From 1ac5d772292778a889ccd4743508210832c014e0 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sun, 3 Apr 2022 15:45:41 -0600 Subject: [PATCH] Remove all 32-bit architectures (i686 and armv7hl) Signed-off-by: Al Stone --- acpica-tools.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/acpica-tools.spec b/acpica-tools.spec index 2d9b4b3..4d81fd1 100644 --- a/acpica-tools.spec +++ b/acpica-tools.spec @@ -1,12 +1,12 @@ Name: acpica-tools Version: 20220331 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ACPICA tools for the development and debug of ACPI tables License: GPLv2 URL: https://www.acpica.org/ -ExcludeArch: i686 +ExcludeArch: i686, armv7hl Source0: https://acpica.org/sites/acpica/files/acpica-unix2-%{version}.tar.gz Source1: https://acpica.org/sites/acpica/files/acpitests-unix-%{version}.tar.gz @@ -259,6 +259,10 @@ fi %changelog +* Sun Apr 3 2022 Al Stone - 20220331-2 +- Stop building 32-bit architecture (i686 and armv7hl); they have been + deprecated in Fedora + * Sun Apr 3 2022 Al Stone - 20220331-1 - Update to 20220331 upstream source. Bring all the patches up to date. - Update the results of misc test cases.