diff --git a/ara.spec b/ara.spec index bca5573..a36fdbd 100644 --- a/ara.spec +++ b/ara.spec @@ -1,8 +1,8 @@ %global srcname ara Name: %{srcname} -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: ARA Records Ansible playbooks and makes them easier to understand and troubleshoot License: GPLv3 @@ -88,6 +88,10 @@ Summary: %{summary} BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme +BuildRequires: python3-sphinxcontrib-programoutput +# The API server dependencies need to be installed so the snippets from +# sphinxcontrib-programoutput can be generated +BuildRequires: python3-%{srcname}-server %description doc %{common_desc} @@ -136,6 +140,9 @@ ARA_TIME_ZONE=UTC %{__python3} manage.py test %{srcname} %license LICENSE %changelog +* Tue Dec 3 2019 David Moreau Simard - 1.3.0 +- Update to latest upstream release + * Wed Nov 6 2019 David Moreau Simard - 1.2.0-2 - Add missing pygments dependency