From 565c45a2780d98f499bd3da1f4ad8bf7ccb7d5fa Mon Sep 17 00:00:00 2001 From: wenzhiwei11 Date: Thu, 4 Aug 2022 11:10:05 +0800 Subject: [PATCH] change license --- mod_wsgi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 38fb4e2..5664b56 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -6,9 +6,9 @@ %global sphinxbin %{_bindir}/sphinx-build-3 Name: mod_wsgi Version: 4.9.1 -Release: 1 +Release: 2 Summary: A WSGI interface for Python web applications in Apache -License: ASL 2.0 +License: Apache-2.0 URL: https://modwsgi.readthedocs.io/ Source0: https://github.com/GrahamDumpleton/mod_wsgi/archive/refs/tags/%{version}.tar.gz Source1: wsgi-python3.conf @@ -74,6 +74,9 @@ popd %{_bindir}/mod_wsgi-express-3 %changelog +* Thu Aug 4 2022 wenzhiwei - 4.9.1-2 +- fix license error + * Tue May 17 2022 yangping - 4.9.1-1 - Update to 4.9.1 -- Gitee