Commit c3f0b22954b476e15d91dbe917e69314f1291715
1 parent
a14c06f8
Exists in
master
and in
67 other branches
Bumps colab release to use new mailman-api pkg
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
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: 18.1 | |
| 10 | +Release: 18.2 | |
| 11 | 11 | Source0: %{name}-%{version}.tar.gz |
| 12 | 12 | License: GPLv2 |
| 13 | 13 | Group: Development/Tools |
| ... | ... | @@ -18,7 +18,7 @@ Url: https://github.com/colab/colab |
| 18 | 18 | BuildArch: noarch |
| 19 | 19 | BuildRequires: colab-deps >= 1.11.3, python-virtualenv |
| 20 | 20 | # FIXME colab should not depend on nginx! |
| 21 | -Requires: colab-deps >= 1.11.3, solr, mailman-api >= 0.3, nginx | |
| 21 | +Requires: colab-deps >= 1.11.3, solr, mailman-api >= 0.3rc3, nginx | |
| 22 | 22 | |
| 23 | 23 | %description |
| 24 | 24 | Integrated software development platform. | ... | ... |