Hello community,

here is the log from the commit of package buildah for openSUSE:Factory checked 
in at 2018-09-05 13:50:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildah (Old)
 and      /work/SRC/openSUSE:Factory/.buildah.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buildah"

Wed Sep  5 13:50:04 2018 rev:8 rq:633279 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/buildah/buildah.changes  2018-08-07 
09:42:47.497280099 +0200
+++ /work/SRC/openSUSE:Factory/.buildah.new/buildah.changes     2018-09-05 
13:50:04.270410220 +0200
@@ -1,0 +2,6 @@
+Wed Sep  5 07:47:01 UTC 2018 - Valentin Rothberg <vrothb...@suse.com>
+
+- Set the correct commit for `buildah version`.
+- Set the cnilib version for `buildah version`.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ buildah.spec ++++++
--- /var/tmp/diff_new_pack.ZLBXOw/_old  2018-09-05 13:50:05.042411516 +0200
+++ /var/tmp/diff_new_pack.ZLBXOw/_new  2018-09-05 13:50:05.050411529 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define commmit fbf46d33c4e01199281c7a69e68605ec7d611fd3
+%define commit fbf46d33c4e01199281c7a69e68605ec7d611fd3
 %define project github.com/projectatomic/buildah
 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
 %if 0%{?suse_version} >= 1500
@@ -87,10 +87,11 @@
 export BUILDTAGS="seccomp apparmor containers_image_ostree_stub"
 %endif
 
+export CNIVersion=`sed -e '\,github.com/containernetworking/cni, !d' -e 's,.* 
,,g' vendor.conf`
 # Build buildah
 go build -tags "$BUILDTAGS" \
          -buildmode=pie \
-         -ldflags '-s -w -X main.gitCommit=%{commit} -X 
main.buildInfo='$SOURCE_DATE_EPOCH'' \
+         -ldflags '-s -w -X main.gitCommit=%{commit} -X 
main.buildInfo='$SOURCE_DATE_EPOCH' -X main.cniVersion='$CNIVersion'' \
          -o bin/buildah \
          %{project}/cmd/buildah
 


Reply via email to