migrate license to SPDX

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

Signed-off-by: Cleber Rosa <crosa@redhat.com>
This commit is contained in:
Miroslav Suchý 2025-01-16 08:53:14 +01:00 committed by Cleber Rosa
commit c84a1c5f93

View file

@ -35,7 +35,7 @@
Name: python-avocado
Version: 92.3
Release: 2%{?gitrel}%{?dist}
Release: 3%{?gitrel}%{?dist}
Summary: Framework with tools and libraries for Automated Testing
# Found licenses:
# avocado/core/tapparser.py: MIT
@ -299,7 +299,7 @@ Common files (such as configuration) for the Avocado Testing Framework.
%package -n python3-avocado-plugins-output-html
Summary: Avocado HTML report plugin
License: GPLv2+ and MIT
License: GPL-2.0-or-later AND MIT
Requires: python3-avocado == %{version}-%{release}
%description -n python3-avocado-plugins-output-html
@ -434,7 +434,7 @@ examples of how to write tests on your own.
%package -n python-avocado-bash
Summary: Avocado Test Framework Bash Utilities
License: GPLv2+ and GPLv2
License: GPL-2.0-or-later AND GPL-2.0-only
Requires: python-avocado-common == %{version}-%{release}
%description -n python-avocado-bash
@ -452,6 +452,9 @@ Again Shell code (and possibly other similar shells).
%changelog
* Mon Jan 20 2025 Cleber Rosa <crosa@redhat.com> - 92.3-3
- convert remaining licenses to SPDX
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 92.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild