- Include parted/constraint.h in required header files

Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-2
- Require parted-1.7.1 or higher
This commit is contained in:
David Cantrell 2006-08-30 18:23:22 +00:00
parent 5c08df1774
commit 27b0c19b4c
3 changed files with 15 additions and 7 deletions

View File

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

View File

@ -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 <dcantrell@redhat.com> - 1.7.3-1
- Include parted/constraint.h in required header files
* Wed Aug 30 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-2
- Require parted-1.7.1 or higher
* Tue Jul 25 2006 David Cantrell <dcantrell@redhat.com> - 1.7.2-1
- Add HPSERVICE, PALO, PREP, and MSFT_RESERVED to partition types list

View File

@ -1 +1 @@
4a79032a90f8aa9bcf5b5a606f5b1f84 pyparted-1.7.2.tar.gz
8b156a34096a2661999a66bdfae272e6 pyparted-1.7.3.tar.gz