From fe7306e787b10f65209acf558fe679978ba94d934c61d753d200fc32e5737c34 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Jun 2023 19:54:20 +0000 Subject: [PATCH] - limit to protobuf < 22 for now until build failures have been fixed OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=438 --- open-vm-tools.changes | 5 +++++ open-vm-tools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 43ff622..33e54a3 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 27 19:54:05 UTC 2023 - Dirk Müller + +- limit to protobuf < 22 for now until build failures have been fixed + ------------------------------------------------------------------- Mon Jun 12 15:01:15 UTC 2023 - Kirk Allan diff --git a/open-vm-tools.spec b/open-vm-tools.spec index a0912b7..893bf60 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: protobuf-devel < 22 %define arg_containerinfo --enable-containerinfo=yes %else %define arg_containerinfo --enable-containerinfo=no