setroubleshoot-3.3.20-1
- Update "missing" scripts to automake-1.15 - Add active polling for acquiring policy file - Fix translation of hex values in AVCs - require initscripts to ensure that "service" call works properly - Add man page for seapplet - setroubleshoot-server: only require gobject-base
This commit is contained in:
parent
746ad7cd5d
commit
24d5048bc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -204,3 +204,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.3.17.tar.gz
|
||||
/setroubleshoot-3.3.18.tar.gz
|
||||
/setroubleshoot-3.3.19.tar.gz
|
||||
/setroubleshoot-3.3.20.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.19
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.20
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://pagure.io/setroubleshoot
|
||||
Source0: https://releases.pagure.org/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
@ -168,6 +168,7 @@ chown -R setroubleshoot:setroubleshoot %{pkgvardatadir}
|
||||
%attr(0700,setroubleshoot,setroubleshoot) %dir %{pkgvardatadir}
|
||||
%ghost %attr(0600,setroubleshoot,setroubleshoot) %{pkgdatabase}
|
||||
%ghost %attr(0644,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
|
||||
@ -193,6 +194,14 @@ SELinux troubleshoot legacy applet
|
||||
%{_bindir}/seappletlegacy
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2019 Vit Mojzis <vmojzis@redhat.com> - 3.3.20-1
|
||||
- Update "missing" scripts to automake-1.15
|
||||
- Add active polling for acquiring policy file
|
||||
- Fix translation of hex values in AVCs
|
||||
- require initscripts to ensure that "service" call works properly
|
||||
- Add man page for seapplet
|
||||
- setroubleshoot-server: only require gobject-base
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (setroubleshoot-3.3.19.tar.gz) = e012f9c0011fd682394232c9297e01710a389cc4bbae11193f75780c96a99451d7d8a77080a7d4686525ca8b8bbc6332991b7b06a282345d2baba64bab9beb24
|
||||
SHA512 (setroubleshoot-3.3.20.tar.gz) = e70e2efba8048133c2f3177038f706982532a11d3e6e9957437d94cfe1ddbfb3d8a5d05041ac3d5dc7e00b7f29613216ae5c302ad75f5b6d7c5a4de91b080aa5
|
||||
|
Loading…
Reference in New Issue
Block a user