From 7218d7302796ce8320396d367640542626304e0e Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 13 Jan 2021 01:03:34 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- fakeroot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/fakeroot.spec b/fakeroot.spec index adebf65..a4a88f7 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -19,6 +19,7 @@ Patch4: fakeroot-inttypes.patch # Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527 Patch5: fakeroot-multilib.patch +BuildRequires: make %if %{with autoconf} BuildRequires: autoconf BuildRequires: automake