From 8c9001135d08cc6dbdd5d6060b046bd6c1ea634a Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Thu, 30 May 2024 16:13:56 +0200 Subject: [PATCH] Convert license of insights-client to SPDX format Resolves: RHEL-39409 --- insights-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/insights-client.spec b/insights-client.spec index 51ca65d..8ac42aa 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -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 - 0:3.2.2-5 +- Convert license of insights-client to SPDX format (RHEL-39409) + * Fri Apr 05 2024 Link Dupont - 0:3.2.2-4 - Use __python3 macro instead of redefining __python (RHEL-28748)