From 3e10e9a2b4961c8751da284c62651342e038b54a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 22:41:05 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- tmux.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.spec b/tmux.spec index aaf38ed..09c7c38 100644 --- a/tmux.spec +++ b/tmux.spec @@ -13,6 +13,7 @@ Source0: https://github.com/tmux/%{name}/releases/download/%{version}/%{n # Examples has been removed - so include the bash_completion here Source1: bash_completion_tmux.sh +BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(tinfo)