rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.43,1.44

Lubomir Rintel lkundrak at rpmfusion.org
Mon Jul 12 15:56:15 CEST 2010


Author: lkundrak

Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20629

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
* Mon Jul 12 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.6-1
- New release



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- VirtualBox-OSE-kmod.spec	18 Jun 2010 14:28:12 -0000	1.43
+++ VirtualBox-OSE-kmod.spec	12 Jul 2010 13:56:15 -0000	1.44
@@ -4,7 +4,7 @@
 # queuing that build enable the macro again for subsequent builds; that way
 # a new akmod package will only get build when a new one is actually needed
 #define buildforkernels newest
-%define buildforkernels akmod
+#define buildforkernels akmod
 
 # In prerelease builds (such as betas), this package has the same
 # major version number, while the kernel module abi is not guarranteed
@@ -18,7 +18,7 @@
 %bcond_without hardening
 
 Name:           VirtualBox-OSE-kmod
-Version:        3.2.4
+Version:        3.2.6
 Release:        1%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
@@ -68,8 +68,7 @@
 
 %build
 for kernel_version in %{?kernel_versions}; do
-    for module in vbox{drv,guest,netadp,netflt,vfs,video}; do
-
+    for module in vbox{drv,guest,netadp,netflt,sf,video}; do
         make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}"  modules
     done
 done
@@ -99,6 +98,9 @@
 
 
 %changelog
+* Mon Jul 12 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.6-1
+- New release
+
 * Fri Jun 18 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.4-1
 - New release
 



More information about the rpmfusion-commits mailing list