- Upgrade to pyparted-2.3: Remove root user requirement in _ped Add

testcases for new _ped device methods Add python wrapper for new
    PedDisk partition alignment info function Add support for new PedDisk
    parition alignment info function Add python wrappers for new PedDevice
    alignment info functions Add support for new PedDevice alignment info
    functions Fix a whole pile of test cases. Remove
    ped_disk_commit_to_dev() call from py_ped_disk_new_fresh() Fix error in
    Constraint __str__ method Make _ped_Device2PedDevice properly set /
    throw exceptions Fixup various errorhandling issues in pydisk.c Add
    missing _ped_Device2PedDevice() retval checks Use libparted commit()
    for parted.disk.Disk.commit() (hdegoede).
- BR parted-devel >= 1.9.0-20
This commit is contained in:
David Cantrell 2009-11-04 00:09:19 +00:00
parent a005b3660f
commit 5f417b26fb
1 changed files with 18 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Source0: http://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: parted-devel >= 1.9.0
BuildRequires: parted-devel >= 1.9.0-20
BuildRequires: pkgconfig
BuildRequires: python-decorator
@ -44,6 +44,23 @@ partition tables.
%{python_sitearch}/parted
%changelog
* Tue Nov 03 2009 David Cantrell <dcantrell@redhat.com> - 2.3-1
- Upgrade to pyparted-2.3:
Remove root user requirement in _ped
Add testcases for new _ped device methods
Add python wrapper for new PedDisk partition alignment info function
Add support for new PedDisk parition alignment info function
Add python wrappers for new PedDevice alignment info functions
Add support for new PedDevice alignment info functions
Fix a whole pile of test cases.
Remove ped_disk_commit_to_dev() call from py_ped_disk_new_fresh()
Fix error in Constraint __str__ method
Make _ped_Device2PedDevice properly set / throw exceptions
Fixup various errorhandling issues in pydisk.c
Add missing _ped_Device2PedDevice() retval checks
Use libparted commit() for parted.disk.Disk.commit() (hdegoede).
- BR parted-devel >= 1.9.0-20
* Fri Oct 02 2009 David Cantrell <dcantrell@redhat.com> - 2.2-1
- Upgrade to pyparted-2.2:
Fixes PedDisk2_ped_Disk() and avoids losing disk label data