diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 6fbcf6d4610ae1ea90837473accdb3da0f6e70f2..7ca03efa41ae73c0b181a97aa82006197787b622 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-debtcollector Version: 2.2.0 -Release: 2 +Release: 3 Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. License: Apache-2.0 URL: https://docs.openstack.org/debtcollector/latest @@ -10,7 +10,7 @@ BuildArch: noarch Requires: python3-pbr Requires: python3-six -Requires: python3-wrapt +Requires: python3-wrapt >= 1.12 %description @@ -22,6 +22,8 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-pbr +BuildRequires: python3-wrapt >= 1.12 + %description -n python3-debtcollector @@ -72,7 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 01 2022 huangtianhua - 2.2.0-3 +- Adds python3-wrapt as buildrequies and specify the version + * Sat Jan 30 2021 zhangy - Add buildrequires + * Fri Nov 20 2020 Python_Bot - Package Spec generated