diff --git a/bash.changes b/bash.changes index 8daebeb7..65adae5e 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 24 09:21:01 UTC 2020 - Ludwig Nussel + +- move man pages back to main package. It's just 100k + ------------------------------------------------------------------- Thu Feb 13 10:56:07 UTC 2020 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 9939680b..8dfb6f43 100644 --- a/bash.spec +++ b/bash.spec @@ -102,7 +102,7 @@ specification (IEEE Working Group 1003.2). %package doc Summary: Documentation how to Use the GNU Bourne-Again Shell -Group: Documentation/Man +Group: Documentation/HTML Provides: bash:%{_infodir}/bash.info.gz Supplements: packageand(bash:patterns-base-documentation) PreReq: %install_info_prereq @@ -531,6 +531,10 @@ ldd -u -r %{buildroot}/bin/bash || true %dir %{_datadir}/bash %dir %{_datadir}/bash/helpfiles %{_datadir}/bash/helpfiles/* +%{_mandir}/man1/bash.1* +%{_mandir}/man1/bashbuiltins.1* +%{_mandir}/man1/bashbug.1* +%{_mandir}/man1/rbash.1* %files lang -f bash.lang %defattr(-,root,root) @@ -538,10 +542,6 @@ ldd -u -r %{buildroot}/bin/bash || true %files doc %defattr(-,root,root) %doc %{_infodir}/bash.info* -%doc %{_mandir}/man1/bash.1* -%doc %{_mandir}/man1/bashbuiltins.1* -%doc %{_mandir}/man1/bashbug.1* -%doc %{_mandir}/man1/rbash.1* %doc %{_docdir}/%{name} %files devel