rpms/VirtualBox-kmod/devel VirtualBox-kmod.spec,1.72,1.73

Sérgio M. Basto sergiomb at rpmfusion.org
Thu Jul 16 01:52:39 CEST 2015


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26554

Modified Files:
	VirtualBox-kmod.spec 
Log Message:
* Wed Jul 15 2015 Sérgio Basto <sergio at serjux.com> - 4.3.30-1
- New upstream release (4.3.30), build akmods.
- Invert logic of conditional build, just to have more logic.



Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/devel/VirtualBox-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- VirtualBox-kmod.spec	2 Jul 2015 15:37:26 -0000	1.72
+++ VirtualBox-kmod.spec	15 Jul 2015 23:52:39 -0000	1.73
@@ -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
@@ -17,11 +17,11 @@
 %global vboxreltag %{?vboxrel:-%{vboxrel}}
 # Allow only root to access vboxdrv regardless of the file mode
 # use only for debugging!
-%bcond_with hardening
+%bcond_without hardening
 
 Name:           VirtualBox-kmod
-Version:        4.3.28
-Release:        1%{?prerel:.%{prerel}}%{?dist}.6
+Version:        4.3.30
+Release:        1%{?prerel:.%{prerel}}%{?dist}
 
 Summary:        Kernel module for VirtualBox
 Group:          System Environment/Kernel
@@ -60,7 +60,7 @@
 
 # This is hardcoded in Makefiles
 # Kto zisti, preco tu nefunguje %%without hardening ma u mna nanuk
-%{?with_hardening:find %{name}-%{version} -name Makefile |xargs sed 's/-DVBOX_WITH_HARDENING//' -i}
+%{!?with_hardening:find %{name}-%{version} -name Makefile |xargs sed 's/-DVBOX_WITH_HARDENING//' -i}
 
 for kernel_version in %{?kernel_versions} ; do
     cp -al %{name}-%{version} _kmod_build_${kernel_version%%___*}
@@ -99,6 +99,10 @@
 
 
 %changelog
+* Wed Jul 15 2015 Sérgio Basto <sergio at serjux.com> - 4.3.30-1
+- New upstream release (4.3.30), build akmods.
+- Invert logic of conditional build, just to have more logic.
+
 * Thu Jul 02 2015 Nicolas Chauvet <kwizart at gmail.com> - 4.3.28-1.6
 - Rebuilt for kernel
 


More information about the rpmfusion-commits mailing list