X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 365C0DC0238 for ; Thu, 19 Jun 2014 07:25:14 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id 74BA6BC3F87; Thu, 19 Jun 2014 07:25:13 +0000 (UTC) Date: Thu, 19 Jun 2014 09:25:09 +0200 From: Natanael Copa To: Stuart Cardall Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/lxc: update to 1.0.4 Message-ID: <20140619092509.3086c653@ncopa-desktop.alpinelinux.org> In-Reply-To: <1403117781-16067-1-git-send-email-developer@it-offshore.co.uk> References: <1403117781-16067-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 18 Jun 2014 18:56:21 +0000 Stuart Cardall wrote: > quite a few bug fixes in 1.0.4: > > https://linuxcontainers.org/news/ > --- > main/lxc/APKBUILD | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > > diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD > index 36b2696..cad3578 100644 > --- a/main/lxc/APKBUILD > +++ b/main/lxc/APKBUILD > @@ -1,9 +1,9 @@ > # Contributor: William Pitcock > # Maintainer: Natanael Copa > pkgname=lxc > -pkgver=1.0.3 > +pkgver=1.0.4 > _mypkgver=${pkgver/_rc/.rc} > -pkgrel=1 > +pkgrel=0 > pkgdesc="linux containers - tools" > url="http://lxc.sourceforge.net/" > arch="all" > @@ -16,7 +16,6 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lvm lua5.2-lxc:_lua52 > $pkgname-templates $pkgname-libs" > source="https://github.com/lxc/lxc/archive/lxc-$_mypkgver.tar.gz > version.patch > - 0001-allow-all-iX86-strings-for-lxc.arch.patch > lxc.initd > " > applied. You forgot 'git rm 0001-allow-all-iX86-strings-for-lxc.arch.patch' so i did that for you. thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---