diff --git a/initial-setup.spec b/initial-setup.spec index 23e31ae..f337b50 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -2,7 +2,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: https://fedoraproject.org/wiki/InitialSetup Version: 0.3.97 -Release: 1%{?dist} +Release: 2%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. @@ -104,6 +104,9 @@ rm -rf %{buildroot} %{python3_sitelib}/initial_setup/gui/ %changelog +* Thu Jun 15 2023 Python Maint - 0.3.97-2 +- Rebuilt for Python 3.12 + * Mon Feb 13 2023 Martin Kolman - 0.3.97-1 - Make it possible to run with no kickstart (mkolman) - Fixup packit SRPM build deps (mkolman)