Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keybase-client for openSUSE:Factory 
checked in at 2023-01-25 17:44:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keybase-client (Old)
 and      /work/SRC/openSUSE:Factory/.keybase-client.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keybase-client"

Wed Jan 25 17:44:01 2023 rev:23 rq:1060798 version:6.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/keybase-client/keybase-client.changes    
2023-01-23 18:33:42.808786742 +0100
+++ /work/SRC/openSUSE:Factory/.keybase-client.new.32243/keybase-client.changes 
2023-01-25 17:48:56.937911731 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 07:52:35 UTC 2023 - Matthias Bach <ma...@marix.org> - 6.0.2
+
+- Limit parallel test execution as that seems to cause failing
+  builds on OBS that don't occur locally.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keybase-client.spec ++++++
--- /var/tmp/diff_new_pack.so6Q8C/_old  2023-01-25 17:48:57.593915236 +0100
+++ /var/tmp/diff_new_pack.so6Q8C/_new  2023-01-25 17:48:57.597915257 +0100
@@ -114,13 +114,13 @@
 
 %check
 cd go
-%{gotest} github.com/keybase/client/go/keybase
+%{gotest} -cpu 1 github.com/keybase/client/go/keybase
 %ifnarch i586 arm armv7hl # kbfs tests are flacky on 32-bit archs
-%{gotest} github.com/keybase/client/go/kbfs/test
-%{gotest} github.com/keybase/client/go/kbfs/test -tags fuse
+%{gotest} -cpu 1 github.com/keybase/client/go/kbfs/test
+%{gotest} -cpu 1 github.com/keybase/client/go/kbfs/test -tags fuse
 %endif
-%{gotest} github.com/keybase/client/go/kbfs/kbfstool
-%{gotest} github.com/keybase/client/go/kbfs/kbfsgit/git-remote-keybase
+%{gotest} -cpu 1 github.com/keybase/client/go/kbfs/kbfstool
+%{gotest} -cpu 1 github.com/keybase/client/go/kbfs/kbfsgit/git-remote-keybase
 
 %post
 %systemd_user_post keybase.service

Reply via email to