diff --git a/python-jsonmodels.spec b/python-jsonmodels.spec index 4422d27f82f5989c0e6b8c78379b6a1d7cfd063b..9f5472ef2783d8e18f52cb2bd580a39a8b45dc32 100644 --- a/python-jsonmodels.spec +++ b/python-jsonmodels.spec @@ -4,9 +4,9 @@ Name: python-jsonmodels Version: 2.4 -Release: 1 +Release: 2 Source0: https://github.com/beregond/%{pypi_name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -License: BSD +License: BSD-3-Clause Summary: Create Python structures that are converted to, or read from JSON BuildArch: noarch Url: https://github.com/beregond/jsonmodels @@ -68,5 +68,8 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %endif %changelog +* Tue May 10 2022 xigaoxinyan - 2.4-2 +- License compliance rectification + * Fri Jun 25 2021 sunligang - 2.4-1 - Init package