diff --git a/kmod.changes b/kmod.changes index 73a1019..c0b44d1 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 6 12:29:23 UTC 2021 - Michal Suchanek + +- Use docbook 4 rather than docbook 5 for building man pages (bsc#1190190). + * Refres no-stylesheet-download.patch + ------------------------------------------------------------------- Fri Aug 27 07:56:40 UTC 2021 - Michal Suchanek diff --git a/kmod.spec b/kmod.spec index 49aadcf..d322a1d 100644 --- a/kmod.spec +++ b/kmod.spec @@ -44,7 +44,7 @@ Patch8: no-stylesheet-download.patch Patch9: libkmod-Provide-info-even-for-modules-built-into-the.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: docbook5-xsl-stylesheets +BuildRequires: docbook-xsl-stylesheets BuildRequires: libopenssl-devel >= 1.1.0 BuildRequires: libtool BuildRequires: libxslt-tools diff --git a/no-stylesheet-download.patch b/no-stylesheet-download.patch index 1f24ecb..cbe9b59 100644 --- a/no-stylesheet-download.patch +++ b/no-stylesheet-download.patch @@ -5,4 +5,4 @@ --stringparam man.output.quietly 1 \ --param funcsynopsis.style "'ansi'" \ - http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< -+ /usr/share/xml/docbook/stylesheet/nwalsh5/current/manpages/docbook.xsl $< ++ /usr/share/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl $<