From 3cde8f5777cb4578ab5212b1f534893105f4f1b3 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mar 23 2016 12:38:05 +0000 Subject: /usr/bin/behave belongs to python2 package still (#1319632) --- diff --git a/python-behave.spec b/python-behave.spec index 469d81f..a1a942d 100644 --- a/python-behave.spec +++ b/python-behave.spec @@ -18,7 +18,7 @@ Name: python-%{modname} Version: 1.2.5 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tools for the behavior-driven development, Python style License: BSD @@ -202,9 +202,8 @@ nosetests -v %doc README.rst LICENSE %if %{with python3} %{_bindir}/%{modname}-2* -%else -%{_bindir}/%{modname} %endif +%{_bindir}/%{modname} %if %{with documentation} %{?!el6:%{_mandir}/man1/%{modname}.*} %endif @@ -218,13 +217,15 @@ nosetests -v %if %{with python3} %files -n python3-behave %doc README.rst LICENSE -%{_bindir}/%{modname} %{_bindir}/%{modname}-3* %{python3_sitelib}/* %endif # with_python3 %changelog +* Wed Mar 23 2016 Matěj Cepl - 1.2.5-11 +- /usr/bin/behave belongs to python2 package still (#1319632) + * Fri Mar 04 2016 Miro Hrončok - 1.2.5-10 - Move python3 requires to python3 subpackage (#1314741)