- Rebuild

This commit is contained in:
David Cantrell 2008-01-03 02:37:45 +00:00
parent 614ff7b582
commit ce92b1197f
1 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Summary: Python module for GNU parted
Name: pyparted
Version: 1.8.9
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://dcantrel.fedorapeople.org/%{name}
@ -12,8 +12,8 @@ Source0: http://dcantrel.fedorapeople.org/%{name}/%{name}-%{version}.tar.bz2
Patch0: pyparted-exact-constraint.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel, parted-devel >= 1.8.6, pkgconfig
Requires: parted >= 1.8.6
BuildRequires: python-devel, parted-devel >= 1.8.8, pkgconfig
Requires: parted >= 1.8.8
%description
Python module for the parted library. It is used for manipulating
@ -39,6 +39,9 @@ CFLAGS="%{optflags}" CC="%{__cc}" %{__make} %{?_smp_mflags}
%{python_sitearch}/partedmodule.so
%changelog
* Wed Jan 02 2008 David Cantrell <dcantrell@redhat.com> - 1.8.9-4
- Rebuild
* Mon Nov 19 2007 Jeremy Katz <katzj@redhat.com> - 1.8.9-3
- Add support for exact constraints