From 3cd2f56a1649acd2d9a8064b8e03f13ec6a256be Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 8 Mar 2022 08:56:09 -0500 Subject: oci-runtime-spec: update to 1.0.2-tip Bumping runtime-spec to version v1.0.2-79-g7ceeb8a, which comprises the following commits: 600a8bd cgroup ownership: clarify that some files may not exist 0608c1f Switch to GitHub Actions, CODEOWNERS, etc. f4ef391 specify cgroup ownership semantics 104385d config-linux: MAY reject an unfit cgroup 411082c add youki to implementations.md 6641127 alphabetize the implementation list. Signed-off-by: Bruce Ashfield --- recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb index 4e2a7be0..5e0be285 100644 --- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb +++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb @@ -9,7 +9,7 @@ SRCNAME = "runtime-spec" PKG_NAME = "github.com/opencontainers/${SRCNAME}" SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" -SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d" +SRCREV = "7ceeb8af52593e37d8ef28bd350f50044b7adf1d" PV = "v1.0.2+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf