From 50ed3378adf62fb36d09dec8b33efe111e6da8f4 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:40:55 +0800 Subject: [PATCH] License compliance rectification --- python-straight-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-straight-plugin.spec b/python-straight-plugin.spec index d292999..b412b1c 100644 --- a/python-straight-plugin.spec +++ b/python-straight-plugin.spec @@ -1,9 +1,9 @@ Name: python-straight-plugin Version: 1.5.0 -Release: 1 +Release: 2 Summary: Python plugin loader -License: BSD +License: MIT URL: https://github.com/ironfroggy/straight.plugin/ # Version 1.5.0 was released on pypi but not tagged on github # Use source from pypi @@ -49,6 +49,9 @@ the plugins in it for some particular purpose or intent. %{python3_sitelib}/straight* %changelog +* Tue May 10 2022 houyingchao - 1.5.0-2 +- License compliance rectification + * Tue Jul 13 2021 wangdi - 1.5.0-1 - Package init -- Gitee