From 76433af2a4eff195c06fbba88b4413eda4bf4688 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 16:42:21 +0800 Subject: [PATCH] License compliance rectification --- python-pylast.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pylast.spec b/python-pylast.spec index 66f4aea..08dbe83 100644 --- a/python-pylast.spec +++ b/python-pylast.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pylast Version: 4.2.1 -Release: 1 +Release: 2 Summary: A Python interface to Last.fm and Libre.fm -License: Apache2 +License: Apache-2.0 URL: https://github.com/pylast/pylast Source0: https://files.pythonhosted.org/packages/fc/1d/521b850ae5ce6ec5f43f9f9178028ed68ed854f99ac1ca71ba366371aefe/pylast-4.2.1.tar.gz BuildArch: noarch @@ -73,5 +73,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 liukuo - 4.2.1-2 +- License compliance rectification + * Wed Sep 29 2021 Python_Bot - 4.2.1-1 - Package Init -- Gitee