Index: SPECS/glibc.spec =================================================================== --- SPECS.orig/glibc.spec +++ SPECS/glibc.spec @@ -2,6 +2,7 @@ %define glibcname glibc %define glibcsrcdir glibc-20070515T2025 %define glibc_release_tarballs 0 +%define run_tests 1 %define glibcversion 2.6 %define glibcrelease 3.fa3 %define auxarches i586 i686 athlon sparcv9 alphaev6 @@ -1242,6 +1243,7 @@ ln -sf /%{_lib}/ld-linux-ia64.so.2 $RPM_ %endif %endif +%if %{run_tests} # Increase timeouts export TIMEOUTFACTOR=16 parent=$$ @@ -1289,6 +1291,7 @@ readelf -Wr $RPM_BUILD_ROOT/%{_lib}/ld-* echo ====================PLT RELOCS LIBC.SO============== readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD" echo ====================PLT RELOCS END================== +%endif %if "%{_enable_debug_packages}" == "1"