Commit 707f12f9b2c24fa3eaebad4d326aa402da6a01f2
1 parent
86498b48
Exists in
master
and in
79 other branches
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,8 +17,8 @@ Prefix: %{_prefix} | ||
17 | Vendor: Sergio Oliveira <sergio@tracy.com.br> | 17 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
18 | Url: https://github.com/colab-community/colab | 18 | Url: https://github.com/colab-community/colab |
19 | BuildArch: noarch | 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 | %description | 23 | %description |
24 | Integrated software development platform. | 24 | Integrated software development platform. |