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