~alpine/aports

main/lxc: add GNU tar depends for unprivileged containers v1 PROPOSED

Stuart Cardall: 1
 main/lxc: add GNU tar depends for unprivileged containers

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1775/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/lxc: add GNU tar depends for unprivileged containers Export this patch

The lxc download template for unprivileged containers requires
'tar --anchored' which is not possible with Busybox tar.

Adds depends for GNU tar.
---
 main/lxc/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index 32bdb48..c720653 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -9,7 +9,7 @@ pkgdesc="linux containers - tools"
url="http://lxc.sourceforge.net/"
arch="all"
license="GPL"
depends="bash gzip"
depends="bash gzip tar"
depends_dev="libcap-dev"
makedepends="$depends_dev lvm2 util-linux automake autoconf libtool lua5.2-dev
	linux-headers"
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---