public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/onnxruntime] rawhide: Fix numeric variable error
@ 2026-06-27  1:36 Diego Herrera
  0 siblings, 0 replies; only message in thread
From: Diego Herrera @ 2026-06-27  1:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/onnxruntime
Branch : rawhide
Commit : 7411408eb1260d380e5a05b59a2998692fa81a57
Author : Diego Herrera <dherrera@redhat.com>
Date   : 2026-06-26T21:36:25-04:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/onnxruntime/c/7411408eb1260d380e5a05b59a2998692fa81a57?branch=rawhide

Log:
Fix numeric variable error

---
diff --git a/onnxruntime.spec b/onnxruntime.spec
index bd3943c..51df42c 100644
--- a/onnxruntime.spec
+++ b/onnxruntime.spec
@@ -80,7 +80,7 @@ Patch:      0011-openVINO-runtime-fix.patch
 ExcludeArch:    s390x %{arm} %{ix86}
 
 # Force provides declaration since it's not being detected automatically
-%if %{__isa_bits} == 64
+%if 0%{__isa_bits} == 64
 Provides: libonnxruntime_providers_shared.so()(64bit)
 Provides: libonnxruntime_providers_shared.so(VERS_1.0)(64bit)
 %else

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-27  1:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27  1:36 [rpms/onnxruntime] rawhide: Fix numeric variable error Diego Herrera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox