diff --git a/python-configobj.spec b/python-configobj.spec index 577989e0e49c435eafcdab863d5e3524d53bda4c..f06fac5ea3a65d5709555c401b3aa50aec168c06 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -1,3 +1,4 @@ +ExclusiveArch: x86_64 aarch64 %define anolis_release 3 Name: python-configobj Version: 5.0.8 @@ -65,6 +66,13 @@ py.test-%{python3_version} -c setup.cfg --color=yes --cov=configobj --cov-report %doc README.md %changelog +* Wed Feb 13 2026 wency_cn - 5.0.8-3.anolis +- Sync with upstream changes +- Update to use pyproject macros +- Add documentation subpackage +- Include CVE-2023-26112 fix +- Add pytest-cov build requirement + * Thu Mar 14 2024 Zhao Hang - 5.0.8-3 - Rebuild with python3.11