From ea6a8a6f0b54bdbc651e4dad04da9f98775211b3 Mon Sep 17 00:00:00 2001 From: Alba Hita Catala Date: Wed, 23 Aug 2023 14:54:31 +0200 Subject: [PATCH] insights-client-3.2.0-3 Changelog: - Remove an option in the semanage command Related: RHBZ#2226684 Signed-off-by: Alba Hita Catala --- insights-client.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)