rpms/VirtualBox-kmod/F-17 VirtualBox-kmod.spec,1.21,1.22

Sérgio M. Basto sergiomb at rpmfusion.org
Sun Sep 30 22:50:30 CEST 2012


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox-kmod/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18034

Modified Files:
	VirtualBox-kmod.spec 
Log Message:
* Sun Sep 30 2012 Sérgio Basto <sergio at serjux.com> - 4.2.0-1
- New upstream release.



Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-17/VirtualBox-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- VirtualBox-kmod.spec	27 Sep 2012 19:09:02 -0000	1.21
+++ VirtualBox-kmod.spec	30 Sep 2012 20:50:30 -0000	1.22
@@ -3,22 +3,24 @@
 # "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
 
 # 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 prerel RC4
 %global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
 
+%global vboxrel 3
+%global vboxreltag %{?vboxrel:-%{vboxrel}}
 # Allow only root to access vboxdrv regardless of the file mode
 # use only for debugging!
 %bcond_without hardening
 
 Name:           VirtualBox-kmod
-Version:        4.1.20
-Release:        2%{?dist}.2
+Version:        4.2.0
+Release:        1%{?prerel:.%{prerel}}%{?dist}
 
 Summary:        Kernel module for VirtualBox
 Group:          System Environment/Kernel
@@ -27,7 +29,7 @@
 # This filters out the XEN kernel, since we don't run on XEN
 Source1:        VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
 
-%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc = %{version}%{?prereltag}, xz, time
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-kmodsrc >= %{version}%{vboxreltag}, xz, time
 BuildRequires:  %{AkmodsBuildRequires}
 
 # needed for plague to make sure it builds for i586 and i686
@@ -96,6 +98,9 @@
 
 
 %changelog
+* Sun Sep 30 2012 Sérgio Basto <sergio at serjux.com> - 4.2.0-1
+- New upstream release.
+
 * Thu Sep 27 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.20-2.2
 - Rebuilt for updated kernel
 


More information about the rpmfusion-commits mailing list