Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/ksh.git#619b07c423d68a5f4547bdc4a5438f2e3f5d0e04
This commit is contained in:
DistroBaker 2021-03-24 14:15:17 +00:00
parent a1958fad03
commit 54fb7a1a40

View File

@ -7,7 +7,7 @@ URL: http://www.kornshell.com/
License: EPL License: EPL
Epoch: 2 Epoch: 2
Version: %{releasedate} Version: %{releasedate}
Release: 254%{?dist} Release: 255%{?dist}
Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{release_date}.tgz Source0: http://www.research.att.com/~gsf/download/tgz/ast-ksh.%{release_date}.tgz
Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{release_date}.tgz Source1: http://www.research.att.com/~gsf/download/tgz/INIT.%{release_date}.tgz
Source2: kshcomp.conf Source2: kshcomp.conf
@ -324,7 +324,7 @@ done
%{_bindir}/ksh93 50 \ %{_bindir}/ksh93 50 \
--slave %{_bindir}/rksh rksh \ --slave %{_bindir}/rksh rksh \
%{_bindir}/ksh93 \ %{_bindir}/ksh93 \
--slave %{_mandir}/man1/rksh.1.gz ksh-man \ --slave %{_mandir}/man1/rksh.1.gz rksh-man \
%{_mandir}/man1/ksh93.1.gz \ %{_mandir}/man1/ksh93.1.gz \
--slave %{_mandir}/man1/ksh.1.gz ksh-man \ --slave %{_mandir}/man1/ksh.1.gz ksh-man \
%{_mandir}/man1/ksh93.1.gz %{_mandir}/man1/ksh93.1.gz
@ -376,6 +376,9 @@ fi
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
%changelog %changelog
* Thu Mar 18 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 2:20120801-255
- fix rksh-man in alternatives
* Tue Feb 23 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 2:20120801-254 * Tue Feb 23 2021 Vincent Mihalkovic <vmihalko@redhat.com> - 2:20120801-254
- Add alternatives switching for rksh - Add alternatives switching for rksh
Resolves #1893919 Resolves #1893919