diff --git a/.cvsignore b/.cvsignore index b6816b2..f585a39 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-1.9.3.tar.gz +setroubleshoot-1.9.4.tar.gz diff --git a/setroubleshoot.logrotate b/setroubleshoot.logrotate index 5650c84..a4de914 100644 --- a/setroubleshoot.logrotate +++ b/setroubleshoot.logrotate @@ -1,4 +1,4 @@ -/var/log/setroubleshoot/*.log { +/usr/local/var/log/setroubleshoot/*.log { weekly rotate 2 missingok diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 402752e..a037100 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 1.9.3 +Version: 1.9.4 Release: 1%{?dist} License: GPL Group: Applications/System @@ -13,7 +13,7 @@ BuildArch: noarch BuildRequires: perl-XML-Parser Requires: %{name}-server = %{version}-%{release} Requires: pygtk2 >= 2.9.2 -Requires: gnome-python2, pygtk2-libglade, gnome-python2-canvas +Requires: gnome-python2, gnome-python2-canvas Requires: usermode, rhpl BuildRequires: desktop-file-utils Requires: gnome-python2-gtkhtml2 @@ -136,7 +136,7 @@ rm -rf %{buildroot} %{pkgpythondir}/util.py* %{pkgpythondir}/uuid.py* %{pkgdatadir} -%config(noreplace) %{pkgconfigdir}/%{name}.cfg +%config %{pkgconfigdir}/%{name}.cfg %dir %{pkglogdir} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %dir %{pkgrundir} @@ -148,6 +148,11 @@ rm -rf %{buildroot} /etc/rc.d/init.d/%{name} %changelog +* Mon Mar 19 2007 Dan Walsh - 1.9.4-1 + - Remove disable_trans boolean + - Check for paths in filesystem before suggesting chcon -R + - Remove default to listen on local ports + * Mon Mar 5 2007 John Dennis - 1.9.3-1 - install icon in /usr/share/icons, refer to icon by name using standard API - Fix performance problems in setroubleshoot browser log file scanning diff --git a/sources b/sources index 3fbe4a7..978a37e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e33375c4fe69fce41fed1dc21450542e setroubleshoot-1.9.3.tar.gz +dcbe7f3db18ec3f30583897b562b5cb8 setroubleshoot-1.9.4.tar.gz