Commit 707f12f9b2c24fa3eaebad4d326aa402da6a01f2

Authored by Antonio Terceiro
1 parent 86498b48

colab: require a matching version of colab-deps

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
colab/colab.spec
... ... @@ -17,8 +17,8 @@ Prefix: %{_prefix}
17 17 Vendor: Sergio Oliveira <sergio@tracy.com.br>
18 18 Url: https://github.com/colab-community/colab
19 19 BuildArch: noarch
20   -BuildRequires: colab-deps, python-virtualenv
21   -Requires: colab-deps, solr, mailman-api
  20 +BuildRequires: colab-deps >= 1.10, python-virtualenv
  21 +Requires: colab-deps >= 1.10, solr, mailman-api
22 22  
23 23 %description
24 24 Integrated software development platform.
... ...