rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.41,1.42

Sérgio M. Basto sergiomb at rpmfusion.org
Wed Oct 30 08:02:50 CET 2013


Author: sergiomb

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

Modified Files:
	VirtualBox-kmod.spec 
Log Message:
* Wed Oct 30 2013 Sérgio Basto <sergio at serjux.com> - 4.3.0-2
- don't disable hardening which create /dev/vboxdrvu .
- fix release number number and now we really build akmods.



Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- VirtualBox-kmod.spec	29 Oct 2013 21:05:06 -0000	1.41
+++ VirtualBox-kmod.spec	30 Oct 2013 07:02:49 -0000	1.42
@@ -3,7 +3,7 @@
 # "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
-%global buildforkernels newest
+#global buildforkernels newest
 
 # In prerelease builds (such as betas), this package has the same
 # major version number, while the kernel module abi is not guarranteed
@@ -16,11 +16,11 @@
 %global vboxreltag %{?vboxrel:-%{vboxrel}}
 # Allow only root to access vboxdrv regardless of the file mode
 # use only for debugging!
-%bcond_without hardening
+%bcond_with hardening
 
 Name:           VirtualBox-kmod
 Version:        4.3.0
-Release:        1%{?prerel:.%{prerel}}%{?dist}.5
+Release:        2%{?prerel:.%{prerel}}%{?dist}
 
 Summary:        Kernel module for VirtualBox
 Group:          System Environment/Kernel
@@ -98,6 +98,10 @@
 
 
 %changelog
+* Wed Oct 30 2013 Sérgio Basto <sergio at serjux.com> - 4.3.0-2
+- don't disable hardening which create /dev/vboxdrvu .
+- fix release number number and now we really build akmods.
+
 * Tue Oct 29 2013 Sérgio Basto <sergio at serjux.com> - 4.3.0-1
 - New upstream release and akmods.
 


More information about the rpmfusion-commits mailing list