diff --git a/python-pbr.spec b/python-pbr.spec index de5d1ae065a1241ad0d10af91951dfb6ccf5c68d..f39eb6eab1626e97fa6dae0959df7ba245d674af 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name pbr @@ -109,5 +109,8 @@ stestr run -E 'test_requirement_parsing|test_pep_517_support' %doc README.rst %{?without_bootstrap:html} %changelog +* Tue Mar 12 2024 Zhao Hang - 5.10.0-2 +- Rebuild with python3.11 + * Wed Mar 29 2023 yuanhui - 5.10.0-1 - Init package from upstream