public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvino] rawhide: Added condition for protobuf
@ 2026-06-11 16:12 aanokhov
  0 siblings, 0 replies; only message in thread
From: aanokhov @ 2026-06-11 16:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openvino
Branch : rawhide
Commit : 1cb60fb5d902e83ff0049f01676affe2a63b3560
Author : aanokhov <artyom.anokhov@intel.com>
Date   : 2026-06-11T08:27:49+00:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openvino/c/1cb60fb5d902e83ff0049f01676affe2a63b3560?branch=rawhide

Log:
Added condition for protobuf

---
diff --git a/openvino.spec b/openvino.spec
index 918f7f4..9750b84 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -44,7 +44,11 @@ BuildRequires:  glibc-devel
 BuildRequires:  tbb-devel
 BuildRequires:  pugixml-devel
 BuildRequires:  snappy-devel
+%if 0%{?fedora} > 44
+BuildRequires:  protobuf3-devel
+%else
 BuildRequires:  protobuf-devel
+%endif
 BuildRequires:  onnx-devel
 BuildRequires:  flatbuffers-devel
 BuildRequires:  flatbuffers-compiler

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

only message in thread, other threads:[~2026-06-11 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 16:12 [rpms/openvino] rawhide: Added condition for protobuf aanokhov

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