From fe30366427a728ed18ee175eba20cbc5d485b512 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 10 Sep 2021 07:19:17 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit c99558e0e35e855aabd165bb4c2a26757c12dd3c) --- python-pifpaf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pifpaf.spec b/python-pifpaf.spec index f500b04..c424d1d 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -2,7 +2,7 @@ %global __requires_exclude xattr Name: python-pifpaf Version: 1.1.0 -Release: 2 +Release: 3 Summary: Suite of tools and fixtures to manage daemons for testing License: Apache-2.0 URL: https://github.com/jd/pifpaf @@ -20,6 +20,7 @@ clustering) FakeS3 Consul Keystone CouchDB S3rver MongoDB OpenStack Swift. %package -n python2-pifpaf Summary: Suite of tools and fixtures to manage daemons for testing Provides: python2-pifpaf +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools %description -n python2-pifpaf @@ -84,7 +85,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 10 2021 huangtianhua - 1.1.0-3 +- Adds python2-pbr as BuildRequires + * Mon May 31 2021 wangxiyuan - Drop xattr require + * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee