From 2c1b25c43136d2bf9096a4e76fa1bf878d755eb3 Mon Sep 17 00:00:00 2001 From: Vincent Mihalkovic Date: Thu, 25 Feb 2021 14:58:18 +0100 Subject: [PATCH] specfile: add provides for the rksh, dump version in changelog --- ksh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ksh.spec b/ksh.spec index 8413cd7..9724580 100644 --- a/ksh.spec +++ b/ksh.spec @@ -228,6 +228,7 @@ Requires(post): grep, coreutils, systemd Requires(postun): sed Provides: /bin/ksh +Provides: /bin/rksh %description KSH-93 is the most recent version of the KornShell by David Korn of @@ -375,7 +376,7 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog -* Tue Feb 23 2021 Vincent Mihalkovic - 2:20120801-253 +* Tue Feb 23 2021 Vincent Mihalkovic - 2:20120801-254 - Add alternatives switching for rksh Resolves #1893919