diff --git a/insights-client.spec b/insights-client.spec index 8a425c3..2311601 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: 3%{?dist} +Release: 4%{?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 --delete insights_client_t + /usr/sbin/semanage permissive --delete insights_client_t &>/dev/null fi fi @@ -133,6 +133,9 @@ rm -rf %{buildroot} %changelog +* Thu Aug 24 2023 Alba Hita Catala - 0:3.2.0-4 +- Remove printing to stdout semanage postscript + * Wed Aug 23 2023 Alba Hita Catala - 0:3.2.0-3 - Remove an option in the semanage command