~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<1448742837-740-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1448742837
DKIM signature
missing
Download raw message
Patch: +1 -0
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
---
Reply to thread Export thread (mbox)