Commit 95b854bc285fad2b29594bd05ff63f6730b0d822
1 parent
215e6cef
Exists in
master
and in
53 other branches
Updated mailman-api to rc2
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/pkg-rpm/mailman-api/mailman-api.spec
1 | 1 | %define name mailman-api |
2 | -%define version 0.3c1 | |
3 | -%define unmangled_version 0.3c1 | |
4 | -%define release 10 | |
2 | +%define version 0.3rc2 | |
3 | +%define unmangled_version 0.3rc2 | |
5 | 4 | |
6 | 5 | Summary: REST API daemon to interact with Mailman 2 |
7 | 6 | Name: %{name} |
... | ... | @@ -15,8 +14,9 @@ BuildArch: noarch |
15 | 14 | Vendor: Sergio Oliveira <sergio@tracy.com.br> |
16 | 15 | Requires: mailman, python >= 2.7, python-paste >= 1.7.5.1, bottle >= 0.11.6 |
17 | 16 | Url: http://pypi.python.org/pypi/mailman-api/ |
18 | - | |
17 | +Release: 10 | |
19 | 18 | BuildRequires: python >= 2.7, python-devel >= 2.7, python-setuptools >= 0.9.8 |
19 | +BuildRequires: systemd-units | |
20 | 20 | |
21 | 21 | %description |
22 | 22 | mailman-api | ... | ... |