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
This commit is contained in:
Kirk Allan 2022-12-14 22:39:16 +00:00 committed by Git OBS Bridge
parent a775c08d77
commit 3d5a09a3ef
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 14 21:24:00 UTC 2022 - Kirk Allan <kallan@suse.com>
- 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 <kallan@suse.com>

View File

@ -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