From c4a139b045a187f961115a8e14968439af31714d Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Tue, 10 May 2022 18:43:59 +0800 Subject: [PATCH] License compliance rectification --- python-isodate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-isodate.spec b/python-isodate.spec index d67654e..6eb2005 100644 --- a/python-isodate.spec +++ b/python-isodate.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-isodate Version: 0.6.0 -Release: 1 +Release: 2 Summary: An ISO 8601 date/time/duration parser and formatter -License: BSD +License: BSD-3-Clause URL: https://github.com/gweis/isodate/ Source0: https://github.com/gweis/isodate/archive/0.6.0.tar.gz BuildArch: noarch @@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Tue May 10 2022 houyingchao - 0.6.0-2 +- License compliance rectification + * Sat Feb 20 2021 Python_Bot - Package Spec generated