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