diff --git a/.cvsignore b/.cvsignore index 5b5aa23..3bf6cb4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-0.27.tar.gz +setroubleshoot-0.28.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 57893d4..ccea69a 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 0.27 +Version: 0.28 Release: 1 License: GPL Group: Applications/System @@ -59,6 +59,7 @@ make DESTDIR=%{buildroot} install %{__install} -D -m755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d/%{name} %{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} touch %{buildroot}%{pkgvardatadir}/database.xml +%find_lang %{name} %post [ -f %{pkgvardatadir}/database.xml ] && chmod 644 %{pkgvardatadir}/database.xml @@ -81,7 +82,7 @@ fi %clean rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc %{pkgdocdir} %{_bindir}/* @@ -105,6 +106,10 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/*png %changelog +* Mon Aug 21 2006 Dan Walsh - 0.28-1 +- Fix allow_execmem.py file +- Add translations + * Mon Aug 21 2006 John Dennis - 0.27-1 * load_plugins() now catches exceptions when a plugin won't load, reports the traceback in the log file, and continues with the next diff --git a/sources b/sources index 9c8b98b..3f177a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ebf7e9cb8bbc91c3634b3452b79c2a5 setroubleshoot-0.27.tar.gz +e6f3ed798762c9ebe6517d67c81801a9 setroubleshoot-0.28.tar.gz