From 29497e1468bc6504f74b7917e55993af7986da96 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 4 Apr 2016 21:27:01 +0200 Subject: [PATCH] setroubleshoot-plugins-3.3.3-1 - Fix sshd_root.py setroubleshoot plugin to cover only /root/.ssh path s intended. - Suggest to use ausearch instead of grep - Update translations --- setroubleshoot-plugins.spec | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index 873a2e5..20181e1 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -2,21 +2,12 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.3.2 -Release: 3%{?dist} +Version: 3.3.3 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://github.com/fedora-selinux/setroubleshoot -# git clone https://github.com/fedora-selinux/setroubleshoot.git -# cd setroubleshoot/plugins/ -# # for the python3 version use -# git checkout python3 -# # for a relase use -# # git checkout setroubleshoot-plugins-%{version} -# ./autogen.sh -# make dist - -Source0: %{name}-%{version}.tar.gz +Source0: https://fedorahosted.org/releases/s/e/setroubleshoot/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -51,6 +42,11 @@ rm -rf %{buildroot} %{_datadir}/setroubleshoot/plugins %changelog +* Mon Apr 04 2016 Petr Lautrbach - 3.3.3-1 +- Fix sshd_root.py setroubleshoot plugin to cover only /root/.ssh path as intended. +- Suggest to use ausearch instead of grep +- Update translations + * Thu Feb 04 2016 Fedora Release Engineering - 3.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild