Merge pull request #4340 from cevich/libseccomp_update

Log libseccomp package version
This commit is contained in:
OpenShift Merge Robot
2020-03-28 10:47:32 +01:00
committed by GitHub

View File

@ -61,6 +61,7 @@ case $1 in
PKG_NAMES+=(\
container-selinux \
crun \
libseccomp \
runc \
)
;;
@ -69,6 +70,7 @@ case $1 in
PKG_LST_CMD='dpkg-query --show --showformat=${Package}-${Version}-${Architecture}\n'
PKG_NAMES+=(\
cri-o-runc \
libseccomp2 \
)
;;
*) bad_os_id_ver ;;