diff --git a/python-iniparse.spec b/python-iniparse.spec index c46e7140f3940860295e08b12c5657726d513e88..34a0a681c7bbdc2ce616570d36432c710eedb289 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