diff --git a/python-pyasn1.spec b/python-pyasn1.spec index e74b64b511dd7219c1ca9c3f57af44b0eecc2cf4..59406f517e2c5d166c7c152c89420c38bcd23067 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global module pyasn1 %global modules_version 0.2.8 @@ -84,5 +84,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test %doc docs/build/html/* %changelog +* Wed Mar 13 2024 Zhao Hang - 0.4.8-2 +- Rebuild with python3.11 + * Wed Mar 29 2023 yuanhui - 0.4.8-1 - Init package from upstream