diff --git a/.gitignore b/.gitignore index 38f18f7..0de41fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/setroubleshoot-3.3.19.tar.gz +SOURCES/setroubleshoot-3.3.20.tar.gz diff --git a/.setroubleshoot.metadata b/.setroubleshoot.metadata index 1749a5a..b542d80 100644 --- a/.setroubleshoot.metadata +++ b/.setroubleshoot.metadata @@ -1 +1 @@ -4205b63e367ccab3a8b671fc46602c519e161862 SOURCES/setroubleshoot-3.3.19.tar.gz +3bd47ec341d1633d9cb6fe8cf95fcb8e0cf19c05 SOURCES/setroubleshoot-3.3.20.tar.gz diff --git a/SPECS/setroubleshoot.spec b/SPECS/setroubleshoot.spec index 02225f2..1843fe8 100644 --- a/SPECS/setroubleshoot.spec +++ b/SPECS/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.19 -Release: 1%{?dist} +Version: 3.3.20 +Release: 2%{?dist} License: GPLv2+ URL: https://pagure.io/setroubleshoot Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz @@ -103,6 +103,7 @@ Requires: python3-gobject >= 3.11 Requires: dbus Requires: python3-dbus Requires: polkit +Requires: initscripts Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd %description server @@ -175,7 +176,8 @@ chown -R setroubleshoot:setroubleshoot %{pkgvardatadir} %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf %attr(0700,setroubleshoot,setroubleshoot) %dir %{pkgvardatadir} %ghost %attr(0600,setroubleshoot,setroubleshoot) %{pkgdatabase} -%ghost %attr(0644,setroubleshoot,setroubleshoot) %{pkgvardatadir}/email_alert_recipients +%ghost %attr(0600,setroubleshoot,setroubleshoot) %{pkgvardatadir}/email_alert_recipients +%{_mandir}/man1/seapplet.1.gz %{_mandir}/man8/sealert.8.gz %{_mandir}/man8/sedispatch.8.gz %{_mandir}/man8/setroubleshootd.8.gz @@ -201,6 +203,18 @@ SELinux troubleshoot legacy applet %{_bindir}/seappletlegacy %changelog +* Fri Aug 16 2019 Vit Mojzis - 3.3.20-2 +- Fix file mode of email_alert_recipients (#1741960) + +* Wed Jul 17 2019 Vit Mojzis - 3.3.20-1 +- Add man page for seapplet (#1612529) + +* Tue May 14 2019 Vit Mojzis - 3.3.19-2 +- Update "missing" scripts to automake-1.15 +- Add active polling for acquiring policy file +- Fix translation of hex values in AVCs (#1477236, #1709742) +- require initscripts to ensure that "service" call works properly + * Sat Dec 8 2018 Petr Lautrbach - 3.3.19-1 - Require plugins >= 3.3.10