From 53f9b1179951389b6cc1be9de49af814d87a623e Mon Sep 17 00:00:00 2001 From: wanjk19 Date: Fri, 21 Feb 2020 12:03:19 +0800 Subject: [PATCH] modify spec --- python-pbr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pbr.spec b/python-pbr.spec index 60642ec..07a8d14 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,13 +1,13 @@ Name: python-pbr Version: 4.1.1 -Release: 2 +Release: 3 Summary: Python Build Reasonableness License: ASL 2.0 URL: http://pypi.python.org/pypi/pbr Source0: https://pypi.io/packages/source/p/pbr/pbr-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-sphinx >= 1.1.3 +BuildRequires: python3-sphinx >= 1.1.3 %description PBR is a library that injects some useful and sensible default behaviors into @@ -76,5 +76,8 @@ mv %{buildroot}%{_bindir}/pbr %{buildroot}%{_bindir}/pbr-3 %exclude %{python3_sitelib}/pbr/tests %changelog +* Fri Feb 21 2020 Wanjiankang - 4.1.1-3 +- Modify BuildRequires. + * Fri Nov 22 2019 Wanjiankang - 4.1.1-2 - Initial package.