import setroubleshoot-3.3.24-1.el8

This commit is contained in:
CentOS Sources 2020-08-17 18:40:06 +00:00 committed by Andrew Lukoshko
parent c2879f07bc
commit 9270d2d11d
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/setroubleshoot-3.3.23.tar.gz
SOURCES/setroubleshoot-3.3.24.tar.gz

View File

@ -1 +1 @@
65498823e9c7d6510b60b342f2342c72ff2028bb SOURCES/setroubleshoot-3.3.23.tar.gz
d0ea80b5f1af32ae7f424e03b3d9f11c23aac1ed SOURCES/setroubleshoot-3.3.24.tar.gz

View File

@ -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 <vmojzis@redhat.com> - 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 <vmojzis@redhat.com> - 3.3.23-1
- browser: Check return value of Gdk.Screen().get_default() (#1574434)
- Improve and unify error messages (#1763982)