From 22904c1799cab6a86080f1dbf2868a4e280f49d1 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 24 Oct 2019 11:26:56 -0400 Subject: Cirrus: Log libseccomp package version Signed-off-by: Chris Evich --- contrib/cirrus/logcollector.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cirrus') 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 ;; -- cgit v1.2.3-54-g00ecf