From 2823d44dee4d70999f4e171bfae3d49736896cd2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:47 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- knot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/knot.spec b/knot.spec index 8983775..c00e730 100644 --- a/knot.spec +++ b/knot.spec @@ -23,6 +23,7 @@ Source1: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz.asc # Export with --armor using command from https://fedoraproject.org/wiki/PackagingDrafts:GPGSignatures # Don't forget to update %%prep section when adding/removing keys Source100: gpgkey-742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB.gpg.asc +BuildRequires: gcc BuildRequires: gnupg2 %endif