diff options
author | Job Cespedes <jobcespedes@users.noreply.github.com> | 2020-08-11 14:57:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 14:57:34 -0600 |
commit | c817e5ab2b06f7c82b027291d4547857e8b95874 (patch) | |
tree | d3dfe6d6300772f9e99919e6221a7018f25d0a31 | |
parent | 8eaacec150df782c291e9c6046bb0db010dd2f08 (diff) | |
download | podman-c817e5ab2b06f7c82b027291d4547857e8b95874.tar.gz podman-c817e5ab2b06f7c82b027291d4547857e8b95874.tar.bz2 podman-c817e5ab2b06f7c82b027291d4547857e8b95874.zip |
add xz as a recommended pkg
xz package is required by buildah and podman when building a
image and ADD a tar.xz file archive is used
See https://github.com/containers/buildah/issues/2525
Signed-off-by: Job Cespedes Ortiz <jobcespedes@gmail.com>
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 2411eaabc..363aa60d7 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -91,6 +91,7 @@ Recommends: container-selinux Recommends: slirp4netns Recommends: fuse-overlayfs %endif +Recommends: xz # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' vendor.conf | sort |