Update translations.

- Restart auditd service on install and removal
This commit is contained in:
Dan Walsh 2013-01-22 15:08:39 -05:00
parent 09d8f014ad
commit 105601e9d4
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -161,3 +161,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.1.17.tar.gz
/setroubleshoot-3.1.18.tar.gz
/setroubleshoot-3.1.20.tar.gz
/setroubleshoot-3.1.21.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.1.20
Version: 3.1.21
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -64,12 +64,14 @@ to user preference. The same tools can be run on existing log files.
%post
touch --no-create %{_datadir}/icons/hicolor || :
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
%systemd_post auditd.service
%postun
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%systemd_postun_with_restart auditd.service
%posttrans
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@ -183,6 +185,10 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%changelog
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.1.21-1
- Update translations.
- Restart auditd service on install and removal
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.1.20-1
- Update translations.

View File

@ -1 +1 @@
9f8a32f273772ac02a4536c0a27f88d3 setroubleshoot-3.1.20.tar.gz
187fa671b00ff1a78b16d1953f8f4ec1 setroubleshoot-3.1.21.tar.gz