From b45fed5a2fab7fd298cf6a9a50ddf8a65f0171a6 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 19:11:25 +0800 Subject: [PATCH] License compliance rectification --- python-nose2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-nose2.spec b/python-nose2.spec index b3f030c..bc82d95 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -2,10 +2,10 @@ Name: python-%{srcname} Version: 0.9.2 -Release: 1 +Release: 2 Summary: Next generation of nicer testing for Python -License: BSD +License: BSD-2-Clause URL: https://nose2.readthedocs.org Source0: %pypi_source @@ -74,5 +74,8 @@ PYTHONPATH=`pwd` %{__python3} -m nose2.__main__ -v %{_bindir}/nose2 %changelog +* Tue May 10 2022 xigaoxinyan - 0.9.2-2 +- License compliance rectification + * Thu Jun 11 2020 Dillon Chen - 0.9.2-1 - build for openEuler