diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 1573877..bc1d12b 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.14 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: https://pagure.io/setroubleshoot @@ -58,20 +58,12 @@ 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 || : - %prep %autosetup -p 2 @@ -204,6 +196,9 @@ rm -rf %{buildroot} %changelog +* Fri Jan 05 2018 Igor Gnatenko - 3.3.14-4 +- Remove obsolete scriptlets + * Thu Nov 23 2017 Petr Lautrbach - 3.3.14-3 - Update translations