OBS User unknown 2008-04-28 13:39:39 +00:00 committed by Git OBS Bridge
parent afde0a0e1d
commit aed03a10a3
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Apr 28 15:34:35 CEST 2008 - ro@suse.de
- tweak build section long enough to really build modules
matching to kernel flavour (and not just build all for -default)
(bnc#384192)
-------------------------------------------------------------------
Thu Apr 24 00:59:38 CEST 2008 - ro@suse.de

View File

@ -15,7 +15,7 @@ Name: open-vm-tools
Group: System/Emulators/PC
Summary: Open Virtual Machine Tools
Version: 2008.04.14
Release: 3
Release: 6
%define svn_rev 87182
Url: http://open-vm-tools.sourceforge.net/
License: BSD 3-Clause; GPL v2 only; LGPL v2.1 only
@ -120,7 +120,12 @@ for flavor in %{flavors_to_build}; do
rm -rf obj/$flavor
cp -r %{name}-%{version}-%{svn_rev} obj/$flavor
pushd obj/$flavor
make modules
#make modules
for module in %{vm_modules}; do
pushd modules/linux/$module
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules M=$PWD VM_CCVER=4.3 SRCROOT=$PWD
popd
done
popd
done
@ -233,6 +238,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/vmware*
%changelog
* Mon Apr 28 2008 ro@suse.de
- tweak build section long enough to really build modules
matching to kernel flavour (and not just build all for -default)
(bnc#384192)
* Thu Apr 24 2008 ro@suse.de
- added vmware-KMP package and description tags to specfile
- added preable file for kmp packages