GNU bug report logs - #72498
[PATCH] gnu: podman: Update to 5.2.0.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 6 Aug 2024 19:24:01 UTC

Severity: normal

Tags: patch

Done: Tomas Volf <~@wolfsden.cz>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: podman: Update to 5.2.0.
Date: Tue,  6 Aug 2024 21:22:39 +0200
Podman now requires the new kernel mount API, introducing a dependency on
Linux Kernel v5.2 or higher.

* gnu/packages/containers.scm (podman): Update to 5.2.0.

Change-Id: I5e4f2834aef1f5f390321863181ffd7cae236da3
---
 gnu/packages/containers.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index f56bbc1567..a9d6c1afdf 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -464,7 +464,7 @@ (define-public catatonit
 (define-public podman
   (package
     (name "podman")
-    (version "5.1.2")
+    (version "5.2.0")
     (source
      (origin
        (method git-fetch)
@@ -472,7 +472,7 @@ (define-public podman
              (url "https://github.com/containers/podman")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1v0qqzfl0nqkqmqimv89nrggb7n1ryhqpdi8v7yn2c7m0dm8xq91"))
+        (base32 "1gza3fbwij4qjblrjx0gg7i4h12kkacws3hi3bsifmscxcwnpgs5"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -572,7 +572,9 @@ (define-public podman
 @code{docker-compose} packages.
 
 To get @code{podman machine} working, install @code{qemu-minimal}, and
-@code{openssh} packages.")
+@code{openssh} packages.
+
+Requires kernel version >= 5.2.")
     (license license:asl2.0)))
 
 (define-public podman-compose

base-commit: fe7cadd7998bf0f7fc3825a5097d0815a9abe871
-- 
2.45.2





This bug report was last modified 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.