From d60500c7fcdb1f9f103e8f02c88d80f1cc6836782d9e5139556dc53a365ca5fa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 6 Sep 2021 22:59:50 +0000 Subject: [PATCH 1/2] Accepting request 917106 from home:michals - Use docbook 4 rather than docbook 5 for building man pages (bsc#1190190). * Refres no-stylesheet-download.patch OBS-URL: https://build.opensuse.org/request/show/917106 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=197 --- kmod.changes | 6 ++++++ kmod.spec | 2 +- no-stylesheet-download.patch | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 $< From b9e5f4264fac8292075290c0972fc96e97f00911036c78702cdfe71f3c2bb893 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 14 Sep 2021 08:50:01 +0000 Subject: [PATCH 2/2] Apply docbook4 consistently OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=198 --- kmod-testsuite.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmod-testsuite.spec b/kmod-testsuite.spec index cffa4a4..54f4aa9 100644 --- a/kmod-testsuite.spec +++ b/kmod-testsuite.spec @@ -40,7 +40,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: kernel-default-devel BuildRequires: libopenssl-devel >= 1.1.0 BuildRequires: libtool