From 54fb7a1a403b138ba0117d653d02da34536c9baa Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 24 Mar 2021 14:15:17 +0000 Subject: [PATCH] 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 --- ksh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ksh.spec b/ksh.spec index 9724580..b22a065 100644 --- a/ksh.spec +++ b/ksh.spec @@ -7,7 +7,7 @@ URL: http://www.kornshell.com/ License: EPL Epoch: 2 Version: %{releasedate} -Release: 254%{?dist} +Release: 255%{?dist} 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 Source2: kshcomp.conf @@ -324,7 +324,7 @@ done %{_bindir}/ksh93 50 \ --slave %{_bindir}/rksh rksh \ %{_bindir}/ksh93 \ - --slave %{_mandir}/man1/rksh.1.gz ksh-man \ + --slave %{_mandir}/man1/rksh.1.gz rksh-man \ %{_mandir}/man1/ksh93.1.gz \ --slave %{_mandir}/man1/ksh.1.gz ksh-man \ %{_mandir}/man1/ksh93.1.gz @@ -376,6 +376,9 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Thu Mar 18 2021 Vincent Mihalkovic - 2:20120801-255 +- fix rksh-man in alternatives + * Tue Feb 23 2021 Vincent Mihalkovic - 2:20120801-254 - Add alternatives switching for rksh Resolves #1893919