From 105601e9d4bffdf086ba5f2b5428a1c5f59bc789 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Tue, 22 Jan 2013 15:08:39 -0500 Subject: [PATCH] Update translations. - Restart auditd service on install and removal --- .gitignore | 1 + setroubleshoot.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d422f3..87c0a35 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f3ac38b..845051f 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 3.1.21-1 +- Update translations. +- Restart auditd service on install and removal + * Mon Jan 14 2013 Dan Walsh - 3.1.20-1 - Update translations. diff --git a/sources b/sources index 7a157e1..d6fe0ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f8a32f273772ac02a4536c0a27f88d3 setroubleshoot-3.1.20.tar.gz +187fa671b00ff1a78b16d1953f8f4ec1 setroubleshoot-3.1.21.tar.gz