From 5b757b884194056f4ed016df6a0937ae2a35585a Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 13 Dec 2016 19:55:39 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 5901c22..e228eef 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,6 @@ Name: pykickstart Version: 2.33 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and MIT Group: System Environment/Libraries Summary: Python utilities for manipulating kickstart files. @@ -121,6 +121,9 @@ popd %{python3_sitelib}/pykickstart/locale/ %changelog +* Tue Dec 13 2016 Charalampos Stratakis - 2.33-2 +- Rebuild for Python 3.6 + * Fri Nov 04 2016 Chris Lumens - 2.33-1 - Fix python2 compatibility when printing to stderr (jkonecny) - Remove duplicated kwargs.get displayMode variable (jkonecny)