From patchwork Tue Feb 21 15:03:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6589 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PLjGs6YBHz3x1t for ; Tue, 21 Feb 2023 15:03:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PLjGr2mBVzRR; Tue, 21 Feb 2023 15:03:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLjGr0LTKz2xSs; Tue, 21 Feb 2023 15:03:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PLjGp6c25z2xPs for ; Tue, 21 Feb 2023 15:03:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PLjGp2PZbz1rg; Tue, 21 Feb 2023 15:03:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676991826; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FFKsr6zD8dvwZy0GF44AedpcBhHOzsMm0hYZN+HKRcE=; b=wwpCqtO0YqfG9HWalDOLReoEJTCQ6DMbKvjDG9J/PJBdHfqLAsqcGEUc7qPZt26offFuTK KhKJSol5FpJlJYDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676991826; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FFKsr6zD8dvwZy0GF44AedpcBhHOzsMm0hYZN+HKRcE=; b=P7MPMNOe4fIV44B/Sk2J+XYIHTJORad3nviLKu9zuxiY+kTa2Cp7t+qV2oGLVdnMqSlK40 chAWnfPgF5WIQFz4b4HLKmYOIwc8pRKr+h2YhMakJ6cxFGyrGP+zCKqa+82+pSu3QilfkL us5oolhnC3bP77Wn4Ohg0U4eWgBswxhNq699zxrTEiH58GjPODWIOGxRG3psYJRVwpjY2y Cr5Ooz0li/uGi8Sm6iWRGTDBnbklLAnSokFaXTw/feW7xKOToTssZnXEm4/6mDgygYWW6p rJvPxgzESeuzhYBJPsAg2wYthxpwNgfrP8sMawnsNGB2UUdxqjl3KufygagebQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] nfs-utils: Does not depend on libgssglue Date: Tue, 21 Feb 2023 16:03:37 +0100 Message-Id: <20230221150339.878076-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Stefan Schantl --- nfs-utils/nfs-utils.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nfs-utils/nfs-utils.nm b/nfs-utils/nfs-utils.nm index f703bf53a..6625f798c 100644 --- a/nfs-utils/nfs-utils.nm +++ b/nfs-utils/nfs-utils.nm @@ -5,7 +5,7 @@ name = nfs-utils version = 2.6.2 -release = 1 +release = 2 groups = Networking/Tools url = http://nfs.sourceforge.net/ @@ -35,7 +35,6 @@ build libdevmapper-devel libcap-devel libevent-devel - libgssglue-devel >= 0.3 libkeyutils-devel libmount-devel libtirpc-devel