From 0abad49c7ceba139ee737ea934f066eb541f12ce Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 04:05:58 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- ctags.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ctags.spec b/ctags.spec index 8073786..5b9a2bd 100644 --- a/ctags.spec +++ b/ctags.spec @@ -14,6 +14,7 @@ Patch5: ctags-5.8-memmove.patch Patch6: ctags-5.8-format-security.patch Patch7: ctags-CVE-2014-7204.patch BuildRequires: gcc +BuildRequires: make %description Ctags generates an index (or tag) file of C language objects found in