Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f802ff1135 | ||
|
|
a84f01d23d | ||
|
|
987689d70c | ||
|
|
5063dbd18b | ||
|
|
3b87431da7 | ||
|
|
cc8b7276bd |
3 changed files with 27 additions and 13 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -112,3 +112,7 @@ setroubleshoot-plugins-2.1.55.tar.gz
|
|||
/setroubleshoot-plugins-3.0.61.tar.gz
|
||||
/setroubleshoot-plugins-3.3.1.tar.gz
|
||||
/setroubleshoot-plugins-3.3.2.tar.gz
|
||||
/setroubleshoot-plugins-3.3.3.tar.gz
|
||||
/setroubleshoot-plugins-3.3.4.tar.gz
|
||||
/setroubleshoot-plugins-3.3.5.1.tar.gz
|
||||
/setroubleshoot-plugins-3.3.6.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,27 +2,18 @@
|
|||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.3.2
|
||||
Version: 3.3.6
|
||||
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
|
||||
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: intltool gettext python3-devel
|
||||
Requires: setroubleshoot-server >= 3.1.16-1
|
||||
Requires: setroubleshoot-server >= 3.3.6
|
||||
|
||||
%description
|
||||
This package provides a set of analysis plugins for use with
|
||||
|
|
@ -51,6 +42,25 @@ rm -rf %{buildroot}
|
|||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.6-1
|
||||
- Fix catchall plugin message for capability2 (#1360392)
|
||||
- Stop executing restorecon plugin on specified path prefixes (#1270778)
|
||||
- Update translations
|
||||
|
||||
* Wed Jun 22 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.5.1-1
|
||||
- Catch all subprocess exceptions
|
||||
- Use subprocess.check_output() with a sequence of program arguments
|
||||
- Fix location of selinuxfs mount point
|
||||
|
||||
* Fri May 06 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.4-1
|
||||
- Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
|
||||
- Suggest priority 300 for modules created by audit2allow
|
||||
|
||||
* 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
|
||||
|
||||
* Tue Oct 06 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.2-1
|
||||
- Update restorecon plugin to to identify a mislabeling of executable (BZ#1257682)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5a91c810f333994c1d8bb94332dee66e setroubleshoot-plugins-3.3.2.tar.gz
|
||||
1516cd8120d31a03d132bd2dc1986e55 setroubleshoot-plugins-3.3.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue