|
|
|
@ -1793,12 +1793,6 @@ install_different()
@@ -1793,12 +1793,6 @@ install_different()
|
|
|
|
|
done |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
%if %{buildpower10} |
|
|
|
|
pushd build-%{target}-power10 |
|
|
|
|
install_different "$RPM_BUILD_ROOT/%{_libdir}/glibc-hwcaps" power10 .. |
|
|
|
|
popd |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# Remove the files we don't want to distribute |
|
|
|
|
############################################################################## |
|
|
|
@ -2493,16 +2487,6 @@ pushd build-%{target}
@@ -2493,16 +2487,6 @@ pushd build-%{target}
|
|
|
|
|
run_tests |
|
|
|
|
popd |
|
|
|
|
|
|
|
|
|
%if %{buildpower10} |
|
|
|
|
# Run this test only if the server supports Power10 instructions. |
|
|
|
|
if LD_SHOW_AUXV=1 /bin/true | grep -E "AT_HWCAP2:[^$]*arch_3_1" > /dev/null; then |
|
|
|
|
echo ====================TESTING -mcpu=power10============= |
|
|
|
|
pushd build-%{target}-power10 |
|
|
|
|
run_tests |
|
|
|
|
popd |
|
|
|
|
fi |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
echo ====================TESTING END===================== |
|
|
|
|
PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p' |
|
|
|
|
echo ====================PLT RELOCS LD.SO================ |
|
|
|
@ -2749,9 +2733,6 @@ fi
@@ -2749,9 +2733,6 @@ fi
|
|
|
|
|
|
|
|
|
|
%files -f glibc.filelist |
|
|
|
|
%dir %{_prefix}/%{_lib}/audit |
|
|
|
|
%if %{buildpower10} |
|
|
|
|
%dir /%{_libdir}/glibc-hwcaps/power10 |
|
|
|
|
%endif |
|
|
|
|
%verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf |
|
|
|
|
%verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf |
|
|
|
|
%verify(not md5 size mtime) %config(noreplace) /etc/rpc |
|
|
|
|