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 From patchwork Tue Feb 21 17:46: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: 6597 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 4PLmtw2wkQz3x1v for ; Tue, 21 Feb 2023 17:46:48 +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 4PLmtt1Xd2z1xS; Tue, 21 Feb 2023 17:46:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLmts5WGnz2xZV; 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 4PLmtr1K9Sz2xPs for ; Tue, 21 Feb 2023 17:46:44 +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 4PLmtq5Pk2zvD; 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=1677001604; 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: in-reply-to:in-reply-to:references:references; bh=1dA9KTqX8daFgkRW5ssBO+0QLDIAONRsHcJxtIZtQ4k=; b=bvIYub/XREXPehMWphX1UEiluS1V6mbla0TBPwue3bTBfAeqWW6LxV48JIXSGBXxx74bsd T3My3wQSzYITSyCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677001604; 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: in-reply-to:in-reply-to:references:references; bh=1dA9KTqX8daFgkRW5ssBO+0QLDIAONRsHcJxtIZtQ4k=; b=l45rwqax46cyUQ2tQCtDzi28fh6euvs4pSA1jQGNfIzX1ZmVsEEHu9Pij6Zsz324FdiF+O 1hOiY39xCU69Dm0dgXjj5rAmsy1frYSI1lYcDkqa44RhoTFkLc7Y/aFJcGoImdB+lp3eYd La0VpAVzoH0Zq2CWMrSQKgXn/uk6wRpzXIolWN83syujnzM40+yzW22Z2GcQQcMuSr5tu/ cc59O1CXtWaZnh9zrJ7MTuId5urCUCIX4ozNJyiHurl5tSWvYL/1nclISYeRCrpblpDN2I 8l+XMVZBHe71smmFZMJv8bvdkKRpelp7hwoi//rA1x5sbnux5pXBPJ38VhWTIA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] gnome-doc-utils: Drop package Date: Tue, 21 Feb 2023 18:46:37 +0100 Message-Id: <20230221174637.925202-2-stefan.schantl@ipfire.org> In-Reply-To: <20230221174637.925202-1-stefan.schantl@ipfire.org> References: <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 --- gnome-doc-utils/gnome-doc-utils.nm | 47 ------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 gnome-doc-utils/gnome-doc-utils.nm diff --git a/gnome-doc-utils/gnome-doc-utils.nm b/gnome-doc-utils/gnome-doc-utils.nm deleted file mode 100644 index 4246ce13b..000000000 --- a/gnome-doc-utils/gnome-doc-utils.nm +++ /dev/null @@ -1,47 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = gnome-doc-utils -ver_major = 0.20 -ver_minor = 10 -version = %{ver_major}.%{ver_minor} -release = 1 - -groups = Development/Tools -url = http://www.gnome.org/ -license = GPLv2+ and LGPLv2+ and GFDL -summary = Documentation utilities for GNOME. - -description - gnome-doc-utils is a collection of documentation utilities for the GNOME - project. Notably, it contains utilities for building documentation and - all auxiliary files in your source tree. -end - -source_dl = http://download.gnome.org/sources/gnome-doc-utils/%{ver_major}/ -sources = %{thisapp}.tar.xz - -build - requires - perl(XML::Parser) - intltool >= 0.35.0 - libxml2-devel >= 2.6.12 - libxslt-devel >= 1.1.8 - end -end - -packages - package %{name} - requires - docbook-dtds - libxml2 >= 2.6.12 - libxslt >= 1.1.8 - end - end - - package %{name}-devel - template DEVEL - end -end