* 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:
Miroslav Grepl 2015-02-16 13:04:00 +01:00
parent c80bc8275f
commit 0dc6e840a8
3 changed files with 14 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
81c99c2f77c9f155703ed4be1e1f00fa setroubleshoot-plugins-3.0.60.tar.gz
db36949160688c7cf0849a4f6082315a setroubleshoot-plugins-3.0.61.tar.gz