From ab947183ce564fcfa8733b30a15b46d8725ed987 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 09:29:19 +0000 Subject: import rhc-0.2.1-9.el9 --- diff --git a/SOURCES/0001-feat-default-config-file-location.patch b/SOURCES/0001-feat-default-config-file-location.patch index 07ab750..7afda51 100644 --- a/SOURCES/0001-feat-default-config-file-location.patch +++ b/SOURCES/0001-feat-default-config-file-location.patch @@ -22,7 +22,7 @@ fs.Var(&logLevel, "log-level", "log verbosity level (error (default), warn, info, debug, trace)") fs.Var(&allowPatterns, "allow-pattern", "regular expression pattern to allow package operations\n(can be specified multiple times)") - _ = fs.String("config", "", "path to `file` containing configuration values (optional)") -+ _ = fs.String("config", filepath.Join("etc", "rhc", "workers", fs.Name()+".toml"), "path to `file` containing configuration values (optional)") ++ _ = fs.String("config", filepath.Join("/", "etc", "rhc", "workers", "rhc-package-manager.toml"), "path to `file` containing configuration values (optional)") ff.Parse(fs, os.Args[1:], ff.WithEnvVarPrefix("YGG"), ff.WithConfigFileFlag("config"), ff.WithConfigFileParser(fftoml.Parser)) diff --git a/SPECS/rhc.spec b/SPECS/rhc.spec index 0433013..8e974cf 100644 --- a/SPECS/rhc.spec +++ b/SPECS/rhc.spec @@ -8,7 +8,7 @@ Name: rhc Version: 0.2.1 -Release: 5%{?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 @@ -106,7 +106,7 @@ make %{makeflags} \ cd %{_builddir}/%{name}/yggdrasil-worker-package-manager %{__install} -D -m 755 rhc-package-manager-worker %{buildroot}%{_libexecdir}/%{name}/ -%{__install} -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}/workers/rhc-package-manager-worker.toml +%{__install} -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/%{name}/workers/rhc-package-manager.toml cd %{_builddir}/%{name}/%{name}-%{version} make %{makeflags} \ @@ -119,7 +119,7 @@ make %{makeflags} \ %{_bindir}/%{name} %{_sbindir}/%{name}d %config(noreplace) %{_sysconfdir}/%{name}/config.toml -%config(noreplace) %{_sysconfdir}/%{name}/workers/rhc-package-manager-worker.toml +%config(noreplace) %{_sysconfdir}/%{name}/workers/rhc-package-manager.toml %{_unitdir}/%{name}d.service %{_datadir}/bash-completion/completions/* %{_mandir}/man1/* @@ -131,8 +131,20 @@ make %{makeflags} \ %changelog +* Fri Jun 03 2022 Link Dupont - 0.2.1-9 +- Correct config file installation name (RHBZ#2082689) + +* 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-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)