rpms/VirtualBox-OSE-kmod/F-16 VirtualBox-OSE-kmod.spec,1.93,1.94

Sérgio M. Basto sergiomb at rpmfusion.org
Mon May 7 02:23:20 CEST 2012


Author: sergiomb

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

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
* Mon May 07 2012 Sérgio Basto <sergio at serjux.com> - 4.1.14-2
- New release.
- A little review.



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-16/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- VirtualBox-OSE-kmod.spec	4 May 2012 20:23:51 -0000	1.93
+++ VirtualBox-OSE-kmod.spec	7 May 2012 00:23:20 -0000	1.94
@@ -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
-%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
@@ -17,8 +17,8 @@
 %bcond_without hardening
 
 Name:           VirtualBox-OSE-kmod
-Version:        4.1.12
-Release:        1%{?dist}.10
+Version:        4.1.14
+Release:        1%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -80,9 +80,6 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT
-
 for kernel_version in %{?kernel_versions}; do
     install -d ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}
     install _kmod_build_${kernel_version%%___*}/*/*.ko ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}
@@ -99,6 +96,10 @@
 
 
 %changelog
+* Mon May 07 2012 Sérgio Basto <sergio at serjux.com> - 4.1.14-2
+- New release.
+- A little review.
+
 * Fri May 04 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.12-1.10
 - rebuild for updated kernel
 


More information about the rpmfusion-commits mailing list