From 7bf840364610e1c71fd82b58b5f9aeb85c96a8a0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 10:45:15 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 13d8831..db9df70 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 35.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -404,6 +404,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jun 04 2021 Python Maint - 35.16-2 +- Rebuilt for Python 3.10 + * Wed May 26 2021 Martin Kolman - 35.16-1 - Add kickstart tests support for RHEL-9 branch (#infra) (jkonecny) - Add a log message for successful installation (vslavik)