diff --git a/python-pifpaf.spec b/python-pifpaf.spec index f500b0493b43bb070eaded5894b3e67c47eed1b1..71c5ff801d2db1c88f8006e790263dee3bfbebc9 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