From 8ef7f93e9dfa00a0985dec24bca6b0e46120f54a Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Thu, 15 Oct 2015 10:01:23 +0200 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- pyparted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 162a38b..8b28381 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -4,7 +4,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.10.7 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: https://github.com/dcantrell/%{name} @@ -90,6 +90,9 @@ rm -rf %{buildroot} %endif %changelog +* Thu Oct 15 2015 Robert Kuska - 1:3.10.7-2 +- Rebuilt for Python3.5 rebuild + * Thu Aug 27 2015 David Cantrell - 3.10.7-1 - test__ped_filesystem.py for for Python 2 vs 3. (dcantrell)