blob: f3d1646851d87ff522a8f5f99bb62e68df06c46a [file] [log] [blame]
%global package_name ara
Name: %{package_name}
Version: 0.16.1
Release: 1%{?dist}
Summary: Record and visualize Ansible Playbook runs
License: GPLv3
URL: https://git.openstack.org/cgit/openstack/ara
Source0: https://tarballs.openstack.org/ara/ara-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-pbr
BuildRequires: python-setuptools
BuildRequires: gcc
BuildRequires: libffi-devel
BuildRequires: openssl-devel
BuildRequires: redhat-rpm-config
BuildRequires: git
Requires: python-jinja2 >= 2.9
Requires: ansible >= 2.4.0.0
Requires: python-cliff
Requires: python-flask
Requires: python2-flask-sqlalchemy
Requires: python2-flask-migrate
Requires: python2-flask-script
Requires: python2-flask-frozen
Requires: python2-junit_xml
Requires: python-pygments
Requires: python2-oslo-serialization
Requires: python2-oslo-utils
Requires: python2-six
Requires: python-subunit
Requires: python-sqlalchemy
Requires: python2-pyfakefs
Requires: python-XStatic
Requires: python-XStatic-Bootstrap-SCSS
Requires: python2-XStatic-DataTables
Requires: python-XStatic-jQuery
Requires: python2-XStatic-Patternfly
Requires: python2-XStatic-Patternfly-Bootstrap-Treeview
%description
ARA Records Ansible
ARA records Ansible Playbook runs seamlessly to make them easier to
visualize, understand and troubleshoot. It integrates with Ansible wherever you
run it.
%prep
%autosetup -n %{package_name}-%{version} -S git -p1
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install --skip-build --root %{buildroot}
%files -n %{package_name}
%doc README.rst
%license LICENSE
%{python2_sitelib}/%{package_name}
%{python2_sitelib}/%{package_name}-*.egg-info
%{_bindir}/ara*
%exclude %{python2_sitelib}/%{package_name}/tests
%changelog
* Thu Sep 20 2018 David Moreau Simard <dmsimard@redhat.com> - 0.16.1-1
- Bump to 0.16.1
* Thu Jan 25 2018 David Moreau Simard <dmsimard@redhat.com> - 0.15.0-1
- Bump to 0.15.0
* Thu Jan 25 2018 Tristan Cacqueray <tdecacqu@redhat.com> - 0.14.5-1
- Bump to 0.14.5
* Wed Oct 25 2017 Fabien Boucher <fboucher@redhat.com> - 0.14.4-1
- Bump to 0.14.4
* Tue Sep 12 2017 Tristan Cacqueray <tdecacqu@redhat.com> - 0.14.2-1
- Bump to 0.14.2
* Wed May 31 2017 Tristan Cacqueray <tdecacqu@redhat.com> - 0.13.1-1
- Bump to 0.13.1
* Thu May 25 2017 Tristan Cacqueray <tdecacqu@redhat.com> - 0.12.5-1
- Bump to 0.12.5
- Remove extra package
* Sat Dec 10 2016 David Moreau Simard <dmsimard@redhat.com> - 0.10.1-1
- First version