summaryrefslogtreecommitdiffstats
path: root/recipes-containers/crun
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-02 19:21:52 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit3fe898899f7d99ead1200248ff56883c545845dd (patch)
tree5425599f4a835a9be02eb76d3a1aee361841dd53 /recipes-containers/crun
parent08f58c3181d372c48c048b6ca14171a330786889 (diff)
downloadmeta-virtualization-3fe898899f7d99ead1200248ff56883c545845dd.tar.gz
crun: update to v1.8.6
Bumping crun to version 1.8.6-11-gd7ee549, which comprises the following commits: c786d4c linux: simplify error handling c972772 linux: do not write twice errors 74a3874 linux: use helper functions instead of custom read/write 35a0166 linux: define helper to ack on the sync socket c3e518e libcrun: drop symbol for crun_make_error 080e560 features: use exported function libcrun_make_error 5c2dedc Make the spec file parseable without copr_username defined 73f759f NEWS: tag 1.8.6 26ef1e0 linux: add sync before sending mounts 71c53b0 RPM: Set Epoch only for Copr builds ee0e405 tests: install procps-ng for podman tests 6a3d7a7 Packit: initial enablement 58bb52c tests: fix cpu-weight-systemd test under a user manager ee111ae tests: skip test_uid_tty if no tty is attached 74dd5f9 tests: use get_crun_path() in oci_features b160e2c cgroup-resources: allow setting swap to 0 19cd8aa ps: fix segfault with pids=NULL Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/crun')
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 4c9339e6..86b9eaf1 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4PRIORITY = "optional" 4PRIORITY = "optional"
5 5
6SRCREV_crun = "56d9d9a062f86eab008a2afcbcacc2619ee1a75b" 6SRCREV_crun = "d7ee5496991c6ad40be6dd94796643cb0def9e3c"
7SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" 7SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15"
8SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" 8SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c"
9SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" 9SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d"
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \ 17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
18 " 18 "
19 19
20PV = "1.8.5+git${SRCREV_crun}" 20PV = "1.8.6+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" 23REQUIRED_DISTRO_FEATURES ?= "systemd seccomp"