unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72628] [PATCH] gnu: podman: Update to 5.2.1.
@ 2024-08-14 20:36 Tomas Volf
  2024-08-15 12:23 ` jgart via Guix-patches via
  2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
  0 siblings, 2 replies; 5+ messages in thread
From: Tomas Volf @ 2024-08-14 20:36 UTC (permalink / raw)
  To: 72628; +Cc: Tomas Volf

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

Change-Id: Ice03f89ae39400961cf55742086040c20c991f64
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a6fb747c47..46dd8cdd21 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.2.0")
+    (version "5.2.1")
     (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 "1gza3fbwij4qjblrjx0gg7i4h12kkacws3hi3bsifmscxcwnpgs5"))
+        (base32 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 1c4289d1f561ea13e7077adbba6ac7aff74c2d8b
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#72628] [PATCH] gnu: podman: Update to 5.2.1.
  2024-08-14 20:36 [bug#72628] [PATCH] gnu: podman: Update to 5.2.1 Tomas Volf
@ 2024-08-15 12:23 ` jgart via Guix-patches via
  2024-08-15 12:49   ` Tomas Volf
  2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
  1 sibling, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2024-08-15 12:23 UTC (permalink / raw)
  To: 72628; +Cc: Tomas Volf


hi,

can you rebase the patch and send a v2?

it looks like it doesn't apply according to qa:

https://qa.guix.gnu.org/issue/72628

i also attempted locally

-- 
all the best,
jgart




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#72628] [PATCH v2] gnu: podman: Update to 5.2.1.
  2024-08-14 20:36 [bug#72628] [PATCH] gnu: podman: Update to 5.2.1 Tomas Volf
  2024-08-15 12:23 ` jgart via Guix-patches via
@ 2024-08-15 12:48 ` Tomas Volf
  2024-08-22 11:48   ` bug#72628: " Christopher Baines
  1 sibling, 1 reply; 5+ messages in thread
From: Tomas Volf @ 2024-08-15 12:48 UTC (permalink / raw)
  To: 72628; +Cc: Tomas Volf

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

Change-Id: Ice03f89ae39400961cf55742086040c20c991f64
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index b651e5d4e2..d5578c8ce6 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.1")
     (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 "1xa629vbh6mpish5cwr87pcv01hgzh92y7k7jdpm9wz7z445y1n7"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

base-commit: 936928fe38946a7496273e636ca8888914d100a9
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#72628] [PATCH] gnu: podman: Update to 5.2.1.
  2024-08-15 12:23 ` jgart via Guix-patches via
@ 2024-08-15 12:49   ` Tomas Volf
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Volf @ 2024-08-15 12:49 UTC (permalink / raw)
  To: jgart; +Cc: 72628

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

Hi,

On 2024-08-15 07:23:22 -0500, jgart wrote:
>
> hi,
>
> can you rebase the patch and send a v2?
>
> it looks like it doesn't apply according to qa:
>
> https://qa.guix.gnu.org/issue/72628
>
> i also attempted locally

Ah, I see, https://issues.guix.gnu.org/72498 was never merged.  Will send v2, my
bad, sorry.

Have a nice day,
Tomas

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72628: [PATCH v2] gnu: podman: Update to 5.2.1.
  2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
@ 2024-08-22 11:48   ` Christopher Baines
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2024-08-22 11:48 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 72628-done

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (podman): Update to 5.2.1.
>
> Change-Id: Ice03f89ae39400961cf55742086040c20c991f64
> ---
>  gnu/packages/containers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, pushed to master as 10d04c8b2fb194f36506717ad4f8db27aff44eb6.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-22 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14 20:36 [bug#72628] [PATCH] gnu: podman: Update to 5.2.1 Tomas Volf
2024-08-15 12:23 ` jgart via Guix-patches via
2024-08-15 12:49   ` Tomas Volf
2024-08-15 12:48 ` [bug#72628] [PATCH v2] " Tomas Volf
2024-08-22 11:48   ` bug#72628: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).