The package rpms/R-reticulate.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/R-reticulate.git/commit/?id=5ac30586....
Change: +%ifnarch %{ix86}
Thanks.
Full change: ============
commit 4dbbba6d5fc5ea190dc526e4ebbc678da9a9129c Author: Iñaki Úcar iucar@fedoraproject.org Date: Thu Apr 25 16:44:04 2024 +0200
R-maint-sig mass rebuild
diff --git a/R-reticulate.spec b/R-reticulate.spec index a40ac96..9364556 100644 --- a/R-reticulate.spec +++ b/R-reticulate.spec @@ -4,7 +4,7 @@
Name: R-%{packname} Version: %{packver} -Release: 11%{?dist} +Release: 12%{?dist} Summary: R Interface to 'Python'
License: ASL 2.0 @@ -99,6 +99,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog +* Thu Apr 25 2024 Iñaki Úcar iucar@fedoraproject.org - 1.20-12 +- R-maint-sig mass rebuild + * Fri Feb 16 2024 Benjamin A. Beasley code@musicinmybrain.net - 1.20-11 - Do not test with Pandas on i686
commit 5ac3058632df8a29d85ef7c5cb5f5b5f1782d24f Author: Benjamin A. Beasley code@musicinmybrain.net Date: Fri Feb 16 08:10:25 2024 -0500
Do not test with Pandas on i686
diff --git a/R-reticulate.spec b/R-reticulate.spec index da08a43..a40ac96 100644 --- a/R-reticulate.spec +++ b/R-reticulate.spec @@ -4,7 +4,7 @@
Name: R-%{packname} Version: %{packver} -Release: 10%{?dist} +Release: 11%{?dist} Summary: R Interface to 'Python'
License: ASL 2.0 @@ -23,7 +23,10 @@ Requires: python3 BuildRequires: python3-devel BuildRequires: python3-docutils BuildRequires: python3-numpy +%ifnarch %{ix86} +# https://bugzilla.redhat.com/show_bug.cgi?id=2263999 BuildRequires: python3-pandas +%endif BuildRequires: R-devel BuildRequires: tex(latex) BuildRequires: R-Matrix @@ -43,7 +46,9 @@ BuildRequires: R-testthat BuildRequires: python3dist(docutils) BuildRequires: python3dist(matplotlib) BuildRequires: python3dist(numpy) +%ifnarch %{ix86} BuildRequires: python3dist(pandas) +%endif BuildRequires: python3dist(scipy)
%description @@ -94,6 +99,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog +* Fri Feb 16 2024 Benjamin A. Beasley code@musicinmybrain.net - 1.20-11 +- Do not test with Pandas on i686 + * Mon Jan 22 2024 Fedora Release Engineering releng@fedoraproject.org - 1.20-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
arch-excludes@lists.fedoraproject.org