From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48719) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idmSk-0003iB-U1 for guix-patches@gnu.org; Sat, 07 Dec 2019 21:38:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idmSa-0002NW-S8 for guix-patches@gnu.org; Sat, 07 Dec 2019 21:38:22 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44030) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1idmSQ-0002KW-8D for guix-patches@gnu.org; Sat, 07 Dec 2019 21:38:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1idmSQ-0005xy-64 for guix-patches@gnu.org; Sat, 07 Dec 2019 21:38:02 -0500 Subject: bug#38410: [PATCH] gnu: glusterfs: Update to 7.0 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191128080629.9888-1-andrew@interpretmath.pw> Date: Sun, 08 Dec 2019 00:14:03 +0100 In-Reply-To: <20191128080629.9888-1-andrew@interpretmath.pw> (Andrew Miloradovsky's message of "Thu, 28 Nov 2019 11:06:29 +0300") Message-ID: <87lfrnsp8k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Andrew Miloradovsky Cc: 38410-done@debbugs.gnu.org Hi Andrew, Andrew Miloradovsky skribis: > * gnu/packages/file-systems.scm (glusterfs): from 3.10.12 to 7.0 > [arguments]: run ./autogen.sh, fix python, force enable unit tests > [native-inputs]: +libtirpc +rpcsvc-proto +auto{conf,make} +libtool > [inputs]: -lvm2 -sqlite +fuse +libaio +rdma-core I fixed the URL, adjusted the commit log to match our conventions and committed. Note that your patch modified the indentation; I=E2=80=99ve restored it, wh= ich makes the diff clearer. Thanks, Ludo=E2=80=99.