mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #4340 from cevich/libseccomp_update
Log libseccomp package version
This commit is contained in:
@ -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 ;;
|
||||
|
Reference in New Issue
Block a user