From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH for-xen-4.5] tools/mkrpm: improve version.release handling Date: Mon, 3 Nov 2014 15:24:36 +0100 Message-ID: <20141103142436.GA23458@aepfle.de> References: <1412694063-29616-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: 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 , Stefano Stabellini , Wei Liu , Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Mon, Nov 03, George Dunlap wrote: > How difficult would it be to have this be something sensible like, > "changesets since last tag"? Very difficult, because one does changes without commit, runs 'make rpmball' and expects that rpm -Fvh *.rpm continues to work. Olaf