From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] Add a "make rpmball" target Date: Tue, 4 Mar 2014 00:06:41 +0100 Message-ID: <20140303230641.GA25038@aepfle.de> References: <1393858780-11628-1-git-send-email-george.dunlap@eu.citrix.com> <20140303162358.GA23543@aepfle.de> <5314AF0C.6080708@eu.citrix.com> <20140303172336.GA26596@aepfle.de> <1393867623.4058.144.camel@Solace> <5314BC1D.1020403@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5314BC1D.1020403@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: Ian Jackson , Dario Faggioli , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, Mar 03, George Dunlap wrote: > Ah, you mean, it *also* counts as one of those packages for dependency > tracking? No. Obsoletes does just what the name suggests: It means the new xen.rpm will replace an existing xen.rpm and also packages providing or being named like the strings in the Obsoletes: tag. Adding a Provides: tag is just for package managers above rpm as a hint during dist upgrade to track package renames. For the purpose of xen-unstable a "Name: xen" and "Obsoletes: xen-xyz" is the right way to replace the distro provided xen related packages with the catch-all single selfcompiled xen.rpm. Olaf