diff --git a/insights-client.spec b/insights-client.spec index 5726eac..8a425c3 100644 --- a/insights-client.spec +++ b/insights-client.spec @@ -5,7 +5,7 @@ Name: insights-client Summary: Uploads Insights information to Red Hat on a periodic basis Version: 3.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/RedHatInsights/insights-client/releases/download/v%{version}/insights-client-%{version}.tar.xz Epoch: 0 License: GPLv2+ @@ -76,7 +76,7 @@ fi if [ $1 -eq 2 ]; then /usr/sbin/semanage permissive --list | grep -q 'insights_client_t' if [ $? -eq 0 ]; then - /usr/sbin/semanage permissive -q --delete insights_client_t + /usr/sbin/semanage permissive --delete insights_client_t fi fi @@ -133,6 +133,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 23 2023 Alba Hita Catala - 0:3.2.0-3 +- Remove an option in the semanage command + * Wed Aug 23 2023 Alba Hita Catala - 0:3.2.0-2 - Remove setting selinux permissive insights_client_t scripts (RHBZ#2226684)