Dominique Leuenberger changed bug 941384
What Removed Added
Flags needinfo?(werner.flamme@ufz.de)  

Comment # 6 on bug 941384 from
ok, found why it no longer built:

# 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 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'

# Modules to be built up to openSUSE 12.3 (excluding SLES11), possibly not
building on newer versions.
%if 0%{?suse_version} <= 1230 && 0%{?suse_version} != 1110
%define vm_modules1230 vmci vsock
%endif

%if 0%{?suse_version} <= 1220 && 0%{?suse_version} != 1110
# Modules to be built up to openSUSE 12.1 (excluding SLES11), possibly not
building on newer versions.
%define vm_modules1220 vmsync
%endif

%if 0%{?suse_version} <= 1210 && 0%{?suse_version} != 1110
# Modules to be built up to openSUSE 12.1 (excluding SLES11), possibly not
building on newer versions.
%define vm_modules1210 vmxnet
%endif


the vmhgfs had been disabled in a first attempt completely - which again
resulted in an empty KMP package...

but this also means, that there actually were NO modules provided for SLE11,
except the vmhgfs module. As such, if this worked feature wise before the
change, it works afterwards without the KMP module as well)


You are receiving this mail because: