From 3d5a09a3ef05120c3298c284f20b5323f06f2191ded4b6347c1633c5de58b026 Mon Sep 17 00:00:00 2001 From: Kirk Allan Date: Wed, 14 Dec 2022 22:39:16 +0000 Subject: [PATCH] Accepting request 1043005 from home:kallan:branches:Virtualization:VMware - Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires section. The dependencies will be added automatically. OBS-URL: https://build.opensuse.org/request/show/1043005 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=424 --- open-vm-tools.changes | 6 ++++++ open-vm-tools.spec | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/open-vm-tools.changes b/open-vm-tools.changes index fde8a95..178fd16 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 14 21:24:00 UTC 2022 - Kirk Allan + +- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires + section. The dependencies will be added automatically. + ------------------------------------------------------------------- Tue Dec 13 19:54:02 UTC 2022 - Kirk Allan diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 4677af1..cedc10c 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -241,12 +241,7 @@ if you intend to create own plugins for vmtoolsd. %package containerinfo Summary: Container Info Plugin Group: System Environment/Libraries -# Tumbleweed but not Leap 15 or SLE 15 which have different libgrpc and libprotobuf packages -%if 0%{suse_version} > 1500 -Requires: %{name}%{?_isa} = %{version}-%{release}, curl, libgrpc++1_51, libgrpc29, libprotobuf3_21_11 -%else -Requires: %{name}%{?_isa} = %{version}-%{release}, curl, libgrpc++1, libgrpc8, libprotobuf20 -%endif +Requires: %{name}%{?_isa} = %{version}-%{release}, curl %description containerinfo This package interfaces with the container runtime to retrieve a list of containers running on a Linux guest