From 2af60084eed609d35690f1722a6b33050a32898a38081effe84b955a45cc45cc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 18 Mar 2019 15:45:20 +0000 Subject: [PATCH] Accepting request 686158 from home:dimstar:Factory - Suggest instead of recommend texlive: most users are not interested in texlive specific tooling- unless they install texlive. xmlto is also useful without the texlice stack. So instead of recommending (and this installing by default) textlive, we switch to suggesting it. OBS-URL: https://build.opensuse.org/request/show/686158 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=32 --- xmlto.changes | 9 +++++++++ xmlto.spec | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/xmlto.changes b/xmlto.changes index 2b68c9e..bc3d2af 100644 --- a/xmlto.changes +++ b/xmlto.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 18 15:42:45 UTC 2019 - Dominique Leuenberger + +- Suggest instead of recommend texlive: most users are not + interested in texlive specific tooling- unless they install + texlive. xmlto is also useful without the texlice stack. So + instead of recommending (and this installing by default) + textlive, we switch to suggesting it. + ------------------------------------------------------------------- Wed Mar 6 09:45:26 UTC 2019 - Martin Pluskal diff --git a/xmlto.spec b/xmlto.spec index ff1af0c..628d6af 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -37,8 +37,9 @@ BuildRequires: sgml-skel Requires: docbook-xsl-stylesheets >= 1.56.0 Requires: docbook_4 Requires: libxslt-tools -# For full functionality, we need passivetex. -Recommends: texlive-xmltex >= 2007 +# For full functionality, we need passivetex; but since most users are not happy with +# getting texlive installed, we only suggest it. +Suggests: texlive-xmltex >= 2007 %description This is a package for converting XML files to various formats using XSL