From 019c71dee2a553a8890cdb54b36bc5dff13e9400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Mon, 31 May 2021 19:46:57 +0800 Subject: [PATCH] Drop xattr require (cherry picked from commit 8c50d0ded3692a386ae1c55812c5fc28acc07722) --- python-pifpaf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pifpaf.spec b/python-pifpaf.spec index 2d1844b..f500b04 100644 --- a/python-pifpaf.spec +++ b/python-pifpaf.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude xattr Name: python-pifpaf Version: 1.1.0 -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 @@ -83,5 +84,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 wangxiyuan +- Drop xattr require * Tue May 11 2021 OpenStack_SIG - Package Spec generated -- Gitee