- 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:
parent
7cf279074f
commit
091d8f1f8f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
pyparted-3.4.tar.gz
|
||||
pyparted-3.5.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user