diff options
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -36,7 +36,7 @@ make V=1 %{?_smp_mflags} \\\ Name: cgit Version: 1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -73,8 +73,8 @@ BuildRequires: lua-devel %if 0%{?fedora} # just to be able to install httpd configuration correctly, FC21+ Requires: httpd-filesystem -Requires: webserver %endif +Requires: webserver %description @@ -147,7 +147,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %doc COPYING README* *.html %config(noreplace) %{_sysconfdir}/cgitrc -%if 0%{?rhel} == 7 +%if 0%{?rhel} && 0%{?rhel} <= 7 # Keep those two httpd-owned directories listed here until httpd-filesystem # becomes part of EPEL. See rhbz#1138599 for more details. %dir %{_sysconfdir}/httpd @@ -162,6 +162,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 24 2017 Todd Zullinger <tmz@pobox.com> - 1.1-5 +- Require webserver on all dists (#1468839) + * Mon Jul 24 2017 Kevin Fenzi <kevin@scrye.com> - 1.1-4 - Fix httpd requirements on epel7. Fixes bug #1468839 |