From e565383bd9b1180ba241fb35a582900926bb0495 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 8 Sep 2016 13:18:44 +0200 Subject: [PATCH] specfile: 'Requires' for automake removed Only autoconf should be necessary for the build process. --- tcsh.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 9d9adf7..f51d1a6 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -20,7 +20,6 @@ Requires(post): coreutils Requires(post): grep Requires(postun): sed BuildRequires: autoconf -BuildRequires: automake BuildRequires: gettext-devel BuildRequires: git BuildRequires: ncurses-devel