From 99b03596708018b1a7e8bb1d3ad43de28ae11973 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 27 Mar 2024 19:37:00 +0100 Subject: [PATCH] update to 12.4.0 [release 12.4.0-1mamba;Tue Mar 26 2024] --- open-vm-tools.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index a407a45..200a225 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -1,8 +1,8 @@ Name: open-vm-tools -Version: 12.3.5 +Version: 12.4.0 Release: 1mamba -Summary: a set of services and modules that enable several features in VMware products for better management of guests -Group: System/T +Summary: A set of services and modules that enable several features in VMware products for better management of guests +Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco @@ -74,18 +74,18 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. - %debug_package %prep -%setup -q -D -T -:<< _EOF +%setup -q +#-D -T +#:<< _EOF cd open-vm-tools autoreconf -f -i %build -:<< _EOF +#:<< _EOF cd open-vm-tools %configure @@ -180,7 +180,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_pam_confdir}/vmtoolsd %{_docdir}/open-vm-tools/api/* %doc README.md - %changelog +* Tue Mar 26 2024 Silvan Calarco 12.4.0-1mamba +- update to 12.4.0 + * Wed Feb 07 2024 Silvan Calarco 12.3.5-1mamba - package created using the webbuild interface