Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paexec for openSUSE:Factory checked in at 2021-09-15 22:51:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paexec (Old) and /work/SRC/openSUSE:Factory/.paexec.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paexec" Wed Sep 15 22:51:31 2021 rev:5 rq:919144 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/paexec/paexec.changes 2020-09-21 17:37:30.520634926 +0200 +++ /work/SRC/openSUSE:Factory/.paexec.new.1899/paexec.changes 2021-09-15 22:51:50.854940023 +0200 @@ -1,0 +2,6 @@ +Tue Sep 14 11:45:58 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Initialize /var/tmp/mkcmake-home/.mkcmake during prep phase: + works against a race condition in bmake. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paexec.spec ++++++ --- /var/tmp/diff_new_pack.8PXbiQ/_old 2021-09-15 22:51:51.326940587 +0200 +++ /var/tmp/diff_new_pack.8PXbiQ/_new 2021-09-15 22:51:51.326940587 +0200 @@ -1,7 +1,7 @@ # # spec file for package paexec # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,6 +54,8 @@ %define env export EGDIR=%{_docdir}/%{name}/examples DESTDIR=%{buildroot} %define _mkcmake %{mkcmake} DOCDIR=%{_docdir}/%{name} +mkdir -p /var/tmp/mkcmake-home/.mkcmake + %build %{env} %{_mkcmake} all all-examples all-doc