From c61c2a7a1aa6049ee65d0be6704a9d78cd2e636d Mon Sep 17 00:00:00 2001 From: wangjiang Date: Wed, 14 Aug 2024 14:53:30 +0800 Subject: [PATCH] License compliance rectification --- python-iniparse.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index c46e714..34a0a68 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -3,9 +3,9 @@ Name: python-iniparse Version: 0.5 -Release: 2 +Release: 3 Summary: Python Module for Accessing and Modifying Configuration Data in INI files -License: MIT and PSF +License: MIT AND Python-2.0 URL: https://github.com/candlepin/python-iniparse Source0: https://files.pythonhosted.org/packages/source/i/iniparse/iniparse-%{version}.tar.gz @@ -58,6 +58,11 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %exclude %{_docdir}/iniparse-%{version}/ %changelog +* Wed Aug 14 2024 wangjiang - 0.5-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:License compliance rectification * Tue Mar 26 2024 xiangyuning - 0.5-2 - ID:NA -- Gitee