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
commit debd6face3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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 ;;