Convert license of insights-client to SPDX format

Resolves: RHEL-39409
This commit is contained in:
Jiri Hnidek 2024-05-30 16:13:56 +02:00
parent 27d2926177
commit 8c9001135d

View File

@ -4,10 +4,10 @@
Name: insights-client
Summary: Uploads Insights information to Red Hat on a periodic basis
Version: 3.2.2
Release: 4%{?dist}
Release: 5%{?dist}
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.xz
Epoch: 0
License: GPLv2+
License: GPL-2.0-or-later
URL: https://console.redhat.com/insights
Group: Applications/System
Vendor: Red Hat, Inc.
@ -165,6 +165,9 @@ rm -rf %{buildroot}
%changelog
* Thu May 30 2024 Jiri Hnidek <jhnidek@redhat.com> - 0:3.2.2-5
- Convert license of insights-client to SPDX format (RHEL-39409)
* Fri Apr 05 2024 Link Dupont <link@redhat.com> - 0:3.2.2-4
- Use __python3 macro instead of redefining __python (RHEL-28748)