Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10026
Modified Files:
VirtualBox-OSE-kmod.spec
Removed Files:
VirtualBox-OSE-3.2.10-linux-2.6.37.patch
Log Message:
4.0.2 bump
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- VirtualBox-OSE-kmod.spec 11 Jan 2011 08:38:53 -0000 1.46
+++ VirtualBox-OSE-kmod.spec 5 Feb 2011 13:12:53 -0000 1.47
@@ -18,8 +18,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 3.2.10
-Release: 2%{?dist}
+Version: 4.0.2
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -27,14 +27,13 @@
URL:
http://www.virtualbox.org/wiki/VirtualBox
# This filters out the XEN kernel, since we don't run on XEN
Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
-Patch0: VirtualBox-OSE-3.2.10-linux-2.6.37.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc =
%{version}%{?prereltag}, xz
BuildRequires: %{AkmodsBuildRequires}
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64
+ExclusiveArch: i686 x86_64
# get the proper build-sysbuild package from the repo, which
# tracks in all the kernel-devel packages
@@ -51,7 +50,6 @@
%prep
%setup -T -c
tar --use-compress-program xz -xf
%{_datadir}/%{name}-%{version}/%{name}-%{version}.tar.xz
-%{__patch} %{?_default_patch_flags} %{name}-%{version}/vboxvideo/vboxvideo_drm.c
<%{PATCH0}
# error out if there was something wrong with kmodtool
%{?kmodtool_check}
@@ -100,6 +98,9 @@
%changelog
+* Sat Feb 05 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.0.2-1
+- New release
+
* Tue Jan 11 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 3.2.10-2
- Fix build with 2.6.37
--- VirtualBox-OSE-3.2.10-linux-2.6.37.patch DELETED ---