Upgrade to 12.3.0

This commit is contained in:
Chenxi Mao 2023-09-14 13:56:47 +08:00
parent 249b9fbd22
commit ef7796b0f0
3 changed files with 8 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -20,9 +20,9 @@
################################################################################ ################################################################################
%global _hardened_build 1 %global _hardened_build 1
%global majorversion 12.1 %global majorversion 12.3
%global minorversion 5 %global minorversion 0
%global toolsbuild 20735119 %global toolsbuild 22234872
%global toolsversion %{majorversion}.%{minorversion} %global toolsversion %{majorversion}.%{minorversion}
%global toolsdaemon vmtoolsd %global toolsdaemon vmtoolsd
%global vgauthdaemon vgauthd %global vgauthdaemon vgauthd
@ -71,6 +71,7 @@ BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libudev)
BuildRequires: procps-devel BuildRequires: procps-devel
BuildRequires: xmlsec1-openssl-devel BuildRequires: xmlsec1-openssl-devel
BuildRequires: libxml2-devel
BuildRequires: gdk-pixbuf-xlib BuildRequires: gdk-pixbuf-xlib
BuildRequires: gtk3-devel >= 3.10.0 BuildRequires: gtk3-devel >= 3.10.0
BuildRequires: gtkmm30-devel >= 3.10.0 BuildRequires: gtkmm30-devel >= 3.10.0
@ -89,6 +90,7 @@ Requires: tar
Requires: util-linux Requires: util-linux
Requires: which Requires: which
Requires: xmlsec1-openssl Requires: xmlsec1-openssl
Requires: libxml2
# open-vm-tools >= 10.0.0 do not require open-vm-tools-deploypkg provided by # open-vm-tools >= 10.0.0 do not require open-vm-tools-deploypkg provided by
# VMware. That functionality is now available as part of open-vm-tools package # VMware. That functionality is now available as part of open-vm-tools package
@ -387,6 +389,9 @@ fi
%{_bindir}/vmware-vgauth-smoketest %{_bindir}/vmware-vgauth-smoketest
%changelog %changelog
* Sat Sep 16 2023 Chenxi Mao <chenxi.mao@suse.com> - 12.3.0-1
- Upgrade to 12.3.0
* Wed Jan 18 2023 Chenxi Mao <chenxi.mao@suse.com> - 12.1.5-1 * Wed Jan 18 2023 Chenxi Mao <chenxi.mao@suse.com> - 12.1.5-1
- Upgrade to 12.1.5 with CVE fix - Upgrade to 12.1.5 with CVE fix