From 9270d2d11d9e28ebfca481809ead34eb4d2e4e74 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 17 Aug 2020 18:40:06 +0000 Subject: [PATCH] import setroubleshoot-3.3.24-1.el8 --- .gitignore | 2 +- .setroubleshoot.metadata | 2 +- SPECS/setroubleshoot.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9c03822..0ebaafd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setroubleshoot-3.3.23.tar.gz +SOURCES/setroubleshoot-3.3.24.tar.gz diff --git a/.setroubleshoot.metadata b/.setroubleshoot.metadata index d68e795..24c58b9 100644 --- a/.setroubleshoot.metadata +++ b/.setroubleshoot.metadata @@ -1 +1 @@ -65498823e9c7d6510b60b342f2342c72ff2028bb SOURCES/setroubleshoot-3.3.23.tar.gz +d0ea80b5f1af32ae7f424e03b3d9f11c23aac1ed SOURCES/setroubleshoot-3.3.24.tar.gz diff --git a/SPECS/setroubleshoot.spec b/SPECS/setroubleshoot.spec index c473a9a..ff31792 100644 --- a/SPECS/setroubleshoot.spec +++ b/SPECS/setroubleshoot.spec @@ -1,12 +1,12 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.23 +Version: 3.3.24 Release: 1%{?dist} License: GPLv2+ URL: https://pagure.io/setroubleshoot Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz Source1: %{name}.tmpfiles -# git format-patch -N setroubleshoot-3.3.23 -- framework +# git format-patch -N setroubleshoot-3.3.24 -- framework # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done BuildRequires: gcc BuildRequires: libcap-ng-devel @@ -208,6 +208,12 @@ SELinux troubleshoot legacy applet %{_bindir}/seappletlegacy %changelog +* Wed Aug 12 2020 Vit Mojzis - 3.3.24-1 +- Add 'fur' into shipped locales +- Update translations (#1820570) +- Log full reports with correct syslog identifier +- Cancel pending alarm during AVC analyses + * Mon Apr 27 2020 Vit Mojzis - 3.3.23-1 - browser: Check return value of Gdk.Screen().get_default() (#1574434) - Improve and unify error messages (#1763982)