diff options
author | Todd Zullinger <tmz@pobox.com> | 2018-02-18 13:13:34 -0500 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2018-02-18 13:13:34 -0500 |
commit | 560e30fe4a6e4d59a751dee446682ff61faed9c8 (patch) | |
tree | 3aa8ed1f23e9cae12cadad9065b76850d47438d0 | |
parent | fa4377d0a6cb381e100b8592826c50b5155bce06 (diff) | |
download | cgit_EL6-560e30fe4a6e4d59a751dee446682ff61faed9c8.tar.gz |
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.
-rw-r--r-- | cgit.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 <releng@fedoraproject.org> - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |