setroubleshoot-3.3.10-1

- setroubleshootd fixed to catch all subprocess exceptions
- Translations updated
This commit is contained in:
Petr Lautrbach 2016-07-16 16:04:04 +02:00
parent ce9c2af5de
commit 90b19d66d1
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -194,3 +194,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.3.8.tar.gz /setroubleshoot-3.3.8.tar.gz
/setroubleshoot-3.3.8.1.tar.gz /setroubleshoot-3.3.8.1.tar.gz
/setroubleshoot-3.3.9.1.tar.gz /setroubleshoot-3.3.9.1.tar.gz
/setroubleshoot-3.3.10.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.3.9.1 Version: 3.3.10
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -201,6 +201,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Sat Jul 16 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.10-1
- setroubleshootd fixed to catch all subprocess exceptions
- Translations updated
* Tue Jun 21 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.9.1-1 * Tue Jun 21 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.9.1-1
- Do not use dangerous shell=True - Do not use dangerous shell=True
- Use subprocess.check_output() with a sequence of program arguments - Use subprocess.check_output() with a sequence of program arguments

View File

@ -1 +1 @@
8f3cbb78e9f85fbd93cb604c7ce48f40 setroubleshoot-3.3.9.1.tar.gz fff7e2e1991212e1266a3f66f1b81872 setroubleshoot-3.3.10.tar.gz