diff --git a/valgrind.spec b/valgrind.spec index 5de770319b917522d11d14d4742d342400d72e9c..b902acfd8cddbd0931e10afdb4758bdc1c99490f 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Summary: Dynamic analysis tools to detect memory or thread bugs and profile Name: valgrind @@ -144,7 +144,6 @@ Valgrind User Manual for details. CFLAGS="`echo " %{optflags} " | sed 's/ -fstack-protector\([-a-z]*\) / / g;s/ -O2 / /g;'`" export CFLAGS -# Older Fedora/RHEL only had __global_ldflags. # Even older didn't even have that (so we don't need to scrub them). %if 0%{?build_ldflags:1} LDFLAGS="`echo " %{build_ldflags} " | sed 's/ -Wl,-z,now / / g;'`" @@ -190,7 +189,6 @@ cat /proc/cpuinfo # the testsuite sets all flags necessary. See also configure above. %make_build CFLAGS="" CXXFLAGS="" LDFLAGS="" check -# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1434601 # for gdbserver tests. export PYTHONCOERCECLOCALE=0 @@ -256,5 +254,8 @@ echo ===============END TESTING=============== %{_libdir}/valgrind/*.a %changelog +* Mon Mar 27 2023 mgb01105731 - 1:3.20.0-2 +- Del Specific Fields + * Sun Jan 15 2023 Funda Wang - 1:3.20.0-1 - Import package for anolis 23