public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yara] rawhide: Use protobuf in version 3.x only
@ 2026-06-06 7:41
0 siblings, 0 replies; only message in thread
From: @ 2026-06-06 7:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yara
Branch : rawhide
Commit : 8a0c6ab5ccca9aa870f6aa89dea67e0a9b93acb8
Author : Miroslav Suchý <msuchy@redhat.com>
Date : 2026-06-06T07:41:13+00:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/yara/c/8a0c6ab5ccca9aa870f6aa89dea67e0a9b93acb8?branch=rawhide
Log:
Use protobuf in version 3.x only
This is part of https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
This package does not sucessfully build with new protobuf per
https://copr.fedorainfracloud.org/coprs/mochaa/protobuf/monitor/
so limiting to protobuf version 3.
Once the protobuf is rebase this will automatically pick up compat
package protobuf3
I am not bumping release as this does not need a rebuild now.
---
diff --git a/yara.spec b/yara.spec
index cee413c..3cbcf42 100644
--- a/yara.spec
+++ b/yara.spec
@@ -62,8 +62,8 @@ BuildRequires: flex
BuildRequires: libtool
BuildRequires: file-devel
BuildRequires: jansson-devel >= 2.5
-BuildRequires: protobuf-c-devel
-BuildRequires: protobuf-compiler
+BuildRequires: protobuf3-c-devel
+BuildRequires: protobuf-compiler < 4
%if 0%{?rhel} && 0%{?rhel} == 7
BuildRequires: openssl11-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-06 7:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 7:41 [rpms/yara] rawhide: Use protobuf in version 3.x only
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox