From 3cb46582df1ced126e3f51be2016303dc4b4fbc0 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 10 May 2022 16:53:55 +0800 Subject: [PATCH] License compliance rectification --- python-behave.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-behave.spec b/python-behave.spec index 16cec8c..f9ed61a 100644 --- a/python-behave.spec +++ b/python-behave.spec @@ -1,9 +1,9 @@ %?python_enable_dependency_generator Name: python-behave Version: 1.2.6 -Release: 5 +Release: 6 Summary: A tool for behavior-driven development, Python style -License: BSD +License: BSD-2-Clause URL: http://pypi.python.org/pypi/behave Source0: https://github.com/behave/behave/archive/v%{version}/behave-%{version}.tar.gz # Upstream issue: https://github.com/behave/behave/issues/755 @@ -76,6 +76,9 @@ install -Dpm0644 behave.1 %{buildroot}%{_mandir}/man1/ %doc %{_mandir}/man1/behave.1* %changelog +* Tue May 10 2022 wulei - 1.2.6-6 +- License compliance rectification + * Sat Jan 08 2022 wangkai - 1.2.6-5 - remove attribute use_2to3 and buildrequires python3-nose