From f4e14fbabbf3b9ea21fd73960a47070d1cfd8b16 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sun, 2 Sep 2007 04:42:29 +0000 Subject: [PATCH] Update for python-setuptools changes in rawhide --- python-configobj.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/python-configobj.spec b/python-configobj.spec index ed0254d..afef3ae 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -12,7 +12,12 @@ Source0: http://dl.sf.net/configobj/configobj-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools python-devel +BuildRequires: python-devel +%if 0%{?fedora} >= 8 +BuildRequires: python-setuptools-devel +%else +BuildRequires: python-setuptools +%endif %description ConfigObj is a simple but powerful config file reader and writer: an ini file @@ -61,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 2 2007 Luke Macken - 4.4.0-2 +- Update for python-setuptools changes in rawhide + * Sat Mar 3 2007 Luke Macken - 4.4.0-1 - 4.4.0