Accepting request 324382 from Virtualization:VMware

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/324382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-vm-tools?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2015-08-21 05:41:27 +00:00 committed by Git OBS Bridge
commit c5959374d2
2 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 12 06:54:48 UTC 2015 - dimstar@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).
-------------------------------------------------------------------
Mon Aug 10 14:13:33 UTC 2015 - dimstar@opensuse.org

View File

@ -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 @@ Requires: tar
%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*)