Accepting request 1092995 from home:dirkmueller:Factory

- pin to protobuf < 22 until next version update

OBS-URL: https://build.opensuse.org/request/show/1092995
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=143
This commit is contained in:
Jan Engelhardt 2023-06-14 00:25:29 +00:00 committed by Git OBS Bridge
parent fce8b91010
commit f39dc717ed
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 13 21:09:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- pin to protobuf < 22 until next version update
-------------------------------------------------------------------
Tue May 2 10:15:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -35,9 +35,11 @@ BuildRequires: gcc-c++
BuildRequires: opencensus-proto-source
BuildRequires: pkg-config
BuildRequires: zypper
# https://protobuf.dev/support/migration/#compiler-22
# remove upper cap when updating to >= 1.55.1
BuildRequires: (pkgconfig(protobuf) >= 3.8.0 with pkgconfig(protobuf) < 22)
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(openssl) >= 1.0.1
BuildRequires: pkgconfig(protobuf) >= 3.8.0
BuildRequires: pkgconfig(re2)
BuildRequires: pkgconfig(zlib)