From aae30eb2e3bc1d54049cda07c9ef66a8145fb70c Mon Sep 17 00:00:00 2001 From: kkz Date: Thu, 3 Mar 2022 10:45:52 +0800 Subject: [PATCH] remove some unnecessary buildrequires (cherry picked from commit 06503bfadde0391fbc8d25fb2c5b58c638e13c58) --- python-zope-interface.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index f09a4db..96ccf61 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-interface Version: 5.4.0 -Release: 1 +Release: 2 Summary: Interfaces for Python License: ZPL 2.1 URL: https://github.com/zopefoundation/zope.interface @@ -20,7 +20,6 @@ Provides: python-zope-interface # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-cffi BuildRequires: python3-zope.testing BuildRequires: python3-zope-event BuildRequires: python3-coverage @@ -89,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Mar 03 2021 2022 zhaoshuang - 5.4.0-2 +- remove some unnecessary buildrequires + * Thu Aug 05 2021 2021 OpenStack_SIG - 5.4.0-1 - Upgrade to version 5.4.0