From 57686f5cee6f959654b994137302fe1da400983f Mon Sep 17 00:00:00 2001 From: Matej Habrnal Date: Jul 08 2015 08:47:13 +0000 Subject: New upstream release 2.6.1 Resolves #1240516 --- diff --git a/.gitignore b/.gitignore index 34d6c46..7c125c7 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ abrt-1.1.13.tar.gz /abrt-2.5.0.tar.gz /abrt-2.5.1.tar.gz /abrt-2.6.0.tar.gz +/abrt-2.6.1.tar.gz diff --git a/abrt.spec b/abrt.spec index 1fd2084..4f6677e 100644 --- a/abrt.spec +++ b/abrt.spec @@ -43,16 +43,16 @@ %define docdirversion -%{version} %endif -%define libreport_ver 2.6.0 -%define satyr_ver 0.18 +%define libreport_ver 2.6.1 +%define satyr_ver 0.19 Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.6.0 +Version: 2.6.1 Release: 1%{?dist} License: GPLv2+ Group: Applications/System -URL: https://github.com/abrt/abrt/wiki/ABRT-Project +URL: https://abrt.readthedocs.org/ Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz # don't remove this patch, packages in rawhide are not signed! Patch0: disable-OpenGPGCheck-in-Fedora-Rawhide.patch @@ -167,7 +167,11 @@ This package contains hook for C/C++ crashed programs. Summary: %{name}'s C/C++ addon Group: System Environment/Libraries Requires: cpio -Requires: gdb >= 7.8.1-31 +%if 0%{?fedora:%{fedora} > 22} +Requires: gdb >= gdb-7.9.50.20150531 +%else +Requires: gdb >= 7.9.1-16 +%endif Requires: elfutils %if 0%{!?rhel:1} # abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer: @@ -402,7 +406,6 @@ Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-dbus = %{version}-%{release} -Requires: pygobject2 Requires: dbus-python Requires: libreport-python BuildRequires: python-nose @@ -430,7 +433,6 @@ Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-dbus = %{version}-%{release} -Requires: pygobject3 Requires: python3-dbus Requires: libreport-python3 BuildRequires: python3-nose @@ -484,6 +486,7 @@ CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs \ %if %{?have_kexec_tools} == 0 --disable-addon-vmcore \ %endif + --enable-dump-time-unwind \ --disable-silent-rules make %{?_smp_mflags} @@ -1042,6 +1045,20 @@ killall abrt-dbus >/dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh %changelog +* Fri Jul 03 2015 Matej Habrnal 2.6.1-1 +- keep the polkit authorization for all clients +- enable polkit authentication on command line +- use TID to find crash thread +- remove PyGObject from all Requires +- update version of gdb because of -ascending +- make it easier to find the backtrace of th crash thread +- save TID in the file 'tid' +- get TID from correct cmd line argument +- add option always generate backtrace locally +- add processor information to sosreport +- update abrt-cli man page +- Resolves: #1240516 + * Tue Jun 09 2015 Jakub Filak 2.6.0-1 - move the default dump location to /var/spool/abrt from /var/tmp/abrt - hooks: use root for owner of all dump directories diff --git a/sources b/sources index 13cafef..88a4585 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b764d6a2a12aaae8cbab3fb7fbe37089 abrt-2.6.0.tar.gz +936fa2b51d58d5c00729b8512ffa2a68 abrt-2.6.1.tar.gz