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