From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753566Ab1AFPxT (ORCPT ); Thu, 6 Jan 2011 10:53:19 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41395 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753249Ab1AFPxS (ORCPT ); Thu, 6 Jan 2011 10:53:18 -0500 Message-ID: <4D25E566.6050904@suse.cz> Date: Thu, 06 Jan 2011 16:53:10 +0100 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: Patrick LeBoutillier Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Bug in scripts/package/mkspec? References: <4CF7BA6D.60002@suse.cz> <20110106125412.GB1841@sepie.suse.cz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6.1.2011 15:28, Patrick LeBoutillier wrote: > Michal, > > Maybe the easiest way is just to rebuild the spec file everytime we do > "make rpm". > I'll try it and see how it does. > > Do you know of the .version file is used for anything outside of the > "make rpm" process? It is used to build the UTS_VERSION string, aka uname -v. It's the number after the hash sign. Michal