public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnx] test-1.21.0: Drop i686 support (leaf package on that architecture)
@ 2026-06-08 15:18 Alejandro Alvarez Ayllon
0 siblings, 0 replies; only message in thread
From: Alejandro Alvarez Ayllon @ 2026-06-08 15:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/onnx
Branch : test-1.21.0
Commit : d77a8d56c5894df762020a7abfe0ec0a8d18c601
Author : Alejandro Alvarez Ayllon <a.alvarezayllon@gmail.com>
Date : 2025-01-18T14:59:25+01:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/onnx/c/d77a8d56c5894df762020a7abfe0ec0a8d18c601?branch=test-1.21.0
Log:
Drop i686 support (leaf package on that architecture)
Co-authored-by: Benjamin A. Beasley <code@musicinmybrain.net>
---
diff --git a/onnx.spec b/onnx.spec
index ea9297c..312e976 100644
--- a/onnx.spec
+++ b/onnx.spec
@@ -1,6 +1,6 @@
Name: onnx
Version: 1.17.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Open standard for machine learning interoperability
License: Apache-2.0
@@ -17,6 +17,10 @@ Patch4: 0004-Add-fixes-for-use-with-onnxruntime.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2212096
ExcludeArch: s390x
+%if %{undefined fc40} && %{undefined fc41}
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
+%endif
BuildRequires: cmake >= 3.13
BuildRequires: make
@@ -118,6 +122,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}
%{_bindir}/check-node
%changelog
+* Sat Jan 04 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.0-3
+- Drop i686 support (leaf package on that architecture)
+
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 15:18 [rpms/onnx] test-1.21.0: Drop i686 support (leaf package on that architecture) Alejandro Alvarez Ayllon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox