Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7243
Modified Files:
staging-kmod.spec
Log Message:
disable RTL8192SU on ppc* due to build errors
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- staging-kmod.spec 1 Nov 2009 20:02:43 -0000 1.5
+++ staging-kmod.spec 2 Nov 2009 06:43:55 -0000 1.6
@@ -55,16 +55,20 @@
for kernel_version in %{?kernel_versions}; do
for module in %{stgdrvs} ; do
case "${module}" in
- VIDEO_GO7007)
- configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
+ PRISM2_USB)
+ # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
+ ;;
+ RTL8192SU)
+ # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
;;
SLICOSS)
# does not build on ppc and ppc64 as of 011109; tested with 2.6.30.9 and 2.6.31.5
( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
;;
- PRISM2_USB)
- # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
- ( [[ "%{_target_cpu}" == "ppc" ]] || [[
"%{_target_cpu}" == "ppc64" ]] ) && continue
+ VIDEO_GO7007)
+ configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
**)
configops="CONFIG_${module}=m"
@@ -95,6 +99,7 @@
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-2
- enable FB_UDL RTL8192SU VT6655
+- disable RTL8192SU on ppc* due to build errors
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5