#135100 req python-abi (Robert Scheck)

This commit is contained in:
Warren Togami 2004-10-12 01:28:00 +00:00
parent 3bf261b6ea
commit 3d3fd430fa
1 changed files with 5 additions and 1 deletions

View File

@ -1,13 +1,14 @@
Summary: python module for parted
Name: pyparted
Version: 1.6.8
Release: 1
Release: 2
License: GPL
Group: System Environment/Libraries
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: parted >= 1.6.12
BuildRequires: parted-devel >= 1.6.12, python-devel
Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
%description
Python modules for the parted library. It is used for manipulation
@ -37,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 11 2004 Warren Togami <wtogami@redhat.com> - 1.6.8-2
- #135100 req python-abi (Robert Scheck)
* Tue Aug 17 2004 Jeremy Katz <katzj@redhat.com> - 1.6.8-1
- update for new parted ABI
- device -> heads, sectors, cylinders now refer to the bios geometry