Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uftpd for openSUSE:Factory checked in at 2021-10-08 00:06:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uftpd (Old) and /work/SRC/openSUSE:Factory/.uftpd.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uftpd" Fri Oct 8 00:06:00 2021 rev:11 rq:923653 version:2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/uftpd/uftpd.changes 2020-07-05 01:20:29.325427370 +0200 +++ /work/SRC/openSUSE:Factory/.uftpd.new.2443/uftpd.changes 2021-10-08 00:06:58.737847760 +0200 @@ -1,0 +2,5 @@ +Mon Oct 4 14:25:47 UTC 2021 - Martin Hauke <[email protected]> + +- Run testsuite only on x86_64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uftpd.spec ++++++ --- /var/tmp/diff_new_pack.3Suuz9/_old 2021-10-08 00:06:59.161848478 +0200 +++ /var/tmp/diff_new_pack.3Suuz9/_new 2021-10-08 00:06:59.165848485 +0200 @@ -1,7 +1,7 @@ # # spec file for package uftpd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018-2020, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -58,8 +58,11 @@ rm -rf %{buildroot}/%{_datadir}/doc %check +# temporary run checks only on x86_64 until the issues on the other platforms are sorted out +%ifarch x86_64 ulimit -n 1024 make check || find . -name test-suite.log -exec cat {} + +%endif %files %doc README.md
