From f641437dae52f033803b112207e406cd5e314b0c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 21 Jan 2020 16:25:52 -0500 Subject: [PATCH] import setroubleshoot-plugins-3.3.11-1.el8 --- .gitignore | 2 +- .setroubleshoot-plugins.metadata | 2 +- SPECS/setroubleshoot-plugins.spec | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 11f2b4b..2190b58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setroubleshoot-plugins-3.3.10.tar.gz +SOURCES/setroubleshoot-plugins-3.3.11.tar.gz diff --git a/.setroubleshoot-plugins.metadata b/.setroubleshoot-plugins.metadata index a183943..a4ce363 100644 --- a/.setroubleshoot-plugins.metadata +++ b/.setroubleshoot-plugins.metadata @@ -1 +1 @@ -bfa79378f3b69ad7b6c43f3924f8d4502c1854e5 SOURCES/setroubleshoot-plugins-3.3.10.tar.gz +46bbb60319af2654aec87ceae3644f33300c3cb8 SOURCES/setroubleshoot-plugins-3.3.11.tar.gz diff --git a/SPECS/setroubleshoot-plugins.spec b/SPECS/setroubleshoot-plugins.spec index c8582c0..c7b8388 100644 --- a/SPECS/setroubleshoot-plugins.spec +++ b/SPECS/setroubleshoot-plugins.spec @@ -2,12 +2,15 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.3.10 +Version: 3.3.11 Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://github.com/fedora-selinux/setroubleshoot Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz +# https://pagure.io/setroubleshoot +# git format-patch -N cb40f56e7bd9ed91cdcecddc1c1d6048821bc80a -- plugins +# for j in [0-9]*.patch; do printf "Patch%s: %s\n" ${j/-*/} $j; done BuildArch: noarch BuildRequires: perl-XML-Parser @@ -41,6 +44,18 @@ rm -rf %{buildroot} %{_datadir}/setroubleshoot/plugins %changelog +* Mon Nov 18 2019 Vit Mojzis - 3.3.11-1 +- Add plugin which analyzes execmem denials (#1649842) +- Add missing "If " strings + +* Mon Aug 19 2019 Vit Mojzis - 3.3.10-3 +- Rebuild with gating enabled (#1682462) + +* Fri Aug 16 2019 Vit Mojzis - 3.3.10-2 +- update "file" plugin (#1649818) +- Update "xen_image" plugin (#1649831) +- Update qemu_blk_image and qemu_file_image (#1649838) + * Fri Dec 7 2018 Petr Lautrbach - 3.3.10-1 - Handle no "allowed_target_types" properly - bind_ports: Do not use when there are no allowed_target_types