From 12ad0335ab1506a334a0908f71e50a5345024cff Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 1 Mar 2022 12:20:56 +0000 Subject: [PATCH] Adds python3-wrapt as buildrequies and specify the version --- python-debtcollector.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 6fbcf6d..7ca03ef 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 -- Gitee