From 44f8ac7d1d78b4038029dfeb280b20165532ca94f3290f248be12eec824de546 Mon Sep 17 00:00:00 2001 From: Danish Prakash Date: Tue, 18 Apr 2023 06:16:06 +0000 Subject: [PATCH] Accepting request 1079457 from home:dancermak:branches:devel:microos Don't build against EoL go versions, fixes bsc#1210299 OBS-URL: https://build.opensuse.org/request/show/1079457 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=22 --- podman.changes | 5 +++++ podman.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.changes b/podman.changes index 1243bac..fad125f 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 14 14:18:34 UTC 2023 - Dan Čermák + +- Don't build against EoL go versions, fixes bsc#1210299 + ------------------------------------------------------------------- Tue Mar 28 04:36:49 UTC 2023 - Danish Prakash diff --git a/podman.spec b/podman.spec index 603118e..1b883b0 100644 --- a/podman.spec +++ b/podman.spec @@ -42,7 +42,8 @@ BuildRequires: libbtrfs-devel BuildRequires: libcontainers-common BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel -BuildRequires: golang(API) = 1.18 +# at least go 1.18 is needed from go.mod +BuildRequires: golang(API) > 1.18 BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libsystemd) Recommends: apparmor-abstractions