Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2023-09-08 21:14:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.open-vm-tools.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-vm-tools"

Fri Sep  8 21:14:55 2023 rev:115 rq:1109310 version:12.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes      
2023-09-01 14:19:30.184857832 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.1766/open-vm-tools.changes    
2023-09-08 21:15:00.925343483 +0200
@@ -1,0 +2,39 @@
+Wed Sep  6 15:52:41 UTC 2023 - Kirk Allan <kal...@suse.com>
+
+- Update to 12.3.0 (build 22234872) (boo#1214850)
+  - There are no new features in the open-vm-tools 12.3.0 release. This is
+    primarily a maintenance release that addresses a few critical problems,
+    including:
+    - This release integrates CVE-2023-20900 without the need for a patch.
+      For more information on this vulnerability and its impact on VMware
+      products, see
+      https://www.vmware.com/security/advisories/VMSA-2023-0019.html.
+    - A tools.conf configuration setting is available to temporaily direct
+      Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior
+      of ignoring file systems already frozen.
+    - Building of the VMware Guest Authentication Service (VGAuth) using
+      "xml-security-c" and "xerces-c" is being deprecated.
+    - A number of Coverity reported issues have been addressed.
+    - A number of GitHub issues and pull requests have been handled.
+      Please see the Resolves Issues section of the Release Notes.
+    - For issues resolved in this release, see the Resolved Issues section
+      of the Release Notes.
+  - For complete details, see:
+    https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0
+  - Release Notes are available at
+    https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md
+  - The granular changes that have gone into the 12.3.0 release are in the
+    ChangeLog at
+    
https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/ChangeLog
+
+- Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests
+
+- jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4.
+
+- Drop patch now contained in 12.3.0:
+  + 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch
+  + 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
+  + 2023-20867-Remove-some-dead-code.patch
+  + CVE-20230-20900.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch
  0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
  2023-20867-Remove-some-dead-code.patch
  CVE-20230-20900.patch
  open-vm-tools-12.2.0.tar.xz

New:
----
  open-vm-tools-12.3.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.6crmrA/_old  2023-09-08 21:15:03.301428403 +0200
+++ /var/tmp/diff_new_pack.6crmrA/_new  2023-09-08 21:15:03.301428403 +0200
@@ -38,7 +38,7 @@
 %define with_X 1
 
 Name:           open-vm-tools
-Version:        12.2.0
+Version:        12.3.0
 Release:        0
 Summary:        Open Virtual Machine Tools
 License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -69,7 +69,7 @@
 BuildRequires:  pcre-devel
 BuildRequires:  procps-devel
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
 BuildRequires:  containerd-devel
 BuildRequires:  grpc-devel
 BuildRequires:  libcurl-devel
@@ -106,7 +106,11 @@
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0120300
 BuildRequires:  libxml2-devel
 BuildRequires:  pkgconfig(xmlsec1)
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0150400
+Requires:       libxmlsec1-openssl1 >= 1.2.37
+%else
 Requires:       libxmlsec1-openssl1 >= 1.2.28
+%endif
 %define         arg_xmlsec1 --enable-xmlsec1
 %else
 # Leap 42.1 and 42.2 supports xmlsec1 and libxmlsec1-openssl1 but 12 SP1 and
@@ -153,10 +157,6 @@
 Supplements:    modalias(pci:v000015ADd*sv*sd*bc*sc*i*)
 ExclusiveArch:  %ix86 x86_64 aarch64
 #Upstream patches
-Patch2:         0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch
-Patch3:         0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
-Patch4:         2023-20867-Remove-some-dead-code.patch
-Patch5:         CVE-20230-20900.patch
 
 #SUSE specific patches
 Patch0:         pam-vmtoolsd.patch
@@ -243,7 +243,7 @@
 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} >= 150500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
 %package        containerinfo
 Summary:        Container Info Plugin
 Group:          System Environment/Libraries
@@ -259,10 +259,6 @@
 # fix for an rpmlint warning regarding wrong line feeds
 sed -i -e "s/\r//" README
 #Upstream patches
-%patch2 -p2
-%patch3 -p2
-%patch4 -p2
-%patch5 -p2
 
 #SUSE specific patches
 %patch0 -p2
@@ -318,6 +314,10 @@
 %install
 %make_install
 
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
+mkdir -p  %buildroot%_modulesloaddir
+echo vmw_vsock_vmci_transport > 
%buildroot%_modulesloaddir/vmw_vsock_vmci_transport.conf
+%endif
 mkdir -p  %{buildroot}%{_sbindir}
 
 # Remove exec bit from config files
@@ -457,7 +457,7 @@
 
 %postun -n libvmtools0 -p /sbin/ldconfig
 
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
 %post containerinfo
 systemctl try-restart vmtoolsd.service || :
 
@@ -466,6 +466,9 @@
 %endif
 
 %files
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
+%_modulesloaddir/vmw_vsock_vmci_transport.conf
+%endif
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0120300
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
@@ -590,7 +593,7 @@
 %{_includedir}/libDeployPkg
 %{_libdir}/pkgconfig/libDeployPkg.pc
 
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
 %files containerinfo
 %{_libdir}/%{name}/plugins/vmsvc/libcontainerInfo.so
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6crmrA/_old  2023-09-08 21:15:03.349430119 +0200
+++ /var/tmp/diff_new_pack.6crmrA/_new  2023-09-08 21:15:03.353430262 +0200
@@ -2,9 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="scm">git</param>
     <param name="url">https://github.com/vmware/open-vm-tools.git</param>
-    <param name="revision">stable-12.2.0</param>
+    <param name="revision">stable-12.3.0</param>
     <param name="filename">open-vm-tools</param>
-    <param name="versionformat">12.2.0</param>
+    <param name="versionformat">12.3.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ open-vm-tools-12.2.0.tar.xz -> open-vm-tools-12.3.0.tar.xz ++++++
++++ 12086 lines of diff (skipped)

Reply via email to