Add description for valgrind
This commit is contained in:
parent
6ffe924e00
commit
8bcf4adb38
12
glibc.spec
12
glibc.spec
@ -59,7 +59,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.28
|
Version: 2.28
|
||||||
Release: 58
|
Release: 59
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
License: %{all_license}
|
License: %{all_license}
|
||||||
URL: http://www.gnu.org/software/glibc/
|
URL: http://www.gnu.org/software/glibc/
|
||||||
@ -953,7 +953,14 @@ echo ====================PLT RELOCS LIBC.SO==============
|
|||||||
readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
|
readelf -Wr $RPM_BUILD_ROOT/%{_lib}/libc-*.so | sed -n -e "$PLTCMD"
|
||||||
echo ====================PLT RELOCS END==================
|
echo ====================PLT RELOCS END==================
|
||||||
|
|
||||||
|
# Finally, check if valgrind runs with the new glibc.
|
||||||
|
# It will fail building if valgrind is not able to run with this glibc so
|
||||||
|
# that we can then coordinate with valgrind to get it fixed before we update
|
||||||
|
# glibc.
|
||||||
pushd build-%{target}
|
pushd build-%{target}
|
||||||
|
|
||||||
|
# Show the auxiliary vector as seen by the new library
|
||||||
|
# (even if we do not perform the valgrind test).
|
||||||
LD_SHOW_AUXV=1 elf/ld.so --library-path .:elf:nptl:dlfcn /bin/true
|
LD_SHOW_AUXV=1 elf/ld.so --library-path .:elf:nptl:dlfcn /bin/true
|
||||||
|
|
||||||
%if %{with valgrind}
|
%if %{with valgrind}
|
||||||
@ -1123,6 +1130,9 @@ fi
|
|||||||
%doc hesiod/README.hesiod
|
%doc hesiod/README.hesiod
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 8 2021 Wang Shuo<wangshuo_1994@foxmail.com> - 2.28-59
|
||||||
|
- Add description for valgrind
|
||||||
|
|
||||||
* Mon Feb 8 2021 Wang Shuo<wangshuo_1994@foxmail.com> - 2.28-58
|
* Mon Feb 8 2021 Wang Shuo<wangshuo_1994@foxmail.com> - 2.28-58
|
||||||
- Add description for building testsuite
|
- Add description for building testsuite
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user