From 4e8c001ae97c7f5144dc48f6788f620b24d9f52e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 14 Oct 2018 22:44:09 +0100 Subject: [PATCH] chkconfig is no longer needed --- ksh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ksh.spec b/ksh.spec index 78db6bf..2d6ab80 100644 --- a/ksh.spec +++ b/ksh.spec @@ -6,7 +6,7 @@ Summary: The Original ATT Korn Shell URL: http://www.kornshell.com/ License: EPL Version: %{releasedate} -Release: 248%{?dist} +Release: 249%{?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 @@ -210,12 +210,12 @@ Patch85: ksh-20120801-ccflags.patch Patch86: ksh-20120801-nv_open-memcmp.patch Conflicts: pdksh -Requires: coreutils, diffutils, chkconfig +Requires: coreutils, diffutils BuildRequires: gcc BuildRequires: bison # regression test suite uses 'ps' from procps BuildRequires: procps -Requires(post): grep, coreutils, systemd-units +Requires(post): grep, coreutils, systemd Requires(postun): sed Provides: /bin/ksh @@ -335,6 +335,9 @@ fi %config(noreplace) %{_sysconfdir}/binfmt.d/kshcomp.conf %changelog +* Sun Oct 14 2018 Peter Robinson 20120801-249 +- chkconfig is no longer needed + * Fri Jul 13 2018 Fedora Release Engineering - 20120801-248 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild