summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-02-09 08:19:53 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-02-09 08:19:53 +0100
commitd552c4627b04b570b77ee26569aeaedec7083b0c (patch)
tree651f571eef4e1005771a2d23d07a80713b003d3f
parent44c7db8ce15c7e103d83339e3879416535337d96 (diff)
downloadcgit_EL6-d552c4627b04b570b77ee26569aeaedec7083b0c.tar.gz
spec: require any webserver instead of httpd
Related: #1138599 Version: 0.10.2-5
-rw-r--r--cgit.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/cgit.spec b/cgit.spec
index c805a4f..0b4a7c5 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -36,7 +36,7 @@ make V=1 %{?_smp_mflags} \\\
Name: cgit
Version: 0.10.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A fast web interface for git
Group: Development/Tools
@@ -66,7 +66,11 @@ BuildRequires: curl-devel
%endif
BuildRequires: openssl-devel
BuildRequires: lua-devel
-Requires: httpd
+Requires: webserver
+
+# just to be able to install httpd configuration correctly, FC21+
+Requires: httpd-filesystem
+
%description
Cgit is a fast web interface for git. It uses caching to increase performance.
@@ -150,6 +154,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Feb 09 2015 Pavel Raiskup <praiskup@redhat.com> - 0.10.2-5
+- require "any" 'webserver' instead of concrete 'httpd' (#1138599)
+
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild