diff --git a/podman.changes b/podman.changes index ac6f29a..093ea17 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 29 03:21:32 UTC 2023 - Danish Prakash + +- Build against latest stable Go version (bsc#1215807) + ------------------------------------------------------------------- Thu Sep 28 04:44:43 UTC 2023 - kastl@b1-systems.de diff --git a/podman.spec b/podman.spec index 65fb1ae..2edc534 100644 --- a/podman.spec +++ b/podman.spec @@ -42,7 +42,7 @@ BuildRequires: libgpgme-devel BuildRequires: libostree-devel BuildRequires: libseccomp-devel # at least go 1.18 is needed from go.mod -BuildRequires: golang(API) > 1.18 +BuildRequires: golang(API) >= 1.21 BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd)