From patchwork Wed Jan 25 20:30: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: 6462 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 4P2FpK60gxz3xG6 for ; Wed, 25 Jan 2023 20:30:33 +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 4P2FpH41h6z3j3; Wed, 25 Jan 2023 20:30:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4P2FpH0jrwz30Gq; Wed, 25 Jan 2023 20:30: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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4P2FpF6zmwz2xKS for ; Wed, 25 Jan 2023 20:30:29 +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 4P2FpF4K02zYR; Wed, 25 Jan 2023 20:30:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1674678629; 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=eJxhw3LBtUjk0C6UYFuE8K9bK6Fqp1udTLRQT1bDl/M=; b=QsiuG7iSrrp4W4fn0vPdYmsFZbpY+rX2MHHl7FdaZYWu3/Lu1dFRiPETdrtKu7o5YxJibH hn/k/zfeZ3WBQBCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1674678629; 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=eJxhw3LBtUjk0C6UYFuE8K9bK6Fqp1udTLRQT1bDl/M=; b=OmeuVtHesFWhhhzDZpQiI6DRHJayaqIdf/LB+UCDvIPbzKDz8rsVrAk9HmL1orfZwCM64+ q0wBI/utJccZOa5KE7PxBQ8jz1eTxNOneBhN3NZbvYx0Mguuf0FV8RGYVdmHxTTXdmZrTs t71djqpuiNe7HJ+GCsGmLNfNREXPRnX96GQBGGaSP9X/4X3XaUdzE76thQsaFso0D3i5b3 EP1AesvgrgNdVQVHdmneFOWG5kvuD29YWdz/y8OihVq9lLJgu+Y/u8YO1tdC3LB3wdH75i s7uJPR+HNXD0HVDC7M9unBlZlIKOwZUPeoZ8mlUPY3iqreDddg+c71pLPwG46g== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] iputils: Generate manpages again. Date: Wed, 25 Jan 2023 21:30:22 +0100 Message-Id: <20230125203022.133803-2-stefan.schantl@ipfire.org> In-Reply-To: <20230125203022.133803-1-stefan.schantl@ipfire.org> References: <20230125203022.133803-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" This requires the latest version of the XSL stylesheets. Fixes #13021. Signed-off-by: Stefan Schantl --- iputils/iputils.nm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iputils/iputils.nm b/iputils/iputils.nm index d5ea1b477..5bcab41e9 100644 --- a/iputils/iputils.nm +++ b/iputils/iputils.nm @@ -31,9 +31,9 @@ build meson ninja openssl-devel + docbook-xsl <= 1.79.2 end - # Generate manpages with docbook build %{meson} %{meson_build} @@ -44,10 +44,10 @@ build # Create ping6 as a symlink to ping ln -svf ping %{BUILDROOT}%{bindir}/ping6 - #ln -svf ping.8 %{BUILDROOT}%{mandir}/man/man8/ping6.8 + ln -svf ping.8 %{BUILDROOT}%{mandir}/man8/ping6.8 ln -svf tracepath %{BUILDROOT}%{bindir}/tracepath6 - #ln -svf tracepath.8 %{BUILDROOT}%{mandir}/man/man8/tracepath6.8 + ln -svf tracepath.8 %{BUILDROOT}%{mandir}/man8/tracepath6.8 # This currently does not work in pakfire #setcap cap_net_admin=ep %{BUILDROOT}%{bindir}/ping