X-Original-To: alpine-aports@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id F0C115C40CB for ; Fri, 3 Jun 2016 14:47:24 +0000 (GMT) Received: from ncopa-desktop.alpinelinux.org (12.63.200.37.customer.cdi.no [37.200.63.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 4BD675A0857; Fri, 3 Jun 2016 14:47:24 +0000 (GMT) Date: Fri, 3 Jun 2016 16:47:20 +0200 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/nginx: fix collision with deprecated package "nginx-initscripts" Message-ID: <20160603164720.3e2e4f31@ncopa-desktop.alpinelinux.org> In-Reply-To: <20160603143151.17610-1-valery.kartel@gmail.com> References: <20160603143151.17610-1-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Fri, 3 Jun 2016 17:31:51 +0300 Valery Kartel wrote: > --- > main/nginx/APKBUILD | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD > index 6cc3e7d..5741405 100644 > --- a/main/nginx/APKBUILD > +++ b/main/nginx/APKBUILD > @@ -4,7 +4,7 @@ > > pkgname=nginx > pkgver=1.10.0 > -pkgrel=0 > +pkgrel=1 > pkgdesc="HTTP and reverse proxy server" > url="http://www.nginx.org/en" > arch="all" > @@ -134,6 +134,7 @@ package() { > common() { > pkgdesc="$pkgdesc (common files)" > depends= > + replaces="nginx-initscripts" > arch="noarch" > mkdir -p "$subpkgdir" > mv "$pkgdir"/etc "$pkgdir"/var "$subpkgdir"/ thanks! --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---