From ee37cbd02779e23df9e36c386b5ba8cb2f4cf639820f92c5b28f030b13964cba Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Jun 2023 11:41:29 +0000 Subject: [PATCH] Accepting request 1093109 from home:dimstar:Factory - pin to protobuf < 22 until grpc and open-vm-tools support protobuf 22. OBS-URL: https://build.opensuse.org/request/show/1093109 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=434 --- open-vm-tools.changes | 6 ++++++ open-vm-tools.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 3b295f7..0bd60fc 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 14 09:32:53 UTC 2023 - Dominique Leuenberger + +- pin to protobuf < 22 until grpc and open-vm-tools support + protobuf 22. + ------------------------------------------------------------------- Tue May 2 20:40:18 UTC 2023 - Jan Engelhardt diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 75ef8db..4f0751f 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -73,7 +73,7 @@ BuildRequires: update-desktop-files BuildRequires: containerd-devel BuildRequires: grpc-devel BuildRequires: libcurl-devel -BuildRequires: protobuf-devel +BuildRequires: (pkgconfig(protobuf) >= 3.8.0 with pkgconfig(protobuf) < 22) %define arg_containerinfo --enable-containerinfo=yes %else %define arg_containerinfo --enable-containerinfo=no