From 782b9185494cf0f1806528bf9c1a544282859ec6 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 19:10:28 +0800 Subject: [PATCH] License compliance rectification --- python-metar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-metar.spec b/python-metar.spec index 19adc6b..7914465 100644 --- a/python-metar.spec +++ b/python-metar.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-metar Version: 1.8.0 -Release: 1 +Release: 2 Summary: Metar - a package to parse METAR-coded weather reports -License: BSD +License: BSD-1-Clause URL: https://github.com/python-metar/python-metar Source0: https://files.pythonhosted.org/packages/fa/3b/5ca06c3e300a4bf6259663684943f058a44575500c9953a56650540d7780/metar-1.8.0.tar.gz BuildArch: noarch @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 xigaoxinyan - 1.8.0-2 +- License compliance rectification + * Mon Sep 27 2021 Python_Bot - 1.8.0-1 - Package Init -- Gitee