add package ksh-help to package ksh
This commit is contained in:
parent
2e96ad6f04
commit
973469aed9
24
ksh.spec
24
ksh.spec
@ -1,6 +1,6 @@
|
||||
Name: ksh
|
||||
Version: 2020.0.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: The Original ATT Korn Shell
|
||||
License: EPL
|
||||
URL: http://www.kornshell.com/
|
||||
@ -15,19 +15,16 @@ Patch1: CVE-2019-14868.patch
|
||||
Provides: /bin/ksh /usr/bin/ksh
|
||||
BuildRequires: meson gcc glibc-devel ed
|
||||
Conflicts: pdksh
|
||||
Requires(post): grep, coreutils, systemd-units
|
||||
Requires(post): grep, coreutils, systemd-units chkconfig
|
||||
Requires(preun): chkconfig
|
||||
Requires(postun): sed
|
||||
Provides: ksh-help = %{epoch}:%{version}-%{release}
|
||||
Obsoletes: ksh-help < %{epoch}:%{version}-%{release}
|
||||
|
||||
%description
|
||||
KornShell is an interactive command language that provides access to the UNIX system and to
|
||||
many other systems, on the many different computers and workstations on which it is implemented.
|
||||
|
||||
%package help
|
||||
Summary: Documentation for ksh package
|
||||
|
||||
%description help
|
||||
Documentation for ksh package.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
@ -81,15 +78,18 @@ done
|
||||
%files
|
||||
%doc src/cmd/ksh93/{COMPATIBILITY,RELEASE,TYPES}
|
||||
%{_bindir}/{ksh93,shcomp93}
|
||||
%{_mandir}/man1/*
|
||||
%config(noreplace) %{_sysconfdir}/skel/.kshrc
|
||||
%config(noreplace) %{_sysconfdir}/kshrc
|
||||
%config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf
|
||||
|
||||
%files help
|
||||
%doc README.md
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 25 2020 Liquor <lirui130@huawei.com> - 1:2020.0.0-5
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add package ksh-help to package ksh
|
||||
|
||||
* Tue Aug 4 2020 zhangxingliang <zhangxingliang3@huawei.com> - 1:2020.0.0-4
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user