From af801d6f456448f07b5c1e70d6f8665683fc9c1e Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 5 Dec 2006 16:01:50 +0000 Subject: [PATCH] - Rebuild for GNU parted-1.8.1 --- pyparted.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pyparted.spec b/pyparted.spec index d8cf187..54e83cb 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -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 - 1.8.1-2 +- Rebuild for GNU parted-1.8.1 + * Thu Nov 30 2006 David Cantrell - 1.8.1-1 - Determine Python version to use in %%build so the source RPM is more easily moved between distribution releases.