From 01e4374ae2131b315d7a67cc6db7940aebc4937e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:21:04 +0200 Subject: [PATCH] Add missing BuildRequires on gcc make: gcc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1605431 Signed-off-by: Igor Gnatenko --- pgaudit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pgaudit.spec b/pgaudit.spec index 0462157..a0d3e3b 100644 --- a/pgaudit.spec +++ b/pgaudit.spec @@ -8,6 +8,7 @@ URL: http://pgaudit.org Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: postgresql-devel >= 10, postgresql-devel < 11 BuildRequires: openssl-devel