From 69ae9f80259df7d9a777c1f9face6b752fba21b57e991b664241dbb4579b6cbb Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 27 Jul 2021 06:03:10 +0000 Subject: [PATCH] Accepting request 904627 from home:bmwiedemann:branches:Virtualization:containers Build with go1.15 for reproducible build results (boo#1102408) https://github.com/golang/go/issues/42159 has more info OBS-URL: https://build.opensuse.org/request/show/904627 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=121 --- containerd.changes | 5 +++++ containerd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/containerd.changes b/containerd.changes index dad15fe..62686f1 100644 --- a/containerd.changes +++ b/containerd.changes @@ -13,6 +13,11 @@ Wed Jul 14 10:23:38 UTC 2021 - Aleksa Sarai - Add patch for GHSA-c72p-9xmj-rx3w. CVE-2021-32760 bsc#1188282 + bsc1188282-use-chmod-path-for-checking-symlink.patch +------------------------------------------------------------------- +Wed Jul 7 17:20:53 UTC 2021 - Bernhard Wiedemann + +- Build with go1.15 for reproducible build results (boo#1102408) + ------------------------------------------------------------------- Fri Apr 16 05:25:40 UTC 2021 - Aleksa Sarai diff --git a/containerd.spec b/containerd.spec index 942a200..3808a7b 100644 --- a/containerd.spec +++ b/containerd.spec @@ -42,8 +42,8 @@ BuildRequires: libbtrfs-devel >= 3.8 BuildRequires: libseccomp-devel >= 2.2 BuildRequires: pkg-config # 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 +# for 'golang(API) >= 1.15' here, so just require 1.15 exactly. bsc#1172608 +BuildRequires: go1.15 # 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