diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 61ba8b8..72b6c93 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 21 14:02:20 UTC 2023 - Marcus Meissner + +- open-vm-tools is built with containerinfo plugin from 15 sp3 onwards + ------------------------------------------------------------------- Wed Sep 6 15:52:41 UTC 2023 - Kirk Allan diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 3e2fb3d..54134f0 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -69,7 +69,7 @@ BuildRequires: pam-devel BuildRequires: pcre-devel BuildRequires: procps-devel BuildRequires: update-desktop-files -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 BuildRequires: containerd-devel BuildRequires: grpc-devel BuildRequires: libcurl-devel @@ -243,7 +243,7 @@ Requires: libvmtools0 = %{version} Those are the development headers for libvmtools. They are needed if you intend to create own plugins for vmtoolsd. -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 %package containerinfo Summary: Container Info Plugin Group: System Environment/Libraries @@ -457,7 +457,7 @@ systemctl try-restart vmtoolsd.service || : %postun -n libvmtools0 -p /sbin/ldconfig -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 %post containerinfo systemctl try-restart vmtoolsd.service || : @@ -593,7 +593,7 @@ systemctl try-restart vmtoolsd.service || : %{_includedir}/libDeployPkg %{_libdir}/pkgconfig/libDeployPkg.pc -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 %files containerinfo %{_libdir}/%{name}/plugins/vmsvc/libcontainerInfo.so %endif