summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-02-18 13:13:34 -0500
committerTodd Zullinger <tmz@pobox.com>2018-02-18 13:13:34 -0500
commit560e30fe4a6e4d59a751dee446682ff61faed9c8 (patch)
tree3aa8ed1f23e9cae12cadad9065b76850d47438d0 /cgit.spec
parentfa4377d0a6cb381e100b8592826c50b5155bce06 (diff)
downloadcgit_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.
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec3
1 files changed, 3 insertions, 0 deletions
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 <releng@fedoraproject.org> - 1.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild