- Drop dependency on python-decorator module. (dcantrell)

- Differentiate the "Could not commit" messages. (jgranado)
- Import _ped.DiskLabelException into parted namespace (cjwatson)
- Return PED_EXCEPTION_NO for yes/no interactive exceptions. (dcantrell)
This commit is contained in:
David Cantrell 2011-01-17 13:16:36 -10:00
parent 7cf279074f
commit 091d8f1f8f
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
pyparted-3.4.tar.gz
pyparted-3.5.tar.gz

View File

@ -2,8 +2,8 @@
Summary: Python module for GNU parted
Name: pyparted
Version: 3.4
Release: 3%{?dist}
Version: 3.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://fedorahosted.org/pyparted
@ -14,9 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
BuildRequires: python-devel
BuildRequires: parted-devel >= 2.1
BuildRequires: pkgconfig
BuildRequires: python-decorator
Requires: python-decorator
%description
Python module for the parted library. It is used for manipulating
@ -44,6 +41,12 @@ rm -rf %{buildroot}
%{python_sitearch}/parted
%changelog
* 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)
- Import _ped.DiskLabelException into parted namespace (cjwatson)
- Return PED_EXCEPTION_NO for yes/no interactive exceptions. (dcantrell)
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

View File

@ -1 +1 @@
cc064f12110a6f0d0c236ee7b18fee88 pyparted-3.4.tar.gz
aa3d68da99331a923bf8a7e21e6e6970 pyparted-3.5.tar.gz