From e059c663866001c98197341f01ed5877394c7719 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 27 2006 12:23:00 +0000 Subject: PreReq grep, coreutils (#182835) --- diff --git a/ksh.spec b/ksh.spec index 1ea953c..d62d37a 100644 --- a/ksh.spec +++ b/ksh.spec @@ -24,6 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides: ksh93 Obsoletes: ksh93 Conflicts: pdksh +PreReq: grep, coreutils %description KSH-93 is the most recent version of the KornShell by David Korn of @@ -99,6 +100,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 27 2006 Karsten Hopp 20060124-2 +- PreReq grep, coreutils (#182835) + * Tue Feb 14 2006 Karsten Hopp 20060124-2 - make it build in chroots (#180561)