From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 From: Vitaly Kuznetsov To: ALT Devel discussion list References: <20100317170453.EA1B41DB65AA@ssh.git.orion.altlinux.org> <20100317181129.GA23563@wo.int.altlinux.org> <20100317192512.GA8265@altlinux.org> Date: Wed, 17 Mar 2010 21:30:48 +0100 In-Reply-To: <20100317192512.GA8265@altlinux.org> (Alexey Tourbin's message of "Wed, 17 Mar 2010 22:25:13 +0300") Message-ID: <87zl263d3b.fsf@vps2.branbackup.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [devel] packages/girar-builder: heads/master X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 20:31:00 -0000 Archived-At: List-Archive: List-Post: Alexey Tourbin writes: >> There are no need to add these exceptions yet. Instead, I suggest to >> apply this check only for those packages that are not tested for git >> inheritance, i.e. only for packages built/copied from srpms. > > And why testing gear-based src.rpm packages could be possibly wrong? > Is there a good reason for removing last changelog entry from > specfile? I want to suggest a small example (not related to your check, but related to your question). When I want to build package for old branch I do smth like that: 1) Merge master to Mxx branch 2) Decrease release, add .Mxx to it 3) add_changelog Let's take a look at this changelog: - Mon Jan 01 2000 Vasiliy Pupkin 1.0-alt0.Mxx.1 - build for M51 - Mon Jan 01 2000 Vasiliy Pupkin 1.0-alt1 - New release 1.0 - Mon Jan 01 1999 Vasiliy Pupkin 0.9-alt1 - New release 0.9 I think it's ugly because smaller version is on top. I usualy remove second entry: - Mon Jan 01 2000 Vasiliy Pupkin 1.0-alt0.Mxx.1 - New release 1.0 for Mxx - Mon Jan 01 1999 Vasiliy Pupkin 0.9-alt1 - New release 0.9 -- Vitaly Kuznetsov, ALT Linux