diff --git a/python-pid.spec b/python-pid.spec index fe637988285e4c4b41dbb8dee62c8acee244cf73..b590c2ec6acfbd9337270eea192ca0dab31dc103 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_without python3 %bcond_without python3_tests %global pypi_name pid @@ -85,6 +85,9 @@ rm -rf %{pypi_name}.egg-info %doc AUTHORS CHANGELOG README.rst %changelog +* Tue Mar 12 2024 Zhao Hang - 3.0.4-4 +- Rebuild with python3.11 + * Sat Apr 08 2023 Shawn Wang - 3.0.4-3 - Optimize the spec file