From c817e5ab2b06f7c82b027291d4547857e8b95874 Mon Sep 17 00:00:00 2001 From: Job Cespedes Date: Tue, 11 Aug 2020 14:57:34 -0600 Subject: 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 --- contrib/spec/podman.spec.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf