Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package buildah for openSUSE:Factory checked in at 2021-07-20 15:39:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildah (Old) and /work/SRC/openSUSE:Factory/.buildah.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildah" Tue Jul 20 15:39:20 2021 rev:44 rq:907155 version:1.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/buildah/buildah.changes 2021-06-01 10:36:11.280682934 +0200 +++ /work/SRC/openSUSE:Factory/.buildah.new.2632/buildah.changes 2021-07-20 15:40:02.193533812 +0200 @@ -1,0 +2,6 @@ +Mon Jul 19 12:09:41 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Set -buildmode=pie properly using GOFLAGS instead of just LDFLAGS +- Exclude building on ppc64, not supported + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildah.spec ++++++ --- /var/tmp/diff_new_pack.TrYxHb/_old 2021-07-20 15:40:02.649534627 +0200 +++ /var/tmp/diff_new_pack.TrYxHb/_new 2021-07-20 15:40:02.653534634 +0200 @@ -54,6 +54,8 @@ %if 0%{?with_libostree} BuildRequires: libostree-devel %endif +# Not supported by libseccomp-golang +ExcludeArch: ppc64 %description Buildah provides a command line tool which can be used to: @@ -81,7 +83,7 @@ cd $HOME/go/src/%{project} # Build buildah -make %{?_smp_mflags} GIT_COMMIT=unknown EXTRA_LDFLAGS=-buildmode=pie +GOFLAGS=-buildmode=pie make %{?_smp_mflags} GIT_COMMIT=unknown %check # Too many tests fail due to the restricted permissions in the build enviroment.