diff --git a/python-semver.spec b/python-semver.spec index 59c702d1448d4bf92345c1ecf8a0ed926ca034be..1623ffa95af4374c725cf3e77e04d20120243f05 100644 --- a/python-semver.spec +++ b/python-semver.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-semver Version: 2.10.2 -Release: 1 +Release: 2 Summary: Python helper for Semantic Versioning (http://semver.org/) -License: BSD +License: BSD-3-Clause URL: https://github.com/python-semver/python-semver Source0: https://files.pythonhosted.org/packages/aa/e8/cb894f70a52887f001aff5f264f68272c21fa58268495aca17df396c161f/semver-2.10.2.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 houyingchao - 2.10.2-2 +- License compliance rectification + * Fri Sep 04 2020 Python_Bot - Package Spec generated