setroubleshoot-3.3.5-1
- get_alert() DBUS API extended with more parameters - sedispatch uses a timeout when collecting audit events (#1322771) - Use correct packaging for byte compiled files (#1321047)
This commit is contained in:
parent
c964568ba8
commit
89d148b7e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -188,3 +188,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.3.1.tar.gz
|
/setroubleshoot-3.3.1.tar.gz
|
||||||
/setroubleshoot-3.3.3.tar.gz
|
/setroubleshoot-3.3.3.tar.gz
|
||||||
/setroubleshoot-3.3.4.tar.gz
|
/setroubleshoot-3.3.4.tar.gz
|
||||||
|
/setroubleshoot-3.3.5.tar.gz
|
||||||
|
@ -1,16 +1,11 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.3.4
|
Version: 3.3.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://fedorahosted.org/setroubleshoot
|
URL: https://fedorahosted.org/setroubleshoot
|
||||||
# git clone https://github.com/fedora-selinux/setroubleshoot.git
|
Source0: https://fedorahosted.org/releases/s/e/setroubleshoot/%{name}-%{version}.tar.gz
|
||||||
# cd setroubleshoot/framework/
|
|
||||||
# git checkout setroubleshoot-%{version}
|
|
||||||
# ./autogen.sh
|
|
||||||
# make dist
|
|
||||||
Source0: %{name}-%{version}.tar.gz
|
|
||||||
Source1: %{name}.tmpfiles
|
Source1: %{name}.tmpfiles
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
@ -206,6 +201,11 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 04 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.5-1
|
||||||
|
- get_alert() DBUS API extended with more parameters
|
||||||
|
- sedispatch uses a timeout when collecting audit events (#1322771)
|
||||||
|
- Use correct packaging for byte compiled files (#1321047)
|
||||||
|
|
||||||
* Thu Feb 11 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.4-1
|
* Thu Feb 11 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.4-1
|
||||||
- fixed traceback in SetroubleshootFixit.py (#1279396)
|
- fixed traceback in SetroubleshootFixit.py (#1279396)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user