Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3706
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Merge vbox modules from devel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-11/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- VirtualBox-OSE-kmod.spec 21 Jun 2009 10:15:23 -0000 1.15
+++ VirtualBox-OSE-kmod.spec 10 Jul 2009 15:43:38 -0000 1.16
@@ -3,11 +3,11 @@
# "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
Name: VirtualBox-OSE-kmod
-Version: 2.2.4
-Release: 1%{?dist}.2
+Version: 3.0.0
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -55,7 +55,7 @@
%build
for kernel_version in %{?kernel_versions}; do
- for module in vbox{drv,netflt,add,vfs}; do
+ for module in vbox{drv,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
@@ -78,8 +78,11 @@
%changelog
-* Sun Jun 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.4-1.2
-- rebuild for new kernels
+* Fri Jul 3 2009 Jonathan Dieter <jdieter(a)gmail.com> - 3.0.0-1
+- New release
+
+* Thu Jul 02 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.2.4-2
+- Enable the DRM module
* Fri Jun 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.4-1.1
- rebuild for final F11 kernel
Show replies by date