diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 12:09:53 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 12:10:09 -0400 |
commit | 780c0e56b54fc084621cd94c91f3eb72360f3b19 (patch) | |
tree | f09e9827b0a5b9174bf5641158cf7061b3a3fba2 | |
parent | abd1206e6454a8bd41701f305bc19e784c58e350 (diff) | |
download | meta-virtualization-780c0e56b54fc084621cd94c91f3eb72360f3b19.tar.gz |
catatonit: update to v0.2.1
Bumping catatonit to version v0.2.1-3-g56579ad, which comprises the following commits:
56579ad main: don't use secure_getenv
ead41eb VERSION: back to development
bb3b96b VERSION: release v0.2.1
2e85478 CHANGELOG: add changelog file
f80876f init: switch to / after spawning subprocess
bef5d5f README: explain how docker run --init is supposed to work
064bc9f Add a usage example for Dockerfile in README
65e1b96 fix build with kernel < 5.9
880defa version: back to development
7f0c9bb version: release catatonit 0.2.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/catatonit/catatonit_0.2.1.bb (renamed from recipes-containers/catatonit/catatonit_0.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/catatonit/catatonit_0.2.0.bb b/recipes-containers/catatonit/catatonit_0.2.1.bb index 858d37e1..5fea6265 100644 --- a/recipes-containers/catatonit/catatonit_0.2.0.bb +++ b/recipes-containers/catatonit/catatonit_0.2.1.bb | |||
@@ -10,6 +10,6 @@ LICENSE = "GPL-2.0-or-later" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" | 12 | SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" |
13 | SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923" | 13 | SRCREV = "56579adbb42c0c7ad94fc12d844b38fc5b37b3ce" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |