diff --git a/bash.changes b/bash.changes index 61c60ceb..ff0acef6 100644 --- a/bash.changes +++ b/bash.changes @@ -10,6 +10,12 @@ Mon Sep 9 08:06:54 UTC 2019 - Dr. Werner Fink character removal on its arguments, causing syntax errors and attempts to stat invalid pathnames. +------------------------------------------------------------------- +Wed Sep 4 09:08:53 UTC 2019 - Ludwig Nussel + +- Avoid pulling in bash-doc into every installation. Instead of + recommeding it, supplement the documentation pattern. + ------------------------------------------------------------------- Thu Aug 15 13:43:55 UTC 2019 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 323bf84a..091925e3 100644 --- a/bash.spec +++ b/bash.spec @@ -33,7 +33,7 @@ Recommends: bash-lang = %version # bugs which will hit at most this package #Recommends: bash-completion Suggests: command-not-found -Recommends: bash-doc = %version +Suggests: bash-doc = %version Url: http://www.gnu.org/software/bash/bash.html # Git: http://git.savannah.gnu.org/cgit/bash.git Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bversion}%{bextend}.tar.gz @@ -105,6 +105,7 @@ specification (IEEE Working Group 1003.2). Summary: Documentation how to Use the GNU Bourne-Again Shell Group: Documentation/Man Provides: bash:%{_infodir}/bash.info.gz +Supplements: packageand(bash:patterns-base-documentation) PreReq: %install_info_prereq BuildArch: noarch