diff --git a/.gitignore b/.gitignore index a4fbf26..e987846 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.2.6.tar.gz /setroubleshoot-3.2.7.tar.gz /setroubleshoot-3.2.8.tar.gz +/setroubleshoot-3.2.9.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index a327b0c..02e2c0b 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.2.8 +Version: 3.2.9 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -177,6 +177,13 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service %changelog +* Tue May 7 2013 Dan Walsh - 3.2.9-1 +- On update cp instead of rename, since there could be a situation where +someone has ~/.config on a different file sytem then ~. It has happened. +- Fix --password spelling error +- Remove --quit option from sealert +- Update translations + * Fri Apr 19 2013 Dan Walsh - 3.2.8-1 - Fix handling of timeout attempt #2 diff --git a/sources b/sources index 14e61ac..4aaa546 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -122d09a6beceebfee164817bd553a7bd setroubleshoot-3.2.8.tar.gz +acf451df6d6b0117ff72a9281a16780b setroubleshoot-3.2.9.tar.gz