Compare commits

..

2 Commits

Author SHA1 Message Date
Jitka Plesnikova 0446a80578 Fix test broken by update in zlib on s390x 2024-02-23 03:28:46 +00:00
Jitka Plesnikova 6983547d41 Resolves: RHEL-16371
Solved CVE-2023-47038 - Fix read/write past buffer end
2023-11-28 12:26:48 +01:00
1 changed files with 8 additions and 0 deletions

View File

@ -4692,11 +4692,19 @@ pushd t
popd
%if %{parallel_tests}
JOBS=$(printf '%%s' "%{?_smp_mflags}" | sed 's/.*-j\([0-9][0-9]*\).*/\1/')
%ifarch s390 s390x
LC_ALL=C TEST_JOBS=$JOBS make test_harness DFLTCC=0
%else
LC_ALL=C TEST_JOBS=$JOBS make test_harness
%endif
%else
%ifarch s390 s390x
LC_ALL=C make test DFLTCC=0
%else
LC_ALL=C make test
%endif
%endif
%endif
%ldconfig_scriptlets libs