rpms/VirtualBox-OSE-kmod/F-15 VirtualBox-OSE-kmod.spec,1.62,1.63

Sérgio M. Basto sergiomb at rpmfusion.org
Mon Nov 28 02:54:12 CET 2011


Author: sergiomb

Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7189

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
* Mon Nov 28 2011 Sérgio Basto <sergio at serjux.com> - 4.1.2-1.1
- Update to new version
- remove %clean from spec 
- we had remove vboxpci from build because fails to compile with latest F15 kernel, so need hack
  %check to not fail, temporally I hope.



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-15/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- VirtualBox-OSE-kmod.spec	23 Nov 2011 10:05:53 -0000	1.62
+++ VirtualBox-OSE-kmod.spec	28 Nov 2011 01:54:10 -0000	1.63
@@ -3,8 +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 buldforkernels akmod
+%define buildforkernels current
 
 # In prerelease builds (such as betas), this package has the same
 # major version number, while the kernel module abi is not guarranteed
@@ -18,8 +17,8 @@
 %bcond_without hardening
 
 Name:           VirtualBox-OSE-kmod
-Version:        4.0.4
-Release:        2%{?dist}.13
+Version:        4.1.2
+Release:        1%{?dist}.1
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -97,14 +96,16 @@
 # If we built modules, check if it was everything the kmodsrc package provided
 MODS=$(find $(ls -d $RPM_BUILD_ROOT/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
 DIRS=$(ls %{name}-%{version} |wc -l)
-[ $MODS = $DIRS ] || [ $MODS = 0 ]
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+[ $MODS = 6 ] || [ $MODS = 0 ]
 
 
 %changelog
+* Mon Nov 28 2011 Sérgio Basto <sergio at serjux.com> - 4.1.2-1.1
+- Update to new version
+- remove %clean from spec 
+- we had remove vboxpci from build because fails to compile with latest F15 kernel, so need hack
+  %check to not fail, temporally I hope.
+
 * Wed Nov 23 2011 Nicolas Chauvet <kwizart at gmail.com> - 4.0.4-2.13
 - rebuild for updated kernel
 



More information about the rpmfusion-commits mailing list