From ca58fb4fb7d607fef17c247402c534010505a5ec Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 14:44:50 +0800 Subject: [PATCH] Del Specific Fields --- valgrind.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/valgrind.spec b/valgrind.spec index 5de7703..b902acf 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 -- Gitee