The package rpms/flatpak-module-tools.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/flatpak-module-tools.git/commit/?id=....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 6b7a772a4da0f3a326b2097b9e29fa3d3780dae5 Author: Yaakov Selkowitz yselkowi@redhat.com Date: Wed Jan 29 19:14:40 2025 -0500
Update to 1.1.1
* assemble: handle build_extension * Sync spec changes
diff --git a/.gitignore b/.gitignore index ba4a65b..49a240b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /flatpak-module-tools-1.0.1.tar.gz /flatpak-module-tools-1.0.2.tar.gz /flatpak-module-tools-1.1.tar.gz +/flatpak-module-tools-1.1.1.tar.gz diff --git a/flatpak-module-tools.spec b/flatpak-module-tools.spec index 5cd48e8..d81090b 100644 --- a/flatpak-module-tools.spec +++ b/flatpak-module-tools.spec @@ -1,8 +1,8 @@ %global srcname flatpak-module-tools -%global project_version 1.1 +%global project_version 1.1.1
Name: %{srcname} -Version: 1.1 +Version: 1.1.1 Release: %autorelease Summary: Tools for maintaining Flatpak applications and runtimes as Fedora modules
@@ -12,7 +12,7 @@ Source0: https://releases.pagure.org/flatpak-module-tools/flatpak-module-tools-%
BuildArch: noarch # i386 is not supported by flatpak_module_tools.utils.Arch -ExcludeArch: %{ix86} +ExcludeArch: %{ix86}
BuildRequires: python3-build BuildRequires: python3-devel @@ -116,5 +116,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{project_version} %license LICENSE %{python3_sitelib}/*
+ %changelog %autochangelog diff --git a/sources b/sources index 7e4c0df..bcc7bfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (flatpak-module-tools-1.1.tar.gz) = 8834a1c99e909c195f1c7c38cc0ddc477dcb7b101d97eb1b5fa88ae20be7f6e70aeebc93440075b288e3a141eda79f21d56e5b8fa23fd13d0f47e526e148b896 +SHA512 (flatpak-module-tools-1.1.1.tar.gz) = e770d964d6d25fe1f38052f15c23c546ffbb2020629f398bc3d749721b03eef9a327bc582fb821ee3d25e83de8a9e4608b057a1a40c3685da61285feadd70f09
arch-excludes@lists.fedoraproject.org