From 2db2e4526bb94d67465d361bbb4dbc9a0492bb02 Mon Sep 17 00:00:00 2001 From: Andrew Heath Date: Tue, 3 Oct 2023 10:51:45 -0400 Subject: updated based on feedback from bug 2232203 --- receptor-1.4.1-1.fc38.src.rpm | Bin 11245151 -> 11245253 bytes receptor.spec | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/receptor-1.4.1-1.fc38.src.rpm b/receptor-1.4.1-1.fc38.src.rpm index 6ef020e..17fbdb5 100644 Binary files a/receptor-1.4.1-1.fc38.src.rpm and b/receptor-1.4.1-1.fc38.src.rpm differ diff --git a/receptor.spec b/receptor.spec index 0d6e882..aedb0c5 100644 --- a/receptor.spec +++ b/receptor.spec @@ -128,9 +128,8 @@ BuildRequires: openssl BuildRequires: systemd-rpm-macros %{?sysusers_requires_compat} -Requires: receptorctl -Requires: python3-receptor-python-worker -Requires: sos +Requires: receptorctl%{?_isa} = %{version}-%{release} +Requires: python3-receptor-python-worker%{?_isa} = %{version}-%{release} Requires: logrotate Requires(post): libselinux-utils, policycoreutils @@ -252,6 +251,7 @@ popd %doc docs tools README.md %attr(0755,receptor,receptor) %{_bindir}/receptor %{_datadir}/selinux/packages/receptor.pp +%dir %{_sysconfdir}/receptor %config(noreplace) %attr(0644,receptor,receptor) %{_sysconfdir}/receptor/receptor.conf %config(noreplace) %attr(0644,receptor,receptor) %{_sysconfdir}/receptor/receptor.conf.example %{_unitdir}/receptor.service -- cgit