diff --git a/.cvsignore b/.cvsignore index 2bec0d8..d55b3b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyparted-1.7.2.tar.gz +pyparted-1.7.3.tar.gz diff --git a/pyparted.spec b/pyparted.spec index d624ac5..2bb75f6 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -1,12 +1,14 @@ Summary: python module for parted -Name: pyparted -Version: 1.7.2 +Name: pyparted +Version: 1.7.3 Release: 1%{?dist} License: GPL -Group: System Environment/Libraries -Source0: %{name}-%{version}.tar.gz +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.0 + +Requires: parted >= 1.7.1 BuildRequires: parted-devel >= 1.7.1, python-devel Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]") @@ -39,6 +41,12 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/*.so %changelog +* Wed Aug 30 2006 David Cantrell - 1.7.3-1 +- Include parted/constraint.h in required header files + +* Wed Aug 30 2006 David Cantrell - 1.7.2-2 +- Require parted-1.7.1 or higher + * Tue Jul 25 2006 David Cantrell - 1.7.2-1 - Add HPSERVICE, PALO, PREP, and MSFT_RESERVED to partition types list diff --git a/sources b/sources index d15088d..fe4fb76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a79032a90f8aa9bcf5b5a606f5b1f84 pyparted-1.7.2.tar.gz +8b156a34096a2661999a66bdfae272e6 pyparted-1.7.3.tar.gz