diff options
author | Chris Evich <cevich@redhat.com> | 2019-10-24 11:26:56 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-02-26 11:42:19 -0500 |
commit | 22904c1799cab6a86080f1dbf2868a4e280f49d1 (patch) | |
tree | 205bc350e4d74e42a38b68834b79fcdaa0de1de1 /contrib | |
parent | 19016f3cd88794990fb4290ea72bbfb08118235c (diff) | |
download | podman-22904c1799cab6a86080f1dbf2868a4e280f49d1.tar.gz podman-22904c1799cab6a86080f1dbf2868a4e280f49d1.tar.bz2 podman-22904c1799cab6a86080f1dbf2868a4e280f49d1.zip |
Cirrus: Log libseccomp package version
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/cirrus/logcollector.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/logcollector.sh b/contrib/cirrus/logcollector.sh index 1769e9362..44a62ce58 100755 --- a/contrib/cirrus/logcollector.sh +++ b/contrib/cirrus/logcollector.sh @@ -60,6 +60,7 @@ case $1 in PKG_NAMES+=(\ container-selinux \ crun \ + libseccomp \ runc \ ) ;; @@ -67,6 +68,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 ;; |