[cgit] spec: require any webserver instead of httpd

Pavel Raiskup praiskup at fedoraproject.org
Mon Feb 9 07:42:14 UTC 2015


commit d552c4627b04b570b77ee26569aeaedec7083b0c
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Mon Feb 9 08:19:53 2015 +0100

    spec: require any webserver instead of httpd
    
    Related: #1138599
    Version: 0.10.2-5

 cgit.spec |   11 +++++++++--
 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 at redhat.com> - 0.10.2-5
+- require "any" 'webserver' instead of concrete 'httpd' (#1138599)
+
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list