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(-)
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