Commit b355eea2362e77f787dfd9babe6ae479de70ba64
1 parent
1a4fe798
Exists in
master
and in
79 other branches
bump release
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
colab/colab.spec
| 1 | 1 | %define name colab |
| 2 | 2 | %define version 1.11.0 |
| 3 | -%define default_release 1 | |
| 3 | +%define default_release 2 | |
| 4 | 4 | %{!?release: %define release %{default_release}} |
| 5 | 5 | %define buildvenv /var/tmp/%{name}-%{version} |
| 6 | 6 | |
| ... | ... | @@ -17,7 +17,6 @@ Vendor: Sergio Oliveira <sergio@tracy.com.br> |
| 17 | 17 | Url: https://github.com/colab/colab |
| 18 | 18 | BuildArch: noarch |
| 19 | 19 | BuildRequires: colab-deps >= 1.11, python-virtualenv |
| 20 | -# TODO: Set mailman-api version (0.3c1) | |
| 21 | 20 | Requires: colab-deps >= 1.11, solr, mailman-api >= 0.3 |
| 22 | 21 | |
| 23 | 22 | %description | ... | ... |