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=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:reply-to:to:subject:date:user-agent:references :in-reply-to:x-kmail-quoteprefix:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=pYKoLm7EzIiRNiDf6K4bfCbGUMtJbiU6uE6hSOBHCj8=; b=jLxiGni1ffeRyGPIYqe8OBNYq54sOSgVpZ2lFMaSmugtTKZFvKPBnTJHAYQ8laesti ETBESlUPe/tDIIY/HBY55tAO8tL+oRSx4/lmxMabrKwCRJKgAeoxnf95PBf/qI55aUGN 1uB+foF2Gp1FnF7Z9K5nLa4JblYj25y0lj1Zmj6Doy0InwSNOMA03B7VNofNMjyC8rcn nqP5uebOyOhdENijL+Fei3mnKGcQvJAW26TVc2vMU/SxgydGVcP3JFGDP5hodDEMLK0n MIHW92jx9lwNyAbYMLCRlhHM5mrJnxVMFCbUNobMAce6sN4MoePIsp1L9DyxSUH8C5VK C6fg== Sender: Led From: Led To: devel@lists.altlinux.org Date: Fri, 14 Dec 2012 03:49:41 +0200 User-Agent: KMail/1.9.10 (enterprise35 0.20100827.1168748) References: <20121214012735.GA18300@granary.egro.altlinux.org> In-Reply-To: <20121214012735.GA18300@granary.egro.altlinux.org> X-KMail-QuotePrefix: > MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201212140349.41144.led@altlinux.ru> Subject: Re: [devel] [cyber] I: Sisyphus-20121214 packages: +6! -2 +23 (14001) 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: Fri, 14 Dec 2012 01:50:15 -0000 Archived-At: List-Archive: List-Post: On Friday 14 December 2012 03:27:35 QA Team Robot wrote: > bootloader-utils - Bootloader utilities > * Thu Dec 13 2012 Gleb F-Malinovskiy 0.4.18-alt1 > - lilo: fix regression introdused by 0.4.15-alt1 =FA=C1=DE=C5=CD =DC=D4=CF =CE=D5=D6=CE=CF =C2=D9=CC=CF: =2D-- a/lilo +++ b/lilo @@ -46,7 +46,7 @@ sub remove_memtest { =20 sub kernel_label { local $_ =3D shift; =2D return "linux-$_"; + return "$_"; } =20 sub add_kernel { ? =2D-=20 Led