diff options
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -36,7 +36,7 @@ make V=1 %{?_smp_mflags} \\\ Name: cgit Version: 0.11.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -66,10 +66,14 @@ BuildRequires: curl-devel %endif BuildRequires: openssl-devel BuildRequires: lua-devel -Requires: webserver +%if 0%{?fedora} # just to be able to install httpd configuration correctly, FC21+ Requires: httpd-filesystem +Requires: webserver +%else +Requries: httpd +%endif %description @@ -154,6 +158,11 @@ rm -rf %{buildroot} %changelog +* Sat Sep 05 2015 Kevin Fenzi <kevin@scrye.com> 0.11.2-3 +- Fix up logic around webserver and httpd. +- On Fedora require webserver and httpd-filesystem +- On EPEL require httpd. + * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |