Commit 6ead4aee6613ad8f344574d777f9918ea841f4d3
1 parent
454554c8
Exists in
master
and in
64 other branches
Updated colab-deps
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/pkg-rpm/colab-deps/colab-deps.spec
src/pkg-rpm/colab/colab.spec
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | Summary: Collaboration platform for communities |
| 8 | 8 | Name: %{name} |
| 9 | 9 | Version: %{version} |
| 10 | -Release: 20 | |
| 10 | +Release: 21 | |
| 11 | 11 | Source0: %{name}-%{version}.tar.gz |
| 12 | 12 | License: GPLv2 |
| 13 | 13 | Group: Development/Tools |
| ... | ... | @@ -16,9 +16,9 @@ Prefix: %{_prefix} |
| 16 | 16 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
| 17 | 17 | Url: https://github.com/colab/colab |
| 18 | 18 | BuildArch: noarch |
| 19 | -BuildRequires: colab-deps >= 1.11.3, python-virtualenv | |
| 19 | +BuildRequires: colab-deps >= 1.11.5, python-virtualenv | |
| 20 | 20 | # FIXME colab should not depend on nginx! |
| 21 | -Requires: colab-deps >= 1.11.3, solr, mailman-api >= 0.3rc3, nginx | |
| 21 | +Requires: colab-deps >= 1.11.5, solr, mailman-api >= 0.3rc3, nginx | |
| 22 | 22 | |
| 23 | 23 | %description |
| 24 | 24 | Integrated software development platform. | ... | ... |