diff --git a/flatpak-module-tools.spec b/flatpak-module-tools.spec index 6d4f4f7..3bf9e7b 100644 --- a/flatpak-module-tools.spec +++ b/flatpak-module-tools.spec @@ -3,7 +3,7 @@ Name: %{srcname} Version: 1.0~a2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for maintaining Flatpak applications and runtimes as Fedora modules License: MIT @@ -11,8 +11,10 @@ URL: https://pagure.io/flatpak-module-tools Source0: https://releases.pagure.org/flatpak-module-tools/flatpak-module-tools-%{project_version}.tar.gz BuildArch: noarch +# Tests only work on x86_64 because there are a few hardcoded x86 references +ExclusiveArch: x86_64 # Tests fail on i386, because its not supported by flatpak_module_tools.utils.Arch -ExcludeArch: i386 i686 +# ExcludeArch: i386 i686 BuildRequires: python3-build BuildRequires: python3-devel @@ -101,6 +103,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{project_version} %{python3_sitelib}/* %changelog +* Thu Aug 10 2023 Owen Taylor - 1.0~a2-3 +- Build on x86_64 to avoid test failures + * Thu Aug 10 2023 Owen Taylor - 1.0~a2-2 - Avoid building on i386 to avoid test failures