|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-nose
|
|
|
|
|
Version: 1.3.7
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Discovery-based unittest extension for Python
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
Provides: python2-%{upstream_name}
|
|
|
|
|
Provides: python2-%{upstream_name} = %{version}-%{release}
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
@ -181,6 +181,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%endif # with_docs
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 24 2015 Kevin Fenzi <kevin@scrye.com> 1.3.7-4
|
|
|
|
|
- Version provides correctly for python2-nose.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 17 2015 Kevin Fenzi <kevin@scrye.com> 1.3.7-3
|
|
|
|
|
- Add provides for python2-nose. Fixes bug #1241670
|
|
|
|
|
|
|
|
|
|