Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2021-06-01 10:38:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libguestfs (Old) and /work/SRC/openSUSE:Factory/.libguestfs.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libguestfs" Tue Jun 1 10:38:02 2021 rev:75 rq:895958 version:1.44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes 2021-04-21 20:59:27.802207387 +0200 +++ /work/SRC/openSUSE:Factory/.libguestfs.new.1898/libguestfs.changes 2021-06-01 10:39:18.129001046 +0200 @@ -1,0 +2,6 @@ +Fri May 28 10:20:30 UTC 2021 - oher...@suse.de + +- For unknown reasons the appliance build fails randomly + Workaround it by retrying the build once + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.swPfW5/_old 2021-06-01 10:39:18.817002217 +0200 +++ /var/tmp/diff_new_pack.swPfW5/_new 2021-06-01 10:39:18.821002223 +0200 @@ -608,10 +608,14 @@ #Workaround an autotools bug make -j1 -C builder index-parse.c # 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir instead of the site dir +build_it() { make \ INSTALLDIRS=vendor \ LD_RUN_PATH= \ - %{?_smp_mflags} + "$@" +} + +build_it %{?_smp_mflags} || build_it %install %makeinstall \