Commit b896fe57c9b375cfb36135a2546e46a402875c78
1 parent
e67bf692
Exists in
master
and in
7 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 | Name: gitlab-shell | 1 | Name: gitlab-shell |
2 | Version: 2.4.0 | 2 | Version: 2.4.0 |
3 | -Release: 1%{?dist} | 3 | +Release: 2%{?dist} |
4 | Summary: Software Development Platform | 4 | Summary: Software Development Platform |
5 | 5 | ||
6 | Group: Development/Tools | 6 | Group: Development/Tools |
@@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz | @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz | ||
10 | BuildArch: noarch | 10 | BuildArch: noarch |
11 | 11 | ||
12 | # BuildRequires: | 12 | # BuildRequires: |
13 | -Requires: ruby >= 1.9 | 13 | +Requires: ruby >= 1.9, redis |
14 | 14 | ||
15 | %description | 15 | %description |
16 | Gitlab-shell | 16 | Gitlab-shell |