Hello community, here is the log from the commit of package cri-tools for openSUSE:Factory checked in at 2018-11-13 17:03:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cri-tools (Old) and /work/SRC/openSUSE:Factory/.cri-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cri-tools" Tue Nov 13 17:03:17 2018 rev:10 rq:648690 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes 2018-11-06 14:06:52.847257219 +0100 +++ /work/SRC/openSUSE:Factory/.cri-tools.new/cri-tools.changes 2018-11-13 17:07:23.111070889 +0100 @@ -1,0 +2,7 @@ +Tue Nov 13 07:50:12 UTC 2018 - Valentin Rothberg <[email protected]> + +- crictl/critest: compile version + +- Require golang >= 1.10. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cri-tools.spec ++++++ --- /var/tmp/diff_new_pack.r8hD8G/_old 2018-11-13 17:07:23.535070339 +0100 +++ /var/tmp/diff_new_pack.r8hD8G/_new 2018-11-13 17:07:23.543070329 +0100 @@ -28,7 +28,7 @@ Source1: crictl.yaml BuildRequires: go-go-md2man BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.9 +BuildRequires: golang(API) >= 1.10 # disable stripping of binaries %{go_nostrip} @@ -50,10 +50,12 @@ go build -buildmode=pie \ -o bin/crictl \ + -ldflags '-X %{project}/pkg/version.Version=%{version}' \ %{project}/cmd/crictl go test -buildmode=pie \ -o bin/critest \ + -ldflags '-X %{project}/pkg/version.Version=%{version}' \ -c %{project}/cmd/critest # compile the manpages
