rpms/staging-kmod/F-12 staging-kmod.spec,1.25,1.26

Thorsten Leemhuis thl at rpmfusion.org
Sat Feb 20 14:16:24 CET 2010


Author: thl

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

Modified Files:
	staging-kmod.spec 
Log Message:
fix stupid cut'n'paste error


Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- staging-kmod.spec	20 Feb 2010 13:10:32 -0000	1.25
+++ staging-kmod.spec	20 Feb 2010 13:16:23 -0000	1.26
@@ -57,7 +57,7 @@
  for module in %{stgdrvs} ; do 
    configops="CONFIG_${module}=m"
    case "${module}" in
-     VIDEO_HYPERV)
+     HYPERV)
        ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
        configops="${configops} CONFIG_${module}_STORAGE=m CONFIG_${module}_BLOCK=m CONFIG_${module}_NET=m"
        ;;



More information about the rpmfusion-commits mailing list