Commit 00d985d3498fb33d89be19c864a1cb248e05db19
1 parent
852160bd
Exists in
master
and in
79 other branches
Updated colab-deps dependency version
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/pkg-rpm/colab/colab.spec
1 | %define name colab | 1 | %define name colab |
2 | -%define version 1.11.2 | 2 | +%define version 1.11.3 |
3 | %define default_release 0 | 3 | %define default_release 0 |
4 | %{!?release: %define release %{default_release}} | 4 | %{!?release: %define release %{default_release}} |
5 | %define buildvenv /var/tmp/%{name}-%{version} | 5 | %define buildvenv /var/tmp/%{name}-%{version} |
@@ -16,9 +16,9 @@ Prefix: %{_prefix} | @@ -16,9 +16,9 @@ Prefix: %{_prefix} | ||
16 | Vendor: Sergio Oliveira <sergio@tracy.com.br> | 16 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
17 | Url: https://github.com/colab/colab | 17 | Url: https://github.com/colab/colab |
18 | BuildArch: noarch | 18 | BuildArch: noarch |
19 | -BuildRequires: colab-deps >= 1.11, python-virtualenv | 19 | +BuildRequires: colab-deps >= 1.11.3, python-virtualenv |
20 | # FIXME colab should not depend on nginx! | 20 | # FIXME colab should not depend on nginx! |
21 | -Requires: colab-deps >= 1.11, solr, mailman-api >= 0.3, nginx | 21 | +Requires: colab-deps >= 1.11.3, solr, mailman-api >= 0.3, nginx |
22 | 22 | ||
23 | %description | 23 | %description |
24 | Integrated software development platform. | 24 | Integrated software development platform. |