From add4827edb00a783d9697f82978b7c695eae48ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Wed, 3 Aug 2022 02:05:54 +0000 Subject: [PATCH] Unified license name specification --- python-transaction.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-transaction.spec b/python-transaction.spec index 9e9d58a..dad4c27 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-transaction Version: 3.0.1 -Release: 2 +Release: 3 Summary: Transaction management for Python -License: ZPL 2.1 +License: ZPLv2.1 URL: https://github.com/zopefoundation/transaction Source0: https://files.pythonhosted.org/packages/28/d3/a09ac263b4eebfff68545e75a36cc570c63f7d41e0f84db99fd983a92e00/transaction-3.0.1.tar.gz BuildArch: noarch @@ -89,6 +89,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 02 2022 fushanqing - 3.0.1-3 +- Unified license name specification + * Fri Mar 04 2022 huangtianhua - 3.0.1-2 - Remove python3-nose requires