From 093ff50bcee6e8d3f05a5a255907297eb5099d3e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Dec 2016 15:20:44 -0800 Subject: [PATCH] Rebuild for Python 3.6, again --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index fc2455e..727f398 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 26.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -325,6 +325,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Dec 21 2016 Adam Williamson - 26.16-2 +- Rebuild for Python 3.6, again + * Wed Dec 14 2016 Martin Kolman - 26.16-1 - rpmostreepayload: Rework binds to be recursive (walters) - Let DNF do its own substitutions (riehecky)