update to latest upstream

This commit is contained in:
John Dennis 2008-01-31 21:58:45 +00:00
parent 067aed5471
commit 4b72904dba
3 changed files with 14 additions and 6 deletions

View File

@ -1 +1 @@
setroubleshoot-plugins-2.0.3.tar.gz
setroubleshoot-plugins-2.0.4.tar.gz

View File

@ -1,10 +1,10 @@
Summary: Analysis plugins for use with setroubleshoot
Name: setroubleshoot-plugins
Version: 2.0.3
Version: 2.0.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
URL: https://fedorahosted.org/setroubleshoot
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -12,7 +12,10 @@ BuildArch: noarch
BuildRequires: perl-XML-Parser
BuildRequires: intltool gettext python
Requires: dbus
Requires: setroubleshoot >= 2.0.0 policycoreutils >= 2.0.35-2
Requires: setroubleshoot >= 2.0.4
%if 0%{?fedora}
Requires: policycoreutils >= 2.0.35-2
%endif
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
@ -51,8 +54,13 @@ rm -rf %{buildroot}
%{_datadir}/setroubleshoot/plugins
%changelog
* Thu Jan 31 2008 <jdennis@redhat.com> - 2.0.4-1
- Resolve bug #416351: setroubleshoot does not escape regex chars in suggested cmds
- add new template substitution $SOURCE, a friendly name, $SOURCE_PATH still exists
and is the full path name of $SOURCE
* Tue Jan 15 2008 <dwalsh@redhat.com> - 2.0.2-1
- Add catchall_boolean.py plugin
- Add catchall_boolean.py plugin
* Fri Jan 11 2008 <jdennis@redhat.com> - 2.0.1-1
- Resolve bug #332281: remove obsolete translation

View File

@ -1 +1 @@
345ebfdee336b7186ad2118d1d4791bc setroubleshoot-plugins-2.0.3.tar.gz
7bbe52afafea76115c87675f7a35c5f9 setroubleshoot-plugins-2.0.4.tar.gz