summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2015-09-05 11:09:59 -0600
committerKevin Fenzi <kevin@scrye.com>2015-09-05 11:09:59 -0600
commit8cc47a6add0da67408df470c77674df914ce8a66 (patch)
tree2a974e422bc3623b5c8b00d5a30e649b69f3b33b /cgit.spec
parent11f4cd7bc5212119b6cc7453374ab554c0c609f6 (diff)
downloadcgit_EL6-8cc47a6add0da67408df470c77674df914ce8a66.tar.gz
Fix up logic around webserver and httpd.
- On Fedora require webserver and httpd-filesystem - On EPEL require httpd.
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/cgit.spec b/cgit.spec
index e03b05d..4397aa7 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -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