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.