insights-client-3.2.0-3

Changelog:
  - Remove an option in the semanage command

Related: RHBZ#2226684

Signed-off-by: Alba Hita Catala <ahitacat@redhat.com>
This commit is contained in:
Alba Hita Catala 2023-08-23 14:54:31 +02:00
parent d08e499256
commit ea6a8a6f0b

View File

@ -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 <ahitacat@redhat.com> - 0:3.2.0-3
- Remove an option in the semanage command
* Wed Aug 23 2023 Alba Hita Catala <ahitacat@redhat.com> - 0:3.2.0-2
- Remove setting selinux permissive insights_client_t scripts (RHBZ#2226684)