From patchwork Sun Feb 26 09:05:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6617 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PPd5B1w3kz3wfY for ; Sun, 26 Feb 2023 09:05:34 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PPd581dzgz1Q1; Sun, 26 Feb 2023 09:05:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPd5771Frz2yVy; Sun, 26 Feb 2023 09:05:31 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PPd564t7Pz2ySq for ; Sun, 26 Feb 2023 09:05:30 +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 4PPd555w5Zz91; Sun, 26 Feb 2023 09:05:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677402330; 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=3i+bWE5AydeSQttqaic3Nl2lDN/foWkWqIUEAZMgWso=; b=T5ZPf6JIHeN3bR2WE8uuE8JtXv39yEs09ovyJ/AOL+efJdsC8wI37znoZCEw80FQ5bybJ2 g/JIYtcxh+wHqICA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677402330; 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=3i+bWE5AydeSQttqaic3Nl2lDN/foWkWqIUEAZMgWso=; b=lwZoBPbA9syX6xTtHtaq2ujdZn03jkGBbL8zb94rntCCC0IZPuGEwqaYOPeJRSVaQgXmm9 sxWIc8AmNiKBpD8LucA0807I3CixLMVVB8WQ1u6WuRvoYZFUihKZm3XusLNefJrrCY4S9w 8/RjZI9LiglGu2p2IzhpcbiA5sUoE/cboIqJWP32fo9wTSf0o0ESmSzmtqxf5CLjwMTZx9 QKz7T6pMUZyGfvwOsa6zmAMlreJ6EPtF8hvdLQDnmQSN6nVMT3AJJnpwtSCu291KFC9aNC qfQ7fBojuaBV6Was5YW1YsrlfPsCdnIWnuPgoJdkdSCPVP9x7AFiZ+Zb3/byhA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] autoconf: Add build and runtime dependencies. Date: Sun, 26 Feb 2023 10:05:22 +0100 Message-Id: <20230226090522.87518-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 --- autoconf/autoconf.nm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/autoconf/autoconf.nm b/autoconf/autoconf.nm index 3acdc127e..3f6bec327 100644 --- a/autoconf/autoconf.nm +++ b/autoconf/autoconf.nm @@ -5,7 +5,7 @@ name = autoconf version = 2.71 -release = 1 +release = 2 arch = noarch groups = Development/Tools @@ -27,13 +27,20 @@ build requires m4 perl + perl(File::Compare) + perl(File::Copy) perl(Data::Dumper) end end packages package %{name} - requires = m4 + requires + m4 + + # Does not get autodetected correctly + perl(File::Compare) + end filter_requires perl>=[0-9]\:.*