rpms/VirtualBox-OSE-kmod/F-12 VirtualBox-OSE-kmod.spec,1.42,1.43

Lubomir Rintel lkundrak at rpmfusion.org
Tue Jan 26 15:45:32 CET 2010


Author: lkundrak

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

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
Merge from devel



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-12/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- VirtualBox-OSE-kmod.spec	20 Jan 2010 16:21:10 -0000	1.42
+++ VirtualBox-OSE-kmod.spec	26 Jan 2010 14:45:32 -0000	1.43
@@ -3,15 +3,16 @@
 # "buildforkernels newest" macro for just that build; immediately after
 # 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 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.0.10
-Release:        2%{?dist}.5
+Version:        3.1.2
+Release:        1%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -24,7 +25,8 @@
 %global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}, xz
 BuildRequires:  %{AkmodsBuildRequires}
 
-ExclusiveArch:  i686 x86_64
+# needed for plague to make sure it builds for i586 and i686
+ExclusiveArch:  i586 i686 x86_64
 
 # get the proper build-sysbuild package from the repo, which
 # tracks in all the kernel-devel packages
@@ -59,7 +61,8 @@
 
 %build
 for kernel_version in %{?kernel_versions}; do
-    for module in vbox{drv,netadp,netflt,add,vfs,video_drm}; do
+    for module in vbox{drv,guest,netadp,netflt,vfs,video}; do
+
         make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}"  modules
     done
 done
@@ -89,26 +92,17 @@
 
 
 %changelog
-* Wed Jan 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.5
-- rebuild for new kernel
-
-* Sat Dec 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.4
-- rebuild for new kernel
-
-* Thu Dec 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.3
-- rebuild for new kernel
-
-* Sun Dec 06 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.2
-- rebuild for new kernel
+* Tue Jan 26 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.1.2-1
+- New release
 
-* Wed Nov 25 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-2.1
-- rebuild for new kernel
+* Sun Dec 06 2009 Lubomir Rintel <lkundrak at v3.sk> - 3.1.0-1
+- stable
 
-* Mon Nov 23 2009 Lubomir Rintel <lkundrak at v3.sk> - 3.0.10-2
-- Fix %%check
+* Tue Nov 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 3.1.0-0.1.beta2
+- Bump to beta2
 
-* Sun Nov 22 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.10-1.5
-- rebuild for new kernel, disable i586 builds
+* 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