Update missing license field for common subpackage
Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
parent
60ceb66d14
commit
4c00a35df7
1 changed files with 5 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
Name: python-avocado
|
||||
Version: 112.0
|
||||
Release: 2%{?gitrel}%{?dist}
|
||||
Release: 3%{?gitrel}%{?dist}
|
||||
Summary: Framework with tools and libraries for Automated Testing
|
||||
# Found licenses:
|
||||
# avocado/core/tapparser.py: MIT
|
||||
|
|
@ -320,7 +320,7 @@ these days a framework) to perform automated testing.
|
|||
|
||||
%package -n python-avocado-common
|
||||
Summary: Avocado common files
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
%description -n python-avocado-common
|
||||
Common files (such as configuration) for the Avocado Testing Framework.
|
||||
|
|
@ -538,6 +538,9 @@ Again Shell code (and possibly other similar shells).
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 04 2025 Cleber Rosa <crosa@redhat.com> - 112.0-3
|
||||
- Update license of python-avocado-common subpackage according to SPDX
|
||||
|
||||
* Fri Nov 07 2025 Cleber Rosa <crosa@redhat.com> - 112.0-2
|
||||
- Update license format to match The System Package Data Exchange (SPDX)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue