Resolves: RHBZ#2013799

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2022-02-02 14:52:08 +01:00
parent dbac06ed6d
commit 13d5d0afd3

View File

@ -3,11 +3,11 @@
Name: insights-client
Summary: Uploads Insights information to Red Hat on a periodic basis
Version: 3.1.7
Release: 3%{?dist}
Release: 4%{?dist}
Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.gz
Epoch: 0
License: GPLv2+
URL: http://cloud.redhat.com/insights
URL: https://console.redhat.com/insights
Group: Applications/System
Vendor: Red Hat, Inc.
@ -117,6 +117,9 @@ rm -rf %{buildroot}
%changelog
* Wed Feb 02 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 3.1.7-4
- Renaming "cloud.redhat.com" to "console.redhat.com" (RHBZ#2013799)
* Mon Jan 31 2022 Link Dupont <link@redhat.com> - 3.1.7-3
- Patch to fix an issue where insights-client continuously launches (RHBZ#2022191)