From 35a03f4be4a8f5900f377db91fe19ff5fa6fd39a Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 3 Nov 2021 09:32:08 -0400 Subject: crun: update runtime-spec branch to main runtime-spec has moved to main instead of master, so we tweak our branch name to match. Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 3243d4be..e153c1b1 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb @@ -12,7 +12,7 @@ SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" SRCREV_FORMAT = "crun_rspec" SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ - git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ + git://github.com/opencontainers/runtime-spec.git;branch=main;name=rspec;destsuffix=git/libocispec/runtime-spec \ git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ " -- cgit v1.2.3-54-g00ecf