From 08788fbf935e35b907248fe15e54a2e3a7e77b77 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 24 Jul 2015 12:45:41 -0600 Subject: [PATCH] Version provides correctly for python2-nose. --- python-nose.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-nose.spec b/python-nose.spec index 257adde..ed454fa 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -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 1.3.7-4 +- Version provides correctly for python2-nose. + * Fri Jul 17 2015 Kevin Fenzi 1.3.7-3 - Add provides for python2-nose. Fixes bug #1241670