diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 7ca03efa41ae73c0b181a97aa82006197787b622..6b9d4a305e498639af7e066f68bead72ad27ce1c 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -1,16 +1,15 @@ +%global __requires_exclude python3.9dist.*wrapt.* %global _empty_manifest_terminate_build 0 Name: python-debtcollector Version: 2.2.0 -Release: 3 +Release: 4 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 Source0: https://files.pythonhosted.org/packages/43/db/878dd456ccdbba6e466fc91e2534fd183a345a3fe261c4780a0e46c6dab0/debtcollector-2.2.0.tar.gz BuildArch: noarch -Requires: python3-pbr -Requires: python3-six -Requires: python3-wrapt >= 1.12 + %description @@ -22,7 +21,10 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-pbr -BuildRequires: python3-wrapt >= 1.12 +BuildRequires: python3-wrapt +Requires: python3-pbr +Requires: python3-six +Requires: python3-wrapt %description -n python3-debtcollector @@ -74,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Mar 02 2022 wangxiyuan - 2.2.0-4 +- Fix require issue + * Tue Mar 01 2022 huangtianhua - 2.2.0-3 - Adds python3-wrapt as buildrequies and specify the version