New version 2.10.2

Resolves: #1439821

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
Matej Habrnal 2017-04-25 13:04:41 +02:00
parent ba27e114c2
commit 3c50298685
3 changed files with 35 additions and 3 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@ abrt-1.1.13.tar.gz
/abrt-2.9.0.tar.gz
/abrt-2.10.0.tar.gz
/abrt-2.10.1.tar.gz
/abrt-2.10.2.tar.gz

View File

@ -59,7 +59,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.10.1
Version: 2.10.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -727,7 +727,27 @@ fi
service abrtd condrestart >/dev/null 2>&1 || :
%posttrans addon-ccpp
service abrt-journal-core condrestart >/dev/null 2>&1 || :
# Migrate from abrt-ccpp.service to abrt-journal-core.service
# 'systemctl preset abrt-ccpp.service abrt-journal-core.service'
# is done only for installation by %systemd_post macro but not for package
# upgrade. Following lines affect changes in Fedora preset files in case of
# package upgrade and also starts abrt-journal-core.service and stops
# abrt-ccpp.service if abrt-ccpp.service is running.
# All this has to be done only once because some users want to use
# abrt-ccpp.service instead of the default abrt-journal-core.service.
# Hence we introduced a %{_localstatedir}/lib/abrt/abrt-migrated file to
# mark the migration was done.
if test ! -f %{_localstatedir}/lib/abrt/abrt-migrated ; then
systemctl --no-reload preset abrt-ccpp.service >/dev/null 2>&1 || :
systemctl --no-reload preset abrt-journal-core.service >/dev/null 2>&1 || :
if service abrt-ccpp status >/dev/null 2>&1 ; then
systemctl stop abrt-ccpp >/dev/null 2>&1 || :
systemctl start abrt-journal-core >/dev/null 2>&1 || :
fi
touch %{_localstatedir}/lib/abrt/abrt-migrated
fi
systemctl try-restart abrt-journal-core >/dev/null 2>&1 || :
systemctl try-restart abrt-ccpp >/dev/null 2>&1 || :
%posttrans addon-kerneloops
service abrt-oops condrestart >/dev/null 2>&1 || :
@ -1122,6 +1142,17 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Tue Apr 25 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-1
- Translation updates
- spec: introduce migration to abrt-journal-core
- abrt_event: Save cpuinfo in problem directories
- koops: Improve fatal MCE check when dumping backtrace
- lib: typo in header
- Spelling fixes
- Python 3.6 invalid escape sequence deprecation fix
- koops_event: add check to restrict reporting of MCEs
- Resolves: #1439821
* Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.1-1
- bodhi: Remove dependency on hawkey
- spec: Remove dependency on hawkey

View File

@ -1 +1 @@
SHA512 (abrt-2.10.1.tar.gz) = d62247463e6c4aa18da4916669d4a6bb131975ede4126731118b5c6bd7dba6286117271888e1d330bc9819d5befa6364466d604c98bf511e117e3b0b6a930600
SHA512 (abrt-2.10.2.tar.gz) = 5f03d47dfd97fc67eefa71b7750e8d2f189beff8c455f86d7f7c89195f64ed39ae08f611bef11f6a9d2b94bf83e7d7e49f2bdff8d92710f94dc6efe96ae1d1c3