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 <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-24 16:21:04 +02:00
parent b77b0e5e3e
commit 01e4374ae2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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