diff --git a/curl.spec b/curl.spec index 9352d38..6f2b687 100644 --- a/curl.spec +++ b/curl.spec @@ -6,7 +6,7 @@ Name: curl Version: 7.88.1 -Release: 3 +Release: 4 Summary: Curl is used in command lines or scripts to transfer data License: MIT URL: https://curl.haxx.se/ @@ -41,12 +41,6 @@ BuildRequires: perl(Time::Local) perl(Time::HiRes) perl(vars) perl(Digest::SHA) BuildRequires: stunnel %endif -%ifarch x86_64 -BuildRequires: valgrind -# glibc-debuginfo is needed by valgrind in upstream test-suite -BuildRequires: glibc-debuginfo -%endif - Requires: libcurl = %{version}-%{release} Provides: curl-full = %{version}-%{release} webclient @@ -157,7 +151,7 @@ for size in full; do ( export LD_LIBRARY_PATH="${PWD}/lib/.libs" cd tests - perl -I../../tests ../../tests/runtests.pl -a -p -v '!flaky' + perl -I../../tests ../../tests/runtests.pl -a -n -p -v '!flaky' ) done @@ -216,6 +210,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_mandir}/man3/* %changelog +* Sat Jun 10 2023 zhouyihang - 7.88.1-4 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:disable valgrind in tests + * Thu Jun 08 2023 xingwei - 7.88.1-3 - Type:CVE - CVE:CVE-2023-28320,CVE-2023-28321,CVE-2023-28322