~alpine/aports

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

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

 1 files changed, 1 insertions(+), 0 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/1783/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH v2] 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 GNU tar to the depends of lxc-templates.
---
Changes v1 -> v2:
- depends added to lxc-templates not lxc

 main/lxc/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index 32bdb48..286e03f 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -78,6 +78,7 @@ _lua52() {

templates() {
	pkgdesc="Templates for LXC"
	depends="tar"
	arch="noarch"
	mkdir -p "$subpkgdir"/usr/share/lxc
	mv "$pkgdir"/usr/share/lxc/templates "$subpkgdir"/usr/share/lxc/
-- 
2.6.3



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