!10 【轻量级 PR】:Correct xattr requires

From: @xiyuanwang
Reviewed-by: @huangtianhua
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2021-08-20 01:11:38 +00:00 committed by Gitee
commit e7a83d60e3

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pifpaf Name: python-pifpaf
Version: 3.1.5 Version: 3.1.5
Release: 1 Release: 2
Summary: Suite of tools and fixtures to manage daemons for testing Summary: Suite of tools and fixtures to manage daemons for testing
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/jd/pifpaf URL: https://github.com/jd/pifpaf
@ -26,7 +26,7 @@ BuildRequires: python3-click
BuildRequires: python3-jinja2 BuildRequires: python3-jinja2
BuildRequires: python3-fixtures BuildRequires: python3-fixtures
BuildRequires: python3-psutil BuildRequires: python3-psutil
BuildRequires: python3-pyxattr BuildRequires: python3-xattr
BuildRequires: python3-uWSGI BuildRequires: python3-uWSGI
# Tests running requires # Tests running requires
# General requires # General requires
@ -36,7 +36,7 @@ Requires: python3-pbr
Requires: python3-jinja2 Requires: python3-jinja2
Requires: python3-fixtures Requires: python3-fixtures
Requires: python3-psutil Requires: python3-psutil
Requires: python3-pyxattr Requires: python3-xattr
Requires: python3-uWSGI Requires: python3-uWSGI
# Tests running requires # Tests running requires
@ -94,5 +94,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 11 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 3.1.5-2
- Correct xattr requires
* Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 3.1.5-1 * Wed Jul 14 2021 OpenStack_SIG <openstack@openeuler.org> - 3.1.5-1
- Package Spec generate - Package Spec generate