Commit b896fe57c9b375cfb36135a2546e46a402875c78
1 parent
e67bf692
Exists in
master
and in
79 other branches
gitlab-shell: add dependency on redis
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
gitlab-shell.spec
1 | 1 | Name: gitlab-shell |
2 | 2 | Version: 2.4.0 |
3 | -Release: 1%{?dist} | |
3 | +Release: 2%{?dist} | |
4 | 4 | Summary: Software Development Platform |
5 | 5 | |
6 | 6 | Group: Development/Tools |
... | ... | @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz |
10 | 10 | BuildArch: noarch |
11 | 11 | |
12 | 12 | # BuildRequires: |
13 | -Requires: ruby >= 1.9 | |
13 | +Requires: ruby >= 1.9, redis | |
14 | 14 | |
15 | 15 | %description |
16 | 16 | Gitlab-shell | ... | ... |