From 922d31f1f2dc1e79d9b35b008f2ece1f0be18a84 Mon Sep 17 00:00:00 2001 From: Liquor <1692257904@qq.com> Date: Fri, 25 Dec 2020 16:08:16 +0800 Subject: [PATCH] add package ksh-help to package ksh --- ksh.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ksh.spec b/ksh.spec index 11c2bf1..48f4e3f 100644 --- a/ksh.spec +++ b/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 - 1:2020.0.0-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add package ksh-help to package ksh + * Tue Aug 4 2020 zhangxingliang - 1:2020.0.0-4 - Type:enhancement - ID:NA -- Gitee