From f86840ac624d4408ebccf9b8c66bca8bafc7caaa Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 23 May 2024 10:43:52 +0900 Subject: [PATCH] Change LGPL-2.0+ to LGPL-2.1-or-later Change-Id: Ifd48f12f62aac76761b5fa8fc4de3fb03dc37d74 --- packaging/python-nose.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/python-nose.spec b/packaging/python-nose.spec index 7942e3a..bdbbc8a 100644 --- a/packaging/python-nose.spec +++ b/packaging/python-nose.spec @@ -4,7 +4,7 @@ Version: 1.2.1 Release: 0 Url: http://readthedocs.org/docs/nose/ Summary: Nose extends unittest to make testing easier -License: LGPL-2.0+ +License: LGPL-2.1-or-later Group: Platform Development/Python Source: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz Source1001: python-nose.manifest @@ -49,7 +49,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %manifest %{name}.manifest %defattr(-,root,root,-) -%doc NEWS README.txt lgpl.txt +%license lgpl.txt %{_bindir}/nosetests* %{_mandir}/man*/nosetests* %{python_sitelib}/* -- 2.7.4