This commit is contained in:
Dennis Gilmore 2011-02-08 20:19:16 -06:00
parent 091d8f1f8f
commit 7f85f2c067
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: Python module for GNU parted
Name: pyparted
Version: 3.5
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://fedorahosted.org/pyparted
@ -41,6 +41,9 @@ rm -rf %{buildroot}
%{python_sitearch}/parted
%changelog
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Mon Jan 17 2011 David Cantrell <dcantrell@redhat.com> - 3.5-1
- Drop dependency on python-decorator module. (dcantrell)
- Differentiate the "Could not commit" messages. (jgranado)