~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
1

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

Details
Message ID
<1448663351-538-1-git-send-email-developer@it-offshore.co.uk>
Sender timestamp
1448663351
DKIM signature
missing
Download raw message
Patch: +1 -1
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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20151128115931.23b1c5cc@ncopa-laptop>
In-Reply-To
<1448663351-538-1-git-send-email-developer@it-offshore.co.uk> (view parent)
Sender timestamp
1448708371
DKIM signature
missing
Download raw message
On Fri, 27 Nov 2015 22:29:11 +0000
Stuart Cardall <developer@it-offshore.co.uk> wrote:

> 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"

Shouldn't it be lxc-templates that depends on GNU tar instead?

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)