rpms/west-chamber-kmod/devel west-chamber-kmod.spec,1.13,1.14

Nicolas Chauvet kwizart at rpmfusion.org
Sun Nov 25 22:27:58 CET 2012


Author: kwizart

Update of /cvs/free/rpms/west-chamber-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7820

Modified Files:
	west-chamber-kmod.spec 
Log Message:
Fix build



Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/devel/west-chamber-kmod.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- west-chamber-kmod.spec	8 Feb 2012 23:20:40 -0000	1.13
+++ west-chamber-kmod.spec	25 Nov 2012 21:27:58 -0000	1.14
@@ -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 akmod
+%define buildforkernels current
 
 %define svndate 20101017
 %define svnver 105
@@ -11,7 +11,7 @@
 Name:		west-chamber-kmod
 Summary:	Kernel module (kmod) for west-chamber
 Version:	0.0.1
-Release:	7.%{?svndate}svn%{?dist}.5
+Release:	7.%{?svndate}svn%{?dist}.6
 License:	GPLv2+
 Group:		System Environment/Kernel
 URL:		http://code.google.com/p/scholarzhang/
@@ -75,13 +75,15 @@
 	install -dm 755 %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}
 	install -pm 755 _kmod_build_${kernel_version%%___*}/extensions/*.ko %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}
 done
-chmod u+x %{buildroot}/lib/modules/*/extra/*/*
 %{?akmod_install}
 
 %clean
 rm -rf %{buildroot}
 
 %changelog
+* Sun Nov 25 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.0.1-7.20101017svn.6
+- Rebuilt for Fedora 18 Beta kernel
+
 * Tue Feb 07 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.0.1-7.20101017svn.5
 - Rebuild for UsrMove
 


More information about the rpmfusion-commits mailing list