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.3.tar.gz
|
||||
/setroubleshoot-3.3.4.tar.gz
|
||||
/setroubleshoot-3.3.5.tar.gz
|
||||
|
@ -1,16 +1,11 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.4
|
||||
Version: 3.3.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/setroubleshoot
|
||||
# git clone https://github.com/fedora-selinux/setroubleshoot.git
|
||||
# cd setroubleshoot/framework/
|
||||
# git checkout setroubleshoot-%{version}
|
||||
# ./autogen.sh
|
||||
# make dist
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: https://fedorahosted.org/releases/s/e/setroubleshoot/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.tmpfiles
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: libcap-ng-devel
|
||||
@ -206,6 +201,11 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%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
|
||||
- fixed traceback in SetroubleshootFixit.py (#1279396)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user