- Rebuild for GNU parted-1.8.1

This commit is contained in:
David Cantrell 2006-12-05 16:01:50 +00:00
parent b1290feb4e
commit af801d6f45

View File

@ -1,15 +1,15 @@
Summary: Python module for GNU parted
Name: pyparted
Version: 1.8.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL
Group: System Environment/Libraries
Source0: http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel, parted-devel >= 1.8.0
Requires: parted >= 1.8.0
BuildRequires: python-devel, parted-devel >= 1.8.1
Requires: parted >= 1.8.1
%description
Python modules for the parted library. It is used for manipulation
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/python?.?/site-packages/*.so
%changelog
* Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-2
- Rebuild for GNU parted-1.8.1
* Thu Nov 30 2006 David Cantrell <dcantrell@redhat.com> - 1.8.1-1
- Determine Python version to use in %%build so the source RPM is more
easily moved between distribution releases.