diff --git a/.cvsignore b/.cvsignore index 08f692f..45cb5d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.19.tar.gz +setroubleshoot-0.20.tar.gz diff --git a/setroubleshoot.init b/setroubleshoot.init index 49a0e81..9d46bc8 100755 --- a/setroubleshoot.init +++ b/setroubleshoot.init @@ -88,7 +88,7 @@ case "$1" in stop ;; status) - status $prog + status $exe ;; restart) restart diff --git a/setroubleshoot.spec b/setroubleshoot.spec index d1f2c72..20b4f1e 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.19 +Version: 0.20 Release: 1 License: GPL Group: Applications/System @@ -22,9 +22,7 @@ BuildRequires: perl-XML-Parser %define pkgrundir %{_localstatedir}/run/%{name} %define pkgconfigdir %{_sysconfdir}/%{name} %define pkglogdir %{_localstatedir}/log/%{name} -%define auditlibdir %{_libdir}/audit -Requires: audit-libs-python >= 1.2.5-6 Requires: libselinux >= 1.30.15-1 Requires: pygtk2 >= 2.9.2 Requires: notify-python @@ -80,7 +78,6 @@ rm -rf %{buildroot} %doc %{pkgdocdir} %{_bindir}/* %{_sbindir}/* -%{auditlibdir}/* %{pkgpythondir} %{pkgdatadir} %config(noreplace) %{pkgconfigdir}/%{name}.cfg @@ -94,6 +91,9 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/*png %changelog +* Thu Aug 10 2006 Dan Walsh - 0.20-1 + * add html support + * remove setroubleshoot_dispatcher * Tue Aug 8 2006 Dan Walsh - 0.19-1 diff --git a/sources b/sources index 1e13f6c..ab4ed2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85bf0e61214dac42eca4e86ab1360eec setroubleshoot-0.19.tar.gz +a1b811663282fcaf926dbbdfcb663cd8 setroubleshoot-0.20.tar.gz