From patchwork Tue Feb 21 17:46:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6596 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 4PLmtt73gwz3x1v for ; Tue, 21 Feb 2023 17:46:46 +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 4PLmts56j9zvD; Tue, 21 Feb 2023 17:46:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLmts3TBfz2yW1; Tue, 21 Feb 2023 17:46:45 +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 4PLmtq72zZz2xPW for ; Tue, 21 Feb 2023 17:46:43 +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 4PLmtq1fRkzMQ; Tue, 21 Feb 2023 17:46:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677001603; 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=bC35XQnpMT0ZvohnReQhJr7bg7ZVScRkCCz9UkpLfeM=; b=d+T7BfOGSLpr974MoziKvaN2QOx/7ItEI30HDsQWgxa6GsP4zjD0TaNPSQM8HSUN4lHsE8 QP47SZAgql0fsTCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677001603; 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=bC35XQnpMT0ZvohnReQhJr7bg7ZVScRkCCz9UkpLfeM=; b=eIavAIKl/goUSR59Ely2QDS+xOahsUBosEK1e+R+3f0/iBBnLRsBy8Zw4fBxUcNKQDrZ0R aw/pQkVBXUX2BSXd5QW+0UCb3pPzwVPdCLRLSeQRKNcAnUpGByNDQPxjUyXkJd2evZpaBd g6wXstixyAjXmpWciDlBgpPcQYdWg6LWaEqLCAhCH3cwmW+vPYALyQLCysg+ir8TI88pCA hB3TLNd7nTrrn2PRwbovhJEtBKPHFgofw9F5aKxomkT7FTe0Vou/Jb1pzE06XiK8Xgx8Hq x1Ws4YDbTnj8KkRA807Zs27ypHogCbSYg0fbSUXZFp8D2cG9/OK4kHLaQpc4vQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/2] shadow-utils: Does not depend on gnome-doc-utils Date: Tue, 21 Feb 2023 18:46:36 +0100 Message-Id: <20230221174637.925202-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 --- shadow-utils/shadow-utils.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadow-utils/shadow-utils.nm b/shadow-utils/shadow-utils.nm index 1b3be3674..fe3a33273 100644 --- a/shadow-utils/shadow-utils.nm +++ b/shadow-utils/shadow-utils.nm @@ -5,7 +5,7 @@ name = shadow-utils version = 4.13 -release = 1 +release = 2 thisapp = shadow-%{version} groups = System/Base @@ -29,12 +29,12 @@ build docbook-xsl flex gettext-devel - gnome-doc-utils libacl-devel libattr-devel libcap-devel libtool libxcrypt-devel + perl(open) pam-devel end