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.
This commit is contained in:
parent
f3daf832af
commit
99657d7a73
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ BuildRequires: onnx-devel
|
|||
BuildRequires: openmpi-devel
|
||||
%endif
|
||||
%if %{with protobuf}
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: protobuf-devel < 4
|
||||
%endif
|
||||
BuildRequires: sleef-devel
|
||||
BuildRequires: valgrind-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue