From 9650f7fc85ea5c1e4fb0617a3c963ac7e94f1e1a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 30 Sep 2021 14:47:02 +0000 Subject: [PATCH] Accepting request 922382 from home:Andreas_Schwab:Factory - Install bash_builtins manpage under the correct name OBS-URL: https://build.opensuse.org/request/show/922382 OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=334 --- bash.changes | 5 +++++ bash.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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}