From 82f3a5a84cbd190373f594c631095ae558be1c78 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 7 Jun 2022 15:28:02 +0800 Subject: [PATCH] License compliance rectification --- python-aiowinreg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-aiowinreg.spec b/python-aiowinreg.spec index 18ae299..12060aa 100644 --- a/python-aiowinreg.spec +++ b/python-aiowinreg.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-aiowinreg Version: 0.0.5 -Release: 1 +Release: 2 Summary: Windows registry file reader -License: MIT License +License: MIT URL: https://github.com/skelsec/aiowinreg Source0: https://files.pythonhosted.org/packages/ba/40/5d8a00a4745fbd1291e8148549887d9a3749b911282c0025329c8d522443/aiowinreg-0.0.5.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 07 2022 liukuo - 0.0.5-2 +- License compliance rectification + * Thu Jul 22 2021 Xu Jin - 0.0.5-1 - Update package to 0.0.5 -- Gitee