diff --git a/.gitignore b/.gitignore index 9f05827..439c170 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ setroubleshoot-plugins-2.1.55.tar.gz /setroubleshoot-plugins-3.3.2.tar.gz /setroubleshoot-plugins-3.3.3.tar.gz /setroubleshoot-plugins-3.3.4.tar.gz +/setroubleshoot-plugins-3.3.5.1.tar.gz diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index 25633db..b88256d 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -2,7 +2,7 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.3.4 +Version: 3.3.5.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -42,6 +42,11 @@ rm -rf %{buildroot} %{_datadir}/setroubleshoot/plugins %changelog +* Wed Jun 22 2016 Petr Lautrbach - 3.3.5.1-1 +- Catch all subprocess exceptions +- Use subprocess.check_output() with a sequence of program arguments +- Fix location of selinuxfs mount point + * Fri May 06 2016 Petr Lautrbach - 3.3.4-1 - Suggest my-.pp modules instead of mypol.pp (#1329037) - Suggest priority 300 for modules created by audit2allow diff --git a/sources b/sources index ae3a9bb..558736c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e7117e7306087c00cf3bd287dce172a setroubleshoot-plugins-3.3.4.tar.gz +e88fd2ccdbbbaf5833dd59895a3e2ad2 setroubleshoot-plugins-3.3.5.1.tar.gz