diff --git a/pykickstart.spec b/pykickstart.spec index 858c3b2..7f085dc 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.40 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and MIT Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -77,6 +77,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Tue Jun 14 2022 Python Maint - 3.40-2 +- Rebuilt for Python 3.11 + * Mon Jun 13 2022 Brian C. Lane - 3.40-1 - Add support for automatic LUN Scan (vponcova) Related: rhbz#1432883