Add python3-reno as require

This commit is contained in:
huangtianhua 2021-11-09 11:00:35 +00:00 committed by Gitee
parent e01bcad6f4
commit 31932fabdf

View File

@ -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 <huangtianhua@huawei.com> - 1.22.0-2
- Adds python3-reno as require
* Thu Oct 28 2021 OpenStack_SIG <openstack@openeuler.org> - 1.22.0-1
- Upgrade package python3-debtcollector to version 1.22.0
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated