From 8947c866d03d13e50d4c3f01831b1879eaa55f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Aug 2019 19:15:58 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 19c6d5d..df10bcd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -5,7 +5,7 @@ Summary: Graphical system installer Name: anaconda Version: 32.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -351,6 +351,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 21 2019 Miro HronĨok - 32.2-2 +- Rebuilt for Python 3.8 + * Mon Aug 19 2019 Jiri Konecny - 32.2-1 - Set the minimum required entropy only once (vponcova) - Rename the icon (#1740864) (vponcova)