From d7510f81250bf55222e71d9bf30c3e3bec8a0dd8 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 23 Nov 2021 07:43:07 +0000 Subject: [PATCH] Adds python2-pbr as BuildRequires (cherry picked from commit 01e5c82317a84899e87ece11689e8633d2244c9e) --- python-pifpaf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pifpaf.spec b/python-pifpaf.spec index f500b04..71c5ff8 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 @@ -22,6 +22,7 @@ Summary: Suite of tools and fixtures to manage daemons for testing Provides: python2-pifpaf BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pbr %description -n python2-pifpaf Pifpaf is a suite of fixtures and a command-line tool that allows to start and stop daemons for a quick throw-away usage. This is typically useful when needing @@ -84,7 +85,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 23 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