From 0a8f569b512359a59145c39a7df04486fe88cbcb Mon Sep 17 00:00:00 2001 From: lauk Date: Sun, 25 Jun 2023 14:35:52 +0800 Subject: [PATCH] License compliance rectification --- python-blowfish.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-blowfish.spec b/python-blowfish.spec index ed88696..bb366c6 100644 --- a/python-blowfish.spec +++ b/python-blowfish.spec @@ -5,10 +5,10 @@ Name: python-blowfish Version: 0.6.1 -Release: 1 +Release: 2 Summary: %{sum} -License: GPLv3+ +License: GPL-3.0 URL: http://pypi.python.org/pypi/blowfish Source0: %{modname}-%{version}.tar.bz2 @@ -46,5 +46,8 @@ Summary: %{sum} %{python3_sitelib}/__pycache__/* %changelog +* Sun Jun 25 2023 liukuo - 0.6.1-2 +- License compliance rectification + * Wed Jun 30 2021 Lianguo Wang - 0.6.1 - Add src. -- Gitee