From 19ecc4bf5b1511b6976e1d89a21e0568ea407950b6ace760645a43d04e49950c Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 6 Oct 2023 13:34:53 +0000 Subject: [PATCH] Accepting request 1116052 from home:dancermak:branches:devel:microos Bump BuildRequired golang version to >= 1.21, fixes bsc#1216005 OBS-URL: https://build.opensuse.org/request/show/1116052 OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=22 --- buildah.changes | 5 +++++ buildah.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/buildah.changes b/buildah.changes index 213e785..469dc69 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 6 13:23:05 UTC 2023 - Dan Čermák + +- Bump BuildRequired golang version to >= 1.21, fixes bsc#1216005 + ------------------------------------------------------------------- Wed Sep 27 06:18:12 UTC 2023 - danish.prakash@suse.com diff --git a/buildah.spec b/buildah.spec index f139992..655e871 100644 --- a/buildah.spec +++ b/buildah.spec @@ -1,7 +1,7 @@ # # spec file for package buildah # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ BuildRequires: libassuan-devel >= 2.5.2 BuildRequires: libbtrfs-devel BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel -BuildRequires: golang(API) >= 1.13 +BuildRequires: golang(API) >= 1.21 Requires: cni Requires: libcontainers-common Requires: libcontainers-image