summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Wicki <patrick.wicki@siemens.com>2023-10-09 17:34:49 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-11-06 16:21:12 +0000
commit7e17ee02a37d9b82b0de564ba515bb90f2e3b5c0 (patch)
tree5e2fcd1e9b8a0bbb0272e54a2dd339c97fa84cec
parent51a017123dc0d52c162a7971ed1b911852f571ed (diff)
downloadmeta-virtualization-7e17ee02a37d9b82b0de564ba515bb90f2e3b5c0.tar.gz
catatonit: update to version 0.2.0
Main change is the relicense from GPL-3 to GPL-2, which will allow catatonit (and hence podman) to be used in deployments where the license previously posed an issue. Contains the following commits: 7f0c9bb version: release catatonit 0.2.0 fe191ef license: switch to GPLv2-or-later Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/catatonit/catatonit_0.2.0.bb (renamed from recipes-containers/catatonit/catatonit_0.1.7.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb
index da3973de..13537a4a 100644
--- a/recipes-containers/catatonit/catatonit_0.1.7.bb
+++ b/recipes-containers/catatonit/catatonit_0.2.0.bb
@@ -6,11 +6,11 @@ SUMMARY = "A container init that is so simple it's effectively brain-dead."
6HOMEPAGE = "https://github.com/openSUSE/catatonit" 6HOMEPAGE = "https://github.com/openSUSE/catatonit"
7DESCRIPTION = "${SUMMARY}" 7DESCRIPTION = "${SUMMARY}"
8SECTION = "base" 8SECTION = "base"
9LICENSE = "GPL-3.0-or-later" 9LICENSE = "GPL-2.0-or-later"
10LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" 10LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
11 11
12SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" 12SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main"
13SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656" 13SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit autotools 16inherit autotools