From 27b86e57b6abe67e4e51f6521785c9b6369a1ced Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 02:10:16 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- liblzf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/liblzf.spec b/liblzf.spec index f40d7b1..b5fbbee 100644 --- a/liblzf.spec +++ b/liblzf.spec @@ -13,6 +13,7 @@ Patch0: liblzf-%{version}-autoconf-20140314.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: make %description LibLZF is a very small data compression library. It consists