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
This commit is contained in:
Dr. Werner Fink 2021-09-30 14:47:02 +00:00 committed by Git OBS Bridge
parent 310368fa59
commit 9650f7fc85
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 30 13:42:48 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Install bash_builtins manpage under the correct name
-------------------------------------------------------------------
Mon Jul 26 08:03:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>

View File

@ -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}