All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] podman-compose: Actually update to v1.0.6
@ 2023-10-23  9:33 Leonard Anderweit
  2023-10-24 17:47 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Leonard Anderweit @ 2023-10-23  9:33 UTC (permalink / raw)
  To: meta-virtualization; +Cc: upstream

Commit 1fc1b193 (podman-compse: update to v1.0.6) states an update to v1.0.6
but does not change the SRCREV. Fix this by using the correct SRCREV of v1.0.6.

Fixes: 1fc1b193 (podman-compse: update to v1.0.6)

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
---
 recipes-containers/podman-compose/podman-compose_1.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
index 04c1be9b..8a7c0c9e 100644
--- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb
+++ b/recipes-containers/podman-compose/podman-compose_1.0.6.bb
@@ -6,7 +6,7 @@ inherit setuptools3
 
 SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"
 
-SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39"
+SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



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

end of thread, other threads:[~2023-10-24 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-23  9:33 [meta-virtualization][PATCH] podman-compose: Actually update to v1.0.6 Leonard Anderweit
2023-10-24 17:47 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.