The package rpms/python-jep.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/python-jep.git/commit/?id=ddb188a0c3....
Change: +ExclusiveArch: %{java_arches}
Thanks.
Full change: ============
commit ddb188a0c3a1de13c1b1b0ee7d7f2ac52ad66501 Author: Miro Hrončok miro@hroncok.cz Date: Thu Sep 29 20:30:55 2022 +0200
Add ExclusiveArch: %{java_arches}
Fixes https://bugzilla.redhat.com/2104094
diff --git a/python-jep.spec b/python-jep.spec index a46d289..c8dfea3 100644 --- a/python-jep.spec +++ b/python-jep.spec @@ -27,6 +27,8 @@ License: zlib URL: https://github.com/ninia/%%7Bsrcname%7D Source0: %{url}/archive/v%{version}.tar.gz
+ExclusiveArch: %{java_arches} + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-numpy
arch-excludes@lists.fedoraproject.org