Commit 00d985d3498fb33d89be19c864a1cb248e05db19

Authored by Sergio Oliveira
1 parent 852160bd

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 1 %define name colab
2   -%define version 1.11.2
  2 +%define version 1.11.3
3 3 %define default_release 0
4 4 %{!?release: %define release %{default_release}}
5 5 %define buildvenv /var/tmp/%{name}-%{version}
... ... @@ -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, python-virtualenv
  19 +BuildRequires: colab-deps >= 1.11.3, python-virtualenv
20 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 23 %description
24 24 Integrated software development platform.
... ...