Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
d663542b40
commit
4684ea4866
14
abrt.spec
14
abrt.spec
@ -56,7 +56,7 @@
|
||||
Summary: Automatic bug detection and reporting tool
|
||||
Name: abrt
|
||||
Version: 2.10.5
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://abrt.readthedocs.org/
|
||||
@ -739,12 +739,6 @@ fi
|
||||
|
||||
%postun gui-libs -p /sbin/ldconfig
|
||||
|
||||
%postun gui
|
||||
if [ $1 -eq 0 ] ; then
|
||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
service abrtd condrestart >/dev/null 2>&1 || :
|
||||
|
||||
@ -793,9 +787,6 @@ service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
|
||||
%posttrans addon-upload-watch
|
||||
service abrt-upload-watch condrestart >/dev/null 2>&1 || :
|
||||
|
||||
%posttrans gui
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%posttrans dbus
|
||||
# Force abrt-dbus to restart like we do with the other services
|
||||
killall abrt-dbus >/dev/null 2>&1 || :
|
||||
@ -1166,6 +1157,9 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||
|
||||
%changelog
|
||||
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.10.5-4
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
* Mon Dec 11 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.10.5-3
|
||||
- Fix ambiguous Python 2 dependency declarations
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
Loading…
Reference in New Issue
Block a user