diff options
| author | Patrick Wicki <patrick.wicki@siemens.com> | 2023-10-09 17:34:49 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-11-06 16:21:12 +0000 |
| commit | 7e17ee02a37d9b82b0de564ba515bb90f2e3b5c0 (patch) | |
| tree | 5e2fcd1e9b8a0bbb0272e54a2dd339c97fa84cec /recipes-containers/catatonit/catatonit_0.1.7.bb | |
| parent | 51a017123dc0d52c162a7971ed1b911852f571ed (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-containers/catatonit/catatonit_0.1.7.bb')
| -rw-r--r-- | recipes-containers/catatonit/catatonit_0.1.7.bb | 16 |
1 files changed, 0 insertions, 16 deletions
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 @@ | |||
| 1 | # SPDX-FileCopyrightText: Huawei Inc. | ||
| 2 | # | ||
| 3 | # SPDX-License-Identifier: MIT | ||
| 4 | |||
| 5 | SUMMARY = "A container init that is so simple it's effectively brain-dead." | ||
| 6 | HOMEPAGE = "https://github.com/openSUSE/catatonit" | ||
| 7 | DESCRIPTION = "${SUMMARY}" | ||
| 8 | SECTION = "base" | ||
| 9 | LICENSE = "GPL-3.0-or-later" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/openSUSE/${BPN};protocol=https;branch=main" | ||
| 13 | SRCREV = "d8d72fea155c144ed3bf298a35a1aba5625a5656" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools | ||
