From 560e30fe4a6e4d59a751dee446682ff61faed9c8 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 18 Feb 2018 13:13:34 -0500 Subject: Add gcc and make BuildRequires The guidelines require all required packages to be explicitly listed. Additionally, a proposed change for Fedora 29 removes gcc from the default BuildRoot. --- cgit.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cgit.spec b/cgit.spec index 6effe74..4c4c6c0 100644 --- a/cgit.spec +++ b/cgit.spec @@ -38,6 +38,7 @@ BuildRequires: highlight %endif BuildRequires: asciidoc +BuildRequires: gcc %if 0%{?fedora} || 0%{?rhel} >= 6 BuildRequires: libcurl-devel %else @@ -45,6 +46,7 @@ BuildRequires: curl-devel %endif BuildRequires: openssl-devel BuildRequires: lua-devel +BuildRequires: make %if 0%{?fedora} # just to be able to install httpd configuration correctly, FC21+ @@ -156,6 +158,7 @@ install -d -m0755 %{buildroot}%{cachedir} - Remove el5 conditionals - Use cgit.conf and config.mak for cgit/git build options - Drop obsolete %%{buildroot} cleanup +- Add gcc and make BuildRequires * Wed Feb 07 2018 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -- cgit