Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-08-21 07:41:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.open-vm-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-vm-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes      
2015-08-12 15:12:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2015-08-21 07:42:00.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug 12 06:54:48 UTC 2015 - dims...@opensuse.org
+
+- For SLE11, the KMP is still required; the .spec file logic is
+  now only enabled in the linked package, the 2nd spec file must
+  not be part of the main package open-vm-tools (as Factory would
+  immediately create the linked package, which would fail building
+  with Linux 4.x) (boo#941384).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.J8MLgn/_old  2015-08-21 07:42:01.000000000 +0200
+++ /var/tmp/diff_new_pack.J8MLgn/_new  2015-08-21 07:42:01.000000000 +0200
@@ -30,7 +30,7 @@
 
 # The vmhgfs module is currently built for all versions
 # (Shared Folders are not supported under ESX/ESXi, so this driver is not 
necessary for SLES11/12)
-%define vmhgfs %nil
+%define vmhgfs vmhgfs
 
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v00001022d00002000'
@@ -116,7 +116,10 @@
 %if 0%{?suse_version} >= 1310
 Requires:       which
 %endif
-#Requires:       vmware-guest-kmp
+%if 0%{?suse_version} == 1110
+# the KMP package is currently only built for SLE11 inside the devel prj
+Requires:       vmware-guest-kmp
+%endif
 # To prevent autoinstallation on SLES11, exclude supplements from that version
 %if 0%{?suse_version} != 1110
 Supplements:    modalias(pci:v000015ADd*sv*sd*bc*sc*i*)


Reply via email to