rpms/VirtualBox-OSE-kmod/F-10 VirtualBox-OSE-kmod.spec,1.1,1.2

Lubomir Rintel lkundrak at rpmfusion.org
Fri Apr 24 22:28:08 CEST 2009


Author: lkundrak

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

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
* Fri Apr 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.1.4-2
- Fix akmod requires



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-10/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-kmod.spec	21 Apr 2009 06:28:25 -0000	1.1
+++ VirtualBox-OSE-kmod.spec	24 Apr 2009 20:28:07 -0000	1.2
@@ -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.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -17,8 +17,9 @@
 Source1:        VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  %{_bindir}/kmodtool
-BuildRequires:  VirtualBox-OSE-kmodsrc = %{version}
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}
+BuildRequires:  %{AkmodsBuildRequires}
+
 Requires:       VirtualBox-OSE = %{version}-%{release}
 
 # needed for plague to make sure it builds for i586 and i686
@@ -77,6 +78,9 @@
 
 
 %changelog
+* Fri Apr 24 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.1.4-2
+- Fix akmod requires
+
 * Sat Mar 14 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.1.4-1
 - Update to 2.1.4
 - Enable VBOX_USE_INSERT_PAGE (VirtualBox #3403)



More information about the rpmfusion-commits mailing list