Author: thl
Update of /cvs/free/rpms/staging-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14899
Modified Files:
staging-kmod.spec
Log Message:
disable hv on ppc as it's useless and does not build
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-12/staging-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- staging-kmod.spec 20 Feb 2010 13:03:05 -0000 1.24
+++ staging-kmod.spec 20 Feb 2010 13:10:32 -0000 1.25
@@ -58,6 +58,7 @@
configops="CONFIG_${module}=m"
case "${module}" in
VIDEO_HYPERV)
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
configops="${configops} CONFIG_${module}_STORAGE=m CONFIG_${module}_BLOCK=m
CONFIG_${module}_NET=m"
;;
PRISM2_USB)
@@ -106,6 +107,7 @@
%changelog
* Sat Feb 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.32.8-1
- update to 2.6.32.8 for updates-testing kernel
+- disable hv on ppc as it's useless and does not build
* Sun Dec 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
2.6.32-0.1.rc1
- enable HYPERV, RT3090, RTL8192E, VT6656
Show replies by date