Hello community, here is the log from the commit of package containerd for openSUSE:Factory checked in at 2020-06-29 21:15:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/containerd (Old) and /work/SRC/openSUSE:Factory/.containerd.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containerd" Mon Jun 29 21:15:25 2020 rev:36 rq:817376 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/containerd/containerd.changes 2020-06-05 20:09:08.041529539 +0200 +++ /work/SRC/openSUSE:Factory/.containerd.new.3060/containerd.changes 2020-06-29 21:15:38.761279151 +0200 @@ -1,0 +2,5 @@ +Thu Jun 25 22:32:08 UTC 2020 - Aleksa Sarai <[email protected]> + +- Use Go 1.13 for build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containerd.spec ++++++ --- /var/tmp/diff_new_pack.wZdI5e/_old 2020-06-29 21:15:40.341284040 +0200 +++ /var/tmp/diff_new_pack.wZdI5e/_new 2020-06-29 21:15:40.345284053 +0200 @@ -54,7 +54,9 @@ BuildRequires: libbtrfs-devel >= 3.8 BuildRequires: libseccomp-devel >= 2.2 BuildRequires: pkg-config -BuildRequires: golang(API) >= 1.11 +# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires +# for 'golang(API) >= 1.13' here, so just require 1.13 exactly. bsc#1172608 +BuildRequires: go1.13 # We provide a git revision so that Docker can require it properly. Provides: %{name}-git = %{git_version} # Currently runc is the only supported runtime for containerd. We pin the same
