Add virtual provide for /bin/ksh

Resolves: #1513096
This commit is contained in:
Siteshwar Vashisht 2017-11-21 15:59:06 +01:00
parent 43eb4b2161
commit c6131c4a2f

View File

@ -6,7 +6,7 @@ Summary: The Original ATT Korn Shell
URL: http://www.kornshell.com/ URL: http://www.kornshell.com/
License: EPL License: EPL
Version: %{releasedate} Version: %{releasedate}
Release: 42%{?dist} Release: 43%{?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
@ -208,6 +208,8 @@ BuildRequires: procps
Requires(post): grep, coreutils, systemd-units Requires(post): grep, coreutils, systemd-units
Requires(postun): sed Requires(postun): sed
Provides: /bin/ksh
%description %description
KSH-93 is the most recent version of the KornShell by David Korn of KSH-93 is the most recent version of the KornShell by David Korn of
AT&T Bell Laboratories. AT&T Bell Laboratories.
@ -323,6 +325,10 @@ fi
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
%changelog %changelog
* Tue Nov 21 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-43
- Add virtual provide for /bin/ksh
Resolves: #1513096
* Mon Aug 28 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-42 * Mon Aug 28 2017 Siteshwar Vashisht <svashisht@redhat.com> - 20120801-42
- Fix a memory corruption - Fix a memory corruption
Resolves: #1464409 Resolves: #1464409