From 91c8c86a5fc0f391d05dd04cf6cf102cda290c5f Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Thu, 5 Nov 2015 10:48:59 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 30f02bd..a9e34b4 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 24.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -305,6 +305,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Nov 05 2015 Robert Kuska - 24.5-2 +- Rebuilt for Python3.5 rebuild + * Wed Oct 28 2015 Brian C. Lane - 24.5-1 - Improve install space required estimation (#1224048) (jkonecny) - Update the on-disk snapshot of storage when adv. disks are added (#1267944)