From 31932fabdf8fc05bb37ac988d9a46419e66927fd Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 9 Nov 2021 11:00:35 +0000 Subject: [PATCH] Add python3-reno as require --- python-debtcollector.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-debtcollector.spec b/python-debtcollector.spec index 55f6fd1..be29c37 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-debtcollector Version: 1.22.0 -Release: 1 +Release: 2 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 @@ -19,6 +19,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +BuildRequires: python3-reno # General requires BuildRequires: python3-six BuildRequires: python3-wrapt @@ -26,6 +27,7 @@ BuildRequires: python3-wrapt Requires: python3-pbr Requires: python3-six Requires: python3-wrapt +Requires: python3-reno %description -n python3-debtcollector A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. @@ -80,10 +82,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 huangtianhua - 1.22.0-2 +- Adds python3-reno as require + * Thu Oct 28 2021 OpenStack_SIG - 1.22.0-1 - Upgrade package python3-debtcollector to version 1.22.0 * Sat Jan 30 2021 zhangy - Add buildrequires + * Fri Nov 20 2020 Python_Bot - Package Spec generated -- Gitee