rpms/VirtualBox-kmod/F-16 VirtualBox-kmod.spec,1.16,1.17

Sérgio M. Basto sergiomb at rpmfusion.org
Sun Sep 30 23:00:17 CEST 2012


Author: sergiomb

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

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-16/VirtualBox-kmod.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- VirtualBox-kmod.spec	17 Sep 2012 21:45:39 -0000	1.16
+++ VirtualBox-kmod.spec	30 Sep 2012 21:00:17 -0000	1.17
@@ -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 4
+%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:        1%{?dist}.1
+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.
+
 * Mon Sep 17 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.20-1.1
 - Rebuilt for updated kernel
 


More information about the rpmfusion-commits mailing list