Update translations.
- Restart auditd service on install and removal
This commit is contained in:
parent
09d8f014ad
commit
105601e9d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -161,3 +161,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.1.17.tar.gz
|
/setroubleshoot-3.1.17.tar.gz
|
||||||
/setroubleshoot-3.1.18.tar.gz
|
/setroubleshoot-3.1.18.tar.gz
|
||||||
/setroubleshoot-3.1.20.tar.gz
|
/setroubleshoot-3.1.20.tar.gz
|
||||||
|
/setroubleshoot-3.1.21.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.1.20
|
Version: 3.1.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -64,12 +64,14 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
|
dbus-send --system /com/redhat/setroubleshootd com.redhat.SEtroubleshootdIface.restart string:'rpm install' >/dev/null 2>&1 || :
|
||||||
|
%systemd_post auditd.service
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||||
fi
|
fi
|
||||||
|
%systemd_postun_with_restart auditd.service
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
%{_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
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 14 2013 Dan Walsh <dwalsh@redhat.com> - 3.1.20-1
|
||||||
- Update translations.
|
- Update translations.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user