From 5db4a52da997a24e241a7dda60a07a1ac109ad28 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 22 Nov 2010 11:00:36 -0500 Subject: [PATCH] - Update translations - Fix catchall plugin to give better messages on capabilities and process avcs --- .gitignore | 1 + setroubleshoot-plugins.spec | 17 +++++++---------- sources | 1 + 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 0a3d745..6c1212c 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ setroubleshoot-plugins-2.1.55.tar.gz /setroubleshoot-plugins-3.0.0.tar.gz /setroubleshoot-plugins-3.0.1.tar.gz /setroubleshoot-plugins-3.0.2.tar.gz +/setroubleshoot-plugins-3.0.3.tar.gz diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index 5fc9034..a4a54ad 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -1,17 +1,18 @@ Summary: Analysis plugins for use with setroubleshoot Name: setroubleshoot-plugins -Version: 3.0.2 +Version: 3.0.3 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 Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl-XML-Parser BuildRequires: intltool gettext python -Requires: dbus Requires: setroubleshoot-server >= 3.0.0-1 %define pkgdocdir %{_datadir}/doc/%{name}-%{version} @@ -34,14 +35,6 @@ rm -rf %{buildroot} make DESTDIR=%{buildroot} install %find_lang %{name} -%post -dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || : - -%postun -if [ $1 -eq 0 ]; then - dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || : -fi - %clean rm -rf %{buildroot} @@ -51,6 +44,10 @@ rm -rf %{buildroot} %{_datadir}/setroubleshoot/plugins %changelog +* Mon Nov 22 2010 - 3.0.3-1 +- Update translations +- Fix catchall plugin to give better messages on capabilities and process avcs + * Mon Nov 15 2010 - 3.0.2-1 - Fix crash in restorecon plugin diff --git a/sources b/sources index 9f41f86..972fbe9 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ bd50d875408a0106a8ee39e349a5ed87 setroubleshoot-plugins-3.0.2.tar.gz +2e96533d243196584b1e6a22f76caba3 setroubleshoot-plugins-3.0.3.tar.gz