diff --git a/SPECS/rhc.spec b/SPECS/rhc.spec index 436be16..8e974cf 100644 --- a/SPECS/rhc.spec +++ b/SPECS/rhc.spec @@ -8,7 +8,7 @@ Name: rhc Version: 0.2.1 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 Summary: rhc connects the system to Red Hat hosted services License: GPLv3 @@ -27,7 +27,7 @@ Patch1: 0003-fix-collect-error-messages-during-disconnect.patch ExclusiveArch: %{go_arches} -Requires: insights-client +Recommends: insights-client BuildRequires: git BuildRequires: golang @@ -131,17 +131,20 @@ make %{makeflags} \ %changelog -* Fri Jun 3 2022 Link Dupont - 0.2.1-8 -- Use correct file name when installing (RHBZ#2083361) +* Fri Jun 03 2022 Link Dupont - 0.2.1-9 +- Correct config file installation name (RHBZ#2082689) -* Fri Jun 3 2022 Link Dupont - 0.2.1-7 -- Correct default config file name (RHBZ#2083361) +* Fri Jun 03 2022 Link Dupont - 0.2.1-8 +- Correct default config file name (RHBZ#2082689) -* Mon May 09 2022 Link Dupont - 0.2.1-6 -- Correct default config file path (RHBZ#2083361) +* Mon May 09 2022 Link Dupont - 0.2.1-7 +- Correct default config file path (RHBZ#2082689) + +* Thu Mar 17 2022 Link Dupont - 0.2.1-6 +- Change dependency on insights-client to weak (RHBZ#2064944) * Tue Mar 1 2022 Link Dupont - 0.2.1-5 -- Ensure worker is built with hardening compiler flags (RHBZ#2059471) +- Ensure worker is built with hardening compiler flags (RHBZ#2060539) * Tue Feb 22 2022 Link Dupont - 0.2.1-4 - Update summary and description (RHBZ#2057029)