From 1c7777559304faf79ececfe7667f40d5bebe9d2d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:44 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- fakeroot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/fakeroot.spec b/fakeroot.spec index 60f0cf6..6239a8c 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -23,6 +23,7 @@ Patch4: fakeroot-inttypes.patch Patch5: fakeroot-multilib.patch %if %{with autoconf} +BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool