From d8709ebb930e1e482fb71150232bfdb64333d972 Mon Sep 17 00:00:00 2001 From: wangjiang Date: Wed, 14 Aug 2024 14:53:30 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit c61c2a7a1aa6049ee65d0be6704a9d78cd2e636d) (cherry picked from commit 2a8db2f320c5bfcd60014e2d5cb3321e4fade60f) --- python-iniparse.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-iniparse.spec b/python-iniparse.spec index 70371c1..a3b3c7f 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -3,7 +3,7 @@ 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 Python-2.0 URL: https://github.com/candlepin/python-iniparse @@ -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 Nov 19 2024 xiangyuning - 0.5-2 - ID:NA -- Gitee