From 487a0c444eb8c126f4b223e5d1b98e922699ef74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Wed, 11 Aug 2021 06:46:49 +0000 Subject: [PATCH] Correct xattr requires (cherry picked from commit 0c1b8ea6bec6978e4938cfd62bf2df92706da441) --- python-pifpaf.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 6e79b84..15289ff 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pifpaf Version: 3.1.5 -Release: 1 +Release: 2 Summary: Suite of tools and fixtures to manage daemons for testing License: Apache-2.0 URL: https://github.com/jd/pifpaf @@ -26,7 +26,7 @@ BuildRequires: python3-click BuildRequires: python3-jinja2 BuildRequires: python3-fixtures BuildRequires: python3-psutil -BuildRequires: python3-pyxattr +BuildRequires: python3-xattr BuildRequires: python3-uWSGI # Tests running requires # General requires @@ -36,7 +36,7 @@ Requires: python3-pbr Requires: python3-jinja2 Requires: python3-fixtures Requires: python3-psutil -Requires: python3-pyxattr +Requires: python3-xattr Requires: python3-uWSGI # Tests running requires @@ -94,5 +94,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 11 2021 wangxiyuan - 3.1.5-2 +- Correct xattr requires * Wed Jul 14 2021 OpenStack_SIG - 3.1.5-1 - Package Spec generate -- Gitee