rpms/VirtualBox-OSE-kmod/F-17 VirtualBox-OSE-kmod.spec,1.65,1.66

Nicolas Chauvet kwizart at rpmfusion.org
Tue Apr 17 08:04:43 CEST 2012


Author: kwizart

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

Modified Files:
	VirtualBox-OSE-kmod.spec 
Log Message:
Update for UsrMove



Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-17/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- VirtualBox-OSE-kmod.spec	16 Apr 2012 21:27:50 -0000	1.65
+++ VirtualBox-OSE-kmod.spec	17 Apr 2012 06:04:43 -0000	1.66
@@ -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
@@ -18,7 +18,7 @@
 
 Name:           VirtualBox-OSE-kmod
 Version:        4.1.12
-Release:        2%{?dist}.2
+Release:        3%{?dist}
 
 Summary:        Kernel module for VirtualBox-OSE
 Group:          System Environment/Kernel
@@ -94,12 +94,15 @@
 
 %check
 # 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)
+MODS=$(find $(ls -d $RPM_BUILD_ROOT%{_prefix}/lib/modules/* |head -n1) -name '*.ko' -exec basename '{}' \; |wc -l)
 DIRS=$(ls %{name}-%{version} |wc -l)
 [ $MODS = $DIRS ] || [ $MODS = 0 ]
 
 
 %changelog
+* Tue Apr 17 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.12-3
+- Update for UsrMove
+
 * Mon Apr 16 2012 Nicolas Chauvet <kwizart at gmail.com> - 4.1.12-2.2
 - rebuild for updated kernel
 


More information about the rpmfusion-commits mailing list