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-04-06 15:55:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.open-vm-tools.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-vm-tools"

Thu Apr  6 15:55:57 2023 rev:110 rq:1077253 version:12.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes      
2023-03-31 21:14:01.698052045 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.19717/open-vm-tools.changes   
2023-04-06 15:56:02.964332278 +0200
@@ -1,0 +2,6 @@
+Tue Apr  4 15:03:28 UTC 2023 - Kirk Allan <kal...@suse.com>
+
+- As per jsc-PED-1344, update spec file to only build the containerinfo
+  plugin for TW/SLES 15 SP5 and newer.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.wOgTHE/_old  2023-04-06 15:56:03.456335056 +0200
+++ /var/tmp/diff_new_pack.wOgTHE/_new  2023-04-06 15:56:03.460335080 +0200
@@ -70,13 +70,18 @@
 BuildRequires:  pcre-devel
 BuildRequires:  procps-devel
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
 BuildRequires:  containerd-devel
-BuildRequires:  glibc >= 2.27
 BuildRequires:  grpc-devel
 BuildRequires:  libcurl-devel
-BuildRequires:  libtirpc-devel
 BuildRequires:  protobuf-devel
+%define         arg_containerinfo --enable-containerinfo=yes
+%else
+%define         arg_containerinfo --enable-containerinfo=no
+%endif
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
+BuildRequires:  glibc >= 2.27
+BuildRequires:  libtirpc-devel
 BuildRequires:  rpcgen
 BuildRequires:  pkgconfig(gdk-pixbuf-xlib-2.0) >= 2.21.0
 BuildRequires:  pkgconfig(sm)
@@ -87,11 +92,9 @@
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xtst)
-%define         arg_containerinfo --enable-containerinfo=yes
 %else
 BuildRequires:  glibc >= 2.12
 BuildRequires:  xorg-x11-devel
-%define         arg_containerinfo --enable-containerinfo=no
 %endif
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(libudev)
@@ -237,7 +240,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} >= 150300
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
 %package        containerinfo
 Summary:        Container Info Plugin
 Group:          System Environment/Libraries
@@ -448,7 +451,7 @@
 
 %postun -n libvmtools0 -p /sbin/ldconfig
 
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
 %post containerinfo
 systemctl try-restart vmtoolsd.service || :
 
@@ -585,7 +588,7 @@
 %{_includedir}/libDeployPkg
 %{_libdir}/pkgconfig/libDeployPkg.pc
 
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300
+%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150500
 %files containerinfo
 %{_libdir}/%{name}/plugins/vmsvc/libcontainerInfo.so
 %endif

Reply via email to