From 5bfdde1ff95f2860014d8a56ab49bfbf0b625ae9 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 1 Sep 2016 14:51:40 +0200 Subject: [PATCH] specfile: fix the %post and %postun dependencies --- tcsh.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 403f04a..0262ca2 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -11,9 +11,8 @@ Provides: csh = %{version} Provides: tcsh = %{version} Provides: /bin/csh Provides: /bin/tcsh +Requires(post): coreutils Requires(post): grep -Requires(postun): grep -Requires(postun): coreutils Requires(postun): sed BuildRequires: autoconf BuildRequires: automake