From 36e38e5a917a4004d8113e5fd6f4a269b248140d Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 4 Mar 2022 03:24:41 +0000 Subject: [PATCH] Remove python3-nose requires (cherry picked from commit 28908ab65b0634c95b1b4a37e48b71d8e91a9b69) --- python-transaction.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-transaction.spec b/python-transaction.spec index a858fb3..9e9d58a 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-transaction Version: 3.0.1 -Release: 1 +Release: 2 Summary: Transaction management for Python License: ZPL 2.1 URL: https://github.com/zopefoundation/transaction @@ -25,7 +25,6 @@ BuildRequires: python3-sphinx BuildRequires: python3-repoze-sphinx-autointerface # Tests running requires BuildRequires: python3-mock -BuildRequires: python3-nose BuildRequires: python3-coverage BuildRequires: python3-mock # General requires @@ -34,7 +33,6 @@ Requires: python3-sphinx Requires: python3-repoze-sphinx-autointerface # Tests running requires Requires: python3-mock -Requires: python3-nose Requires: python3-coverage Requires: python3-mock %description -n python3-transaction @@ -91,5 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 04 2022 huangtianhua - 3.0.1-2 +- Remove python3-nose requires + * Fri Aug 06 2021 OpenStack_SIG - 3.0.1-1 - Package Spec generate \ No newline at end of file