]> git.pld-linux.org Git - packages/gitolite3.git/commitdiff
redis support is optional auto/th/gitolite3-3.6.6-1
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 21:44:17 +0000 (00:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 21:44:17 +0000 (00:44 +0300)
gitolite3.spec

index aabd5a9f53a46484cbf5aaec0d5a62f3b3c65673..39dec7e7bc7446086d5297d147c5d94c6cc1f049 100644 (file)
@@ -17,10 +17,15 @@ BuildRequires:      rpmbuild(macros) >= 1.219
 BuildRequires: sed >= 4.0
 Requires:      git-core >= 1.6.6
 Requires:      openssh-server >= 5.0
+Suggests:      perl-Redis
 Conflicts:     gitolite
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# Optional Redis cache support
+# http://gitolite.com/gitolite/cache.html
+%define        _noautoreq_perl Redis
+
 %description
 Gitolite allows a server to host many git repositories and provide
 access to many developers, without having to give them real userids on
This page took 0.094278 seconds and 4 git commands to generate.