From 7e17ee02a37d9b82b0de564ba515bb90f2e3b5c0 Mon Sep 17 00:00:00 2001 From: Patrick Wicki Date: Mon, 9 Oct 2023 17:34:49 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/catatonit/catatonit_0.1.7.bb | 16 ---------------- recipes-containers/catatonit/catatonit_0.2.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 recipes-containers/catatonit/catatonit_0.1.7.bb create mode 100644 recipes-containers/catatonit/catatonit_0.2.0.bb diff --git a/recipes-containers/catatonit/catatonit_0.1.7.bb b/recipes-containers/catatonit/catatonit_0.1.7.bb deleted file mode 100644 index da3973de..00000000 --- a/recipes-containers/catatonit/catatonit_0.1.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# -# SPDX-License-Identifier: MIT - -SUMMARY = "A container init that is so simple it's effectively brain-dead." -HOMEPAGE = "https://github.com/openSUSE/catatonit" -DESCRIPTION = "${SUMMARY}" -SECTION = "base" -LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" - -SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" -SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656" -S = "${WORKDIR}/git" - -inherit autotools diff --git a/recipes-containers/catatonit/catatonit_0.2.0.bb b/recipes-containers/catatonit/catatonit_0.2.0.bb new file mode 100644 index 00000000..13537a4a --- /dev/null +++ b/recipes-containers/catatonit/catatonit_0.2.0.bb @@ -0,0 +1,16 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: MIT + +SUMMARY = "A container init that is so simple it's effectively brain-dead." +HOMEPAGE = "https://github.com/openSUSE/catatonit" +DESCRIPTION = "${SUMMARY}" +SECTION = "base" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" +SRCREV = "7f0c9bb45d3490c3e7f579833c9b0689f78c8923" +S = "${WORKDIR}/git" + +inherit autotools -- cgit v1.2.3-54-g00ecf