summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-07-10 16:45:12 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-07-11 14:07:17 +0000
commite977aba24762e44d8ad76b55e2531b4864927baa (patch)
tree1442fc67bd358a45b830b044393f34855a33cba1
parent1195b00fe940cf3347b58f51d725864ba180d990 (diff)
downloadmeta-virtualization-e977aba24762e44d8ad76b55e2531b4864927baa.tar.gz
conmon: update to 2.1.12
Bumping conmon to version v2.1.3-147-ga500cbd, which comprises the following commits: a500cbd logging: remove unuseful fsync 1578849 fix(deps): update module golang.org/x/sys to v0.20.0 c7a88f8 Remove CI VM OS names be3e546 chore(deps): update dependency containers/automation_images to v20240513 e889663 Bump version to 2.1.12 ff8794c Make 'docs' target not depend on 'install.tools' if GOMD2MAN is set 10f7826 Packit: enable downstream sync to CentOS Stream 10 e21e7c8 Build s390x binaries using musl libc 9ce7b1a Add support for s390x Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/conmon/conmon_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index d7047ed0..0c44ce3b 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
9 9
10DEPENDS = "glib-2.0 go-md2man-native libseccomp" 10DEPENDS = "glib-2.0 go-md2man-native libseccomp"
11 11
12SRCREV = "affab49967eb62f75d2a47398344ab053326289f" 12SRCREV = "a500cbd327a91849b74ff8fd16648faa5fa927f1"
13SRC_URI = "\ 13SRC_URI = "\
14 git://github.com/containers/conmon.git;branch=main;protocol=https \ 14 git://github.com/containers/conmon.git;branch=main;protocol=https \
15" 15"
16 16
17PV = "2.1.10+git" 17PV = "2.1.12+git"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20