From c15ac4e016b507a8f2078f2f1f5cf1740a0cbc13 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Apr 10 2024 13:28:27 +0000 Subject: Make the python3-gmsh subpackage noarch, since the bindings are pure Python --- diff --git a/gmsh.spec b/gmsh.spec index c5fd887..6e2ef0f 100644 --- a/gmsh.spec +++ b/gmsh.spec @@ -109,7 +109,9 @@ Summary: Python3 API for %{name} %{?python_provide:%python_provide python3-%{name}} Obsoletes: python3-%{name}-private -Requires: %{name}-libs%{?_isa} = %{version}-%{release} +BuildArch: noarch + +Requires: %{name}-libs = %{version}-%{release} %description -n python3-%{name} Python3 API for %{name}. @@ -397,6 +399,7 @@ rm -f %{buildroot}%{_defaultdocdir}/%{name}/LICENSE.txt %changelog * Tue Apr 09 2024 Benjamin A. Beasley - 4.11.1-4 - Ensure python3-gmsh depends on gmsh-libs +- Make the python3-gmsh subpackage noarch, since the bindings are pure Python * Thu Jan 19 2023 Fedora Release Engineering - 4.11.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild