Compare commits

..

No commits in common. "ee0abff4e6302ad5acf1a2fca3392ee6e038a7a4" and "b1818023591131c463a9faddf399a42e6bb6ed93" have entirely different histories.

4 changed files with 3 additions and 19 deletions

Binary file not shown.

Binary file not shown.

View File

@ -20,16 +20,16 @@
################################################################################ ################################################################################
%global _hardened_build 1 %global _hardened_build 1
%global majorversion 12.3 %global majorversion 12.0
%global minorversion 5 %global minorversion 5
%global toolsbuild 22544099 %global toolsbuild 19716617
%global toolsversion %{majorversion}.%{minorversion} %global toolsversion %{majorversion}.%{minorversion}
%global toolsdaemon vmtoolsd %global toolsdaemon vmtoolsd
%global vgauthdaemon vgauthd %global vgauthdaemon vgauthd
Name: open-vm-tools Name: open-vm-tools
Version: %{toolsversion} Version: %{toolsversion}
Release: 1%{?dist} Release: 2%{?dist}
Summary: Open Virtual Machine Tools for virtual machines hosted on VMware Summary: Open Virtual Machine Tools for virtual machines hosted on VMware
License: GPLv2 License: GPLv2
URL: https://github.com/vmware/%{name} URL: https://github.com/vmware/%{name}
@ -71,7 +71,6 @@ 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
@ -90,7 +89,6 @@ 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
@ -389,15 +387,6 @@ fi
%{_bindir}/vmware-vgauth-smoketest %{_bindir}/vmware-vgauth-smoketest
%changelog %changelog
* Mon Nov 13 2023 Chenxi Mao <chenxi.mao@suse.com> - 12.3.5-1
- Upgrade to 12.3.5
* 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
- Upgrade to 12.1.5 with CVE fix
* Fri Jun 24 2022 Chenxi Mao <chenxi.mao@suse.com> - 12.0.5-2 * Fri Jun 24 2022 Chenxi Mao <chenxi.mao@suse.com> - 12.0.5-2
- Fix build break in _service mode - Fix build break in _service mode

View File

@ -1,5 +0,0 @@
version_control: github
src_repo: vmware/open-vm-tools
tag_prefix: "^stable-"
separator: "."
git_url: https://github.com/vmware/open-vm-tools.git