From afd587b391c48eeb1ebf1e00189f2c2aa10adff9 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Jan 28 2010 21:42:49 +0000 Subject: - Correction to how the setuptools vs setuptools-devel BR --- diff --git a/python-transaction.spec b/python-transaction.spec index a8fe061..a11dedd 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -5,7 +5,7 @@ Name: python-transaction Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Transaction management for Python Group: Development/Languages @@ -16,7 +16,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -%if 0%{?fedora} && 0%{?fedora} >= 13 +%if 0%{?rhel} || 0%{?fedora} >= 13 +BuildRequires: python-setuptools +%else BuildRequires: python-setuptools-devel %endif Requires: python-zope-interface @@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 28 2010 Toshio Kuratomi - 1.0.0-2 +- Correction to how the setuptools vs setuptools-devel BR + * Thu Jan 28 2010 Toshio Kuratomi - 1.0.0-1 - Update to 1.0 final. Few fixes for tests and build/install cleanliness. No code changes.