rpms/staging-kmod/F-12 staging-kmod.spec,1.18,1.19

Thorsten Leemhuis thl at rpmfusion.org
Tue Feb 9 18:48:02 CET 2010


Author: thl

Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22319

Modified Files:
	staging-kmod.spec 
Log Message:
* Tue Feb 09 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.1
- fix thinko that made some modules not getting build (#1076)



Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- staging-kmod.spec	30 Jan 2010 20:45:08 -0000	1.18
+++ staging-kmod.spec	9 Feb 2010 17:48:02 -0000	1.19
@@ -10,7 +10,7 @@
 
 Name:          staging-kmod
 Version:       2.6.31.5
-Release:       2%{?dist}.11
+Release:       3%{?dist}.1
 Summary:       Selected kernel modules from linux-staging
 
 Group:         System Environment/Kernel
@@ -51,6 +51,7 @@
 %build
 for kernel_version in %{?kernel_versions}; do
  for module in %{stgdrvs} ; do 
+   configops="CONFIG_${module}=m"
    case "${module}" in
      PRISM2_USB)
        # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
@@ -67,9 +68,6 @@
      VIDEO_GO7007)
        configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
        ;;
-     **)
-       configops="CONFIG_${module}=m"
-       ;;
    esac
    make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/ modules ${configops}
  done
@@ -94,6 +92,9 @@
 
 
 %changelog
+* Tue Feb 09 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-3.1
+- fix thinko that made some modules not getting build (#1076)
+
 * Sat Jan 30 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2.11
 - rebuild for new kernel
 



More information about the rpmfusion-commits mailing list