diff --git a/bash.changes b/bash.changes index c6734b99..e181d131 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 30 13:42:48 UTC 2021 - Andreas Schwab + +- Install bash_builtins manpage under the correct name + ------------------------------------------------------------------- Mon Jul 26 08:03:24 UTC 2021 - Dr. Werner Fink diff --git a/bash.spec b/bash.spec index 2f6f16e7..56d9554a 100644 --- a/bash.spec +++ b/bash.spec @@ -461,7 +461,7 @@ test ${rl1[2]} = ${rl2[2]} || exit 1 install -m 644 doc/FAQ %{buildroot}%{_docdir}/%{name} install -m 644 doc/INTRO %{buildroot}%{_docdir}/%{name} install -m 644 doc/*.html %{buildroot}%{_docdir}/%{name} - install -m 644 doc/builtins.1 %{buildroot}%{_mandir}/man1/bashbuiltins.1 + install -m 644 doc/builtins.1 %{buildroot}%{_mandir}/man1/bash_builtins.1 install -m 644 doc/rbash.1 %{buildroot}%{_mandir}/man1/rbash.1 gzip -9f %{buildroot}%{_infodir}/*.inf*[^z] || true mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d @@ -521,7 +521,7 @@ fi %dir %{_datadir}/bash/helpfiles %{_datadir}/bash/helpfiles/* %{_mandir}/man1/bash.1%{?ext_man} -%{_mandir}/man1/bashbuiltins.1%{?ext_man} +%{_mandir}/man1/bash_builtins.1%{?ext_man} %{_mandir}/man1/bashbug.1%{?ext_man} %{_mandir}/man1/rbash.1%{?ext_man}