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
This commit is contained in:
parent
4ca0d0886c
commit
29497e1468
@ -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 <plautrba@redhat.com> - 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 <releng@fedoraproject.org> - 3.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user