Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mozilla-nss for openSUSE:Factory checked in at 2023-12-28 22:55:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old) and /work/SRC/openSUSE:Factory/.mozilla-nss.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozilla-nss" Thu Dec 28 22:55:05 2023 rev:211 rq:1135302 version:3.95 Changes: -------- --- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes 2023-12-20 21:00:21.058307743 +0100 +++ /work/SRC/openSUSE:Factory/.mozilla-nss.new.28375/mozilla-nss.changes 2023-12-28 22:55:15.772845902 +0100 @@ -1,0 +2,7 @@ +Tue Dec 26 15:34:48 UTC 2023 - Christian Boltz <[email protected]> + +- add nss-allow-slow-tests-s390x.patch: "certutil dump keys with + explicit default trust flags" test needs longer than the allowed + 6 seconds on s390x + +------------------------------------------------------------------- New: ---- nss-allow-slow-tests-s390x.patch BETA DEBUG BEGIN: New: - add nss-allow-slow-tests-s390x.patch: "certutil dump keys with explicit default trust flags" test needs longer than the allowed BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nss.spec ++++++ --- /var/tmp/diff_new_pack.epzHnx/_old 2023-12-28 22:55:17.204898180 +0100 +++ /var/tmp/diff_new_pack.epzHnx/_new 2023-12-28 22:55:17.208898327 +0100 @@ -78,6 +78,7 @@ Patch46: nss-allow-slow-tests.patch Patch47: nss-fips-pct-pubkeys.patch Patch48: nss-fips-test.patch +Patch49: nss-allow-slow-tests-s390x.patch %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000 # aarch64 + gcc4.8 fails to build on SLE-12 due to undefined references BuildRequires: gcc9-c++ @@ -233,6 +234,10 @@ %patch46 -p1 %patch47 -p1 %patch48 -p1 +%ifarch s390x +# slow test on s390x, permit more time +%patch49 -p1 +%endif # additional CA certificates #cd security/nss/lib/ckfw/builtins ++++++ nss-allow-slow-tests-s390x.patch ++++++ On s390x, this test takes more than 6 seconds (build log says 12 seconds) --- nss/tests/dbtests/dbtests.sh.orig 2023-12-26 16:48:17.186506407 +0100 +++ nss/tests/dbtests/dbtests.sh 2023-12-26 16:49:13.323116874 +0100 @@ -367,7 +367,7 @@ dbtest_main() TIMEARRAY=(${RARRAY[1]//./ }) echo "${TIMEARRAY[0]} seconds" # Was 5, but that is too small for OBS-workers. - test ${TIMEARRAY[0]} -lt 6 + test ${TIMEARRAY[0]} -lt 15 ret=$? html_msg ${ret} 0 "certutil dump keys with explicit default trust flags" fi
