rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.40,1.41

Lubomir Rintel lkundrak at rpmfusion.org
Wed May 19 10:37:21 CEST 2010


Author: lkundrak

Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9147

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
* Mon May 10 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.0-1
- Release



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- VirtualBox-OSE-kmod.spec	10 May 2010 13:34:09 -0000	1.40
+++ VirtualBox-OSE-kmod.spec	19 May 2010 08:37:21 -0000	1.41
@@ -6,13 +6,20 @@
 #define buildforkernels newest
 %define buildforkernels akmod
 
+# In prerelease builds (such as betas), this package has the same
+# major version number, while the kernel module abi is not guarranteed
+# to be stable. This is so that we force the module update in sync with
+# userspace.
+#global prerel beta3
+%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
+
 # Allow only root to access vboxdrv regardless of the file mode
 # use only for debugging!
 %bcond_without hardening
 
 Name:           VirtualBox-OSE-kmod
 Version:        3.2.0
-Release:        0.2.beta2%{?dist}
+Release:        1%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -22,7 +29,7 @@
 Source1:        VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}, xz
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE(kmodabi) = %{version}%{?prereltag}, xz
 BuildRequires:  %{AkmodsBuildRequires}
 
 # needed for plague to make sure it builds for i586 and i686
@@ -92,6 +99,9 @@
 
 
 %changelog
+* Mon May 10 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.0-1
+- Release
+
 * Mon May 10 2010 Lubomir Rintel <lkundrak at v3.sk> - 3.2.0-0.2.beta2
 - Beta 2
 



More information about the rpmfusion-commits mailing list