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)