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>
This commit is contained in:
Bruce Ashfield 2024-07-10 16:45:12 +00:00
parent 1195b00fe9
commit e977aba247

View File

@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
DEPENDS = "glib-2.0 go-md2man-native libseccomp" DEPENDS = "glib-2.0 go-md2man-native libseccomp"
SRCREV = "affab49967eb62f75d2a47398344ab053326289f" SRCREV = "a500cbd327a91849b74ff8fd16648faa5fa927f1"
SRC_URI = "\ SRC_URI = "\
git://github.com/containers/conmon.git;branch=main;protocol=https \ git://github.com/containers/conmon.git;branch=main;protocol=https \
" "
PV = "2.1.10+git" PV = "2.1.12+git"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"