diff --git a/python-aodhclient.spec b/python-aodhclient.spec index dfefffc..88f106e 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.spec @@ -20,12 +20,13 @@ provides a Python API (the aodhclient module) and a command-line tool. Name: python-aodhclient Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python API and CLI for OpenStack Aodh License: ASL 2.0 URL: https://launchpad.net/python-aodhclient Source0: https://tarballs.openstack.org/%{name}/%{pypi_name}-%{upstream_version}.tar.gz +Patch0: 0001-Revert-Add-OSprofiler-support-for-Aodh-client.patch BuildArch: noarch @@ -46,7 +47,6 @@ Requires: python%{pyver}-cliff >= 1.14.0 Requires: python%{pyver}-oslo-i18n >= 1.5.0 Requires: python%{pyver}-oslo-serialization >= 1.4.0 Requires: python%{pyver}-oslo-utils >= 2.0.0 -Requires: python%{pyver}-osprofiler >= 1.4.0 Requires: python%{pyver}-keystoneauth1 >= 1.0.0 Requires: python%{pyver}-six >= 1.9.0 Requires: python%{pyver}-osc-lib >= 1.0.1 @@ -129,6 +129,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %endif %changelog +* Mon Nov 11 2019 Alfredo Moralejo 1.3.0-2 +- Removed support for osprofiler + * Wed Nov 06 2019 Alfredo Moralejo 1.3.0-1 - Update to upstream version 1.3.0