parent
9d664f2339
commit
071dfeb34c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
33
abrt.spec
33
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
|
||||
Release: 2%{?dist}
|
||||
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:
|
||||
@ -403,7 +407,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
|
||||
@ -431,7 +434,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
|
||||
@ -485,6 +487,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}
|
||||
@ -1043,6 +1046,20 @@ killall abrt-dbus >/dev/null 2>&1 || :
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
||||
|
||||
%changelog
|
||||
* Fri Jul 03 2015 Matej Habrnal <mhabrnal@redhat.com> 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 #1217901
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user