- Bump version to 1.8.0 and require parted >= 1.8.0

- Remove python-abi Requires line since rpm handles that automatically
This commit is contained in:
David Cantrell 2006-11-17 21:13:26 +00:00
parent 81eb1cad1a
commit 421d70fd19
3 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
pyparted-1.7.3.tar.gz
pyparted-1.8.0.tar.gz

View File

@ -1,16 +1,15 @@
Summary: python module for parted
Summary: Python module for GNU parted
Name: pyparted
Version: 1.7.3
Release: 2%{?dist}
Version: 1.8.0
Release: 1%{?dist}
License: GPL
Group: System Environment/Libraries
Source0: http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: parted >= 1.7.1
BuildRequires: parted-devel >= 1.7.1, python-devel
Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
BuildRequires: python-devel, parted-devel >= 1.8.0
Requires: parted >= 1.8.0
%description
Python modules for the parted library. It is used for manipulation
@ -41,8 +40,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python?.?/site-packages/*.so
%changelog
* Wed Oct 04 2006 David Cantrell <dcantrell@redhat.com> - 1.7.3-2
- Rebuild against newest parted
* Fri Nov 17 2006 David Cantrell <dcantrell@redhat.com> - 1.8.0-1
- Bump version to 1.8.0 and require parted >= 1.8.0
- Remove python-abi Requires line since rpm handles that automatically
* Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.3-1
- Include parted/constraint.h in required header files

View File

@ -1 +1 @@
8b156a34096a2661999a66bdfae272e6 pyparted-1.7.3.tar.gz
24530536b583a451a8ab29292c54f4f0 pyparted-1.8.0.tar.gz