rpms/VirtualBox-OSE-kmod/F-12 VirtualBox-OSE-kmod.spec,1.33,1.34

Thorsten Leemhuis thl at rpmfusion.org
Sun Nov 22 13:48:50 CET 2009


Author: thl

Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25707

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
revert to whats in F-12 everything


Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-12/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- VirtualBox-OSE-kmod.spec	12 Nov 2009 16:49:00 -0000	1.33
+++ VirtualBox-OSE-kmod.spec	22 Nov 2009 12:48:49 -0000	1.34
@@ -4,15 +4,14 @@
 # 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
 
 # Allow only root to access vboxdrv regardless of the file mode
 # use only for debugging!
 %bcond_without hardening
 
 Name:           VirtualBox-OSE-kmod
-Version:        3.1.0
-Release:        0.1.beta1%{?dist}
+Version:        3.0.10
+Release:        1%{?dist}.4
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -61,8 +60,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,netadp,netflt,add,vfs,video_drm}; do
         make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}"  modules
     done
 done
@@ -92,9 +90,6 @@
 
 
 %changelog
-* Thu Nov 12 2009 Lubomir Rintel <lkundrak at v3.sk> - 3.1.0-0.1.beta1
-- Bump to beta
-
 * Tue Nov 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.4
 - rebuild for F12 release kernel
 



More information about the rpmfusion-commits mailing list