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
This commit is contained in:
parent
a8fa0aa2cd
commit
07b8e47f99
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,3 +170,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.2.6.tar.gz
|
/setroubleshoot-3.2.6.tar.gz
|
||||||
/setroubleshoot-3.2.7.tar.gz
|
/setroubleshoot-3.2.7.tar.gz
|
||||||
/setroubleshoot-3.2.8.tar.gz
|
/setroubleshoot-3.2.8.tar.gz
|
||||||
|
/setroubleshoot-3.2.9.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.2.8
|
Version: 3.2.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -177,6 +177,13 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 7 2013 Dan Walsh <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 3.2.8-1
|
* Fri Apr 19 2013 Dan Walsh <dwalsh@redhat.com> - 3.2.8-1
|
||||||
- Fix handling of timeout attempt #2
|
- Fix handling of timeout attempt #2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user