Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:34184 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755356AbdKBRX7 (ORCPT ); Thu, 2 Nov 2017 13:23:59 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 46C1E6A7C6 for ; Thu, 2 Nov 2017 17:23:59 +0000 (UTC) Received: from steved.boston.devel.redhat.com (steved.boston.devel.redhat.com [10.19.60.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1602118212 for ; Thu, 2 Nov 2017 17:23:59 +0000 (UTC) Subject: Re: [PATCH 0/2] nfs-utils: Remove dependency on libnfsidmap-devel To: Linux NFS Mailing list References: <20171102150723.31309-1-steved@redhat.com> From: Steve Dickson Message-ID: <3a76f95e-2ef7-e194-c650-20cb660e4c0e@RedHat.com> Date: Thu, 2 Nov 2017 13:23:58 -0400 MIME-Version: 1.0 In-Reply-To: <20171102150723.31309-1-steved@redhat.com> Content-Type: text/plain; charset=utf-8 Sender: linux-nfs-owner@vger.kernel.org List-ID: On 11/02/2017 11:07 AM, Steve Dickson wrote: > With commit a867b45e (Release: 2.2.1) libnfsidmap-devel > is now compiled and installed by nfs-utils. So the programs > that are dependent libnfsidmap-devel need to look > inward verse outward for header files. > > Justin Mitchell (1): > nfs-utils: Remove dependency on libnfsidmap-devel package > > Steve Dickson (1): > gitignore: ignore files generated by libnfsidmap compilation > > .gitignore | 1 + > configure.ac | 2 ++ > support/nfsidmap/libnfsidmap.pc | 11 ----------- > 3 files changed, 3 insertions(+), 11 deletions(-) > delete mode 100644 support/nfsidmap/libnfsidmap.pc > Both committed! steved.