* Mon Feb 16 2015 Miroslav Grepl <mgrepl@redhat.com> - 3.0.61-1
- Fix catchall_boolean plugin to show correct man page for source type.
This commit is contained in:
parent
c80bc8275f
commit
0dc6e840a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -109,3 +109,4 @@ setroubleshoot-plugins-2.1.55.tar.gz
|
||||
/setroubleshoot-plugins-3.0.58.tar.gz
|
||||
/setroubleshoot-plugins-3.0.59.tar.gz
|
||||
/setroubleshoot-plugins-3.0.60.tar.gz
|
||||
/setroubleshoot-plugins-3.0.61.tar.gz
|
||||
|
||||
@ -2,13 +2,17 @@
|
||||
|
||||
Summary: Analysis plugins for use with setroubleshoot
|
||||
Name: setroubleshoot-plugins
|
||||
Version: 3.0.60
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.61
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://fedorahosted.org/setroubleshoot
|
||||
# git clone git://git.fedorahosted.org/git/setroubleshoot.git; cd setroubleshoot
|
||||
# git archive --prefix setroubleshoot-plugins-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-plugins-3.0.10.tar.gz
|
||||
URL: https://github.com/fedora-selinux/setroubleshoot
|
||||
# git clone https://github.com/fedora-selinux/setroubleshoot.git
|
||||
# cd setroubleshoot/plugins/
|
||||
# git checkout setroubleshoot-plugins-%{version}
|
||||
# ./autogen.sh
|
||||
# make dist
|
||||
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
@ -44,6 +48,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/setroubleshoot/plugins
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2015 Miroslav Grepl <mgrepl@redhat.com> - 3.0.61-1
|
||||
- Fix catchall_boolean plugin to show correct man page for source type.
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.60-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user