From cc8ea75b04de32b4c8284e239b8dfee394f8fd76 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 11 Aug 2011 10:51:21 +0200 Subject: [PATCH] Update Requires and BuildRequires tags. --- pytest.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pytest.spec b/pytest.spec index 4d97374..d5db1db 100644 --- a/pytest.spec +++ b/pytest.spec @@ -7,7 +7,7 @@ Name: pytest Version: 2.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple powerful testing with Python Group: Development/Languages @@ -19,12 +19,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools +Requires: python-setuptools +BuildRequires: python-py >= 1.4.4 +Requires: python-py >= 1.4.4 BuildRequires: python-sphinx -BuildRequires: python-py >= 1.4.1 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-py >= 1.4.1 +Requires: python3-setuptools +BuildRequires: python3-py >= 1.4.4 +Requires: python3-py >= 1.4.4 %endif # with_python3 # pytest was separated from pylib at that point Conflicts: python-py < 1.4.0 @@ -127,6 +131,9 @@ popd %changelog +* Thu Aug 11 2011 Thomas Moschny - 2.1.0-2 +- Update Requires and BuildRequires tags. + * Tue Aug 9 2011 Thomas Moschny - 2.1.0-1 - Update to 2.1.0.