Rebuilt for Python3.5 rebuild

This commit is contained in:
Robert Kuska 2015-10-15 10:01:23 +02:00
parent 01446019c7
commit 8ef7f93e9d

View File

@ -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 <rkuska@redhat.com> - 1:3.10.7-2
- Rebuilt for Python3.5 rebuild
* Thu Aug 27 2015 David Cantrell <dcantrell@redhat.com> - 3.10.7-1
- test__ped_filesystem.py for for Python 2 vs 3. (dcantrell)