accel-config: Fix SPDX tag for GPL-2.0
Must be either GPL-2.0-only, or GPL-2.0-or-later. Resolves: RHEL-15610 Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com>
This commit is contained in:
parent
cc29c990f0
commit
f3d109ea1d
@ -2,9 +2,9 @@
|
||||
|
||||
Name: accel-config
|
||||
Version: 4.1.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Configure accelerator subsystem devices
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/intel/%{project_name}
|
||||
Source0: %{URL}/archive/%{name}-v%{version}.tar.gz
|
||||
Patch0: 0001-accel-config-test-only-configure-ats_disable-if-supp.patch
|
||||
@ -53,7 +53,7 @@ Libraries for %{name}.
|
||||
|
||||
%package test
|
||||
Summary: Tests for accel-config
|
||||
License: GPL-2.0
|
||||
License: GPL-2.0-only
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description test
|
||||
@ -100,6 +100,10 @@ make check
|
||||
%{_libexecdir}/accel-config/test/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 17 2024 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.3-2
|
||||
- Fix SPDX tags
|
||||
Resolves: RHEL-15610
|
||||
|
||||
* Fri Dec 01 2023 Jerry Snitselaar <jsnitsel@redhat.com> - 4.1.3-1
|
||||
- Rebase to 4.1.3 release
|
||||
- Update License tags to SPDX identifiers
|
||||
|
Loading…
Reference in New Issue
Block a user