From 89d148b7e26c7d95abdcd78d1af73d3a85956918 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 4 Apr 2016 21:16:54 +0200 Subject: [PATCH] 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) --- .gitignore | 1 + setroubleshoot.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index a2abdce..5bc162c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/setroubleshoot.spec b/setroubleshoot.spec index b2c21b2..2f39990 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 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 3.3.4-1 - fixed traceback in SetroubleshootFixit.py (#1279396) diff --git a/sources b/sources index 18ce977..f6be852 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d1ab0c662916fc34a3eadbd3253c2c1 setroubleshoot-3.3.4.tar.gz +ef8f87f20c083efa3b1395dd13b2126a setroubleshoot-3.3.5.tar.gz