diff --git a/insights-client.spec b/insights-client.spec index ab997be..a627271 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -4,7 +4,7 @@ Name: insights-client Summary: Uploads Insights information to Red Hat on a periodic basis Version: 3.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/RedHatInsights/insights-client/archive/refs/tags/v%{version}.tar.gz Epoch: 0 License: GPL-2.0-or-later @@ -27,6 +27,8 @@ Requires: python3-six Requires: python3dist(setuptools) Requires: coreutils Requires: ((selinux-policy >= 38.1.21-1) if selinux-policy) +Requires: (python3-libselinux if selinux-policy) +Requires: (insights-core-selinux if selinux-policy) Requires: subscription-manager @@ -61,7 +63,7 @@ Resource Optimization service upon modifying ros_collect parameter to True. %build -%{meson} -Dpython=%{__python3} +%{meson} -Dpython=%{__python3} -Dcore_selinux_policy=insights_core_t %{meson_build} @@ -164,6 +166,10 @@ rm -rf %{buildroot} %changelog +* Tue Jul 8 2025 Peter Koprda - 0:3.10.1-2 +- Add dependency on insights-core-selinux +- Resolves: RHEL-88179 + * Tue May 20 2025 Matyas Horky - 0:3.10.1-1 - Update Core to 3.5.13 - Resolves: RHEL-92658