diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-28 10:47:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 10:47:32 +0100 |
commit | debd6face323698340d1d709181d53c12fd4066d (patch) | |
tree | 9069e4be2a42b93f19130ee725c0636762422946 /contrib/cirrus/logcollector.sh | |
parent | 3336b100ef3c1273df8ad3ebc44ce4738f8cf2c2 (diff) | |
parent | 22904c1799cab6a86080f1dbf2868a4e280f49d1 (diff) | |
download | podman-debd6face323698340d1d709181d53c12fd4066d.tar.gz podman-debd6face323698340d1d709181d53c12fd4066d.tar.bz2 podman-debd6face323698340d1d709181d53c12fd4066d.zip |
Merge pull request #4340 from cevich/libseccomp_update
Log libseccomp package version
Diffstat (limited to 'contrib/cirrus/logcollector.sh')
-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 e0190971e..0b179591a 100755 --- a/contrib/cirrus/logcollector.sh +++ b/contrib/cirrus/logcollector.sh @@ -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 ;; |