GNU bug report logs -
#72498
[PATCH] gnu: podman: Update to 5.2.0.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72498 in the body.
You can then email your comments to 72498 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72498
; Package
guix-patches
.
(Tue, 06 Aug 2024 19:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 06 Aug 2024 19:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
bug closed, send any further explanations to
72498 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Thu, 15 Aug 2024 12:50:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 13 Sep 2024 11:24:10 GMT)
Full text and
rfc822 format available.
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.