[2/2] iputils: Generate manpages again.

Message ID 20230125203022.133803-2-stefan.schantl@ipfire.org
State Accepted
Commit fb37a3c271b07a7b18321d2defdb8b1c9e6f58a0
Headers
Series [1/2] docbook-xsl: Update to 1.79.2 |

Commit Message

Stefan Schantl Jan. 25, 2023, 8:30 p.m. UTC
  This requires the latest version of the XSL stylesheets.

Fixes #13021.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 iputils/iputils.nm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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