Update Requires and BuildRequires tags.

This commit is contained in:
Thomas Moschny 2011-08-11 10:51:21 +02:00
parent 9c5eb1f16d
commit cc8ea75b04

View File

@ -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 <thomas.moschny@gmx.de> - 2.1.0-2
- Update Requires and BuildRequires tags.
* Tue Aug 9 2011 Thomas Moschny <thomas.moschny@gmx.de> - 2.1.0-1
- Update to 2.1.0.