From 14012cbbe5601512c52ae412b420c3dcba10e71d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 26 Jun 2023 12:27:01 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index bbb2063..46af7b5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 39.20 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -470,6 +470,9 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Jun 26 2023 Python Maint - 39.20-2 +- Rebuilt for Python 3.12 + * Tue Jun 20 2023 Packit - 39.20-1 - webui: add PRETTY_NAME to use in title instead of anaconda generic title (acruzgon)