2013-07-26 09:06:00 +00:00
|
|
|
|
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
|
|
|
|
|
# http://fedoraproject.org/wiki/Hardened_Packages
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
|
|
# Enable python3 build by default
|
|
|
|
|
%bcond_without python3
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with python3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}%{?suse_version}
|
|
|
|
|
%bcond_with bodhi
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without bodhi
|
|
|
|
|
%endif
|
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
# build abrt-atomic subpackage
|
|
|
|
|
%bcond_without atomic
|
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
# build abrt-retrace-client by default
|
|
|
|
|
%bcond_without retrace
|
|
|
|
|
|
2017-01-18 09:53:54 +00:00
|
|
|
|
# rpmbuild --define 'desktopvendor mystring'
|
|
|
|
|
%if "x%{desktopvendor}" == "x"
|
2018-02-21 15:34:57 +00:00
|
|
|
|
%define desktopvendor %(source /etc/os-release; echo ${ID})
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
%define dbus_devel dbus-1-devel
|
|
|
|
|
%define libjson_devel libjson-devel
|
|
|
|
|
%define shadow_utils pwdutils
|
|
|
|
|
%else
|
|
|
|
|
%define dbus_devel dbus-devel
|
|
|
|
|
%define libjson_devel json-c-devel
|
|
|
|
|
%define shadow_utils shadow-utils
|
|
|
|
|
%endif
|
|
|
|
|
|
2013-10-27 17:53:26 +00:00
|
|
|
|
# do not append package version to doc directory of subpackages in F20 and later; rhbz#993656
|
|
|
|
|
%if "%{_pkgdocdir}" == "%{_docdir}/%{name}"
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%define docdirversion %{nil}
|
2013-10-27 17:53:26 +00:00
|
|
|
|
%else
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%define docdirversion -%{version}
|
2013-10-27 17:53:26 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2019-02-05 15:47:12 +00:00
|
|
|
|
%define libreport_ver 2.10.0
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%define satyr_ver 0.24
|
2013-07-26 09:06:00 +00:00
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
Summary: Automatic bug detection and reporting tool
|
|
|
|
|
Name: abrt
|
2019-10-11 14:32:47 +00:00
|
|
|
|
Version: 2.13.0
|
2020-01-30 16:10:50 +00:00
|
|
|
|
Release: 4%{?dist}
|
2009-03-03 21:09:07 +00:00
|
|
|
|
License: GPLv2+
|
2015-07-03 12:49:41 +00:00
|
|
|
|
URL: https://abrt.readthedocs.org/
|
2017-03-16 11:50:11 +00:00
|
|
|
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
2019-07-12 15:36:43 +00:00
|
|
|
|
|
2020-01-31 09:42:41 +00:00
|
|
|
|
Patch0001: 0001-python-Use-correct-paths-for-installed-modules.patch
|
|
|
|
|
Patch0002: 0002-Fix-build-failure-with-gcc-fno-common.patch
|
|
|
|
|
Patch0003: 0003-bodhi-Initialize-karma-values-with-default.patch
|
2020-01-31 09:44:31 +00:00
|
|
|
|
Patch0004: 0004-dbus-Fix-possibly-uninitialized-variable.patch
|
2019-10-16 12:02:50 +00:00
|
|
|
|
|
2019-04-04 13:45:29 +00:00
|
|
|
|
BuildRequires: git-core
|
2018-04-27 11:13:39 +00:00
|
|
|
|
BuildRequires: %{dbus_devel}
|
2019-01-08 10:19:43 +00:00
|
|
|
|
BuildRequires: hostname
|
2012-08-02 13:27:04 +00:00
|
|
|
|
BuildRequires: gtk3-devel
|
2019-02-05 15:47:12 +00:00
|
|
|
|
BuildRequires: glib2-devel >= 2.43.4
|
2009-03-03 21:09:07 +00:00
|
|
|
|
BuildRequires: rpm-devel >= 4.6
|
|
|
|
|
BuildRequires: desktop-file-utils
|
2009-04-14 14:54:04 +00:00
|
|
|
|
BuildRequires: libnotify-devel
|
2011-07-21 18:44:27 +00:00
|
|
|
|
#why? BuildRequires: file-devel
|
2009-08-31 12:55:40 +00:00
|
|
|
|
BuildRequires: gettext
|
2010-08-10 14:03:04 +00:00
|
|
|
|
BuildRequires: libxml2-devel
|
2009-11-22 20:32:15 +00:00
|
|
|
|
BuildRequires: intltool
|
2011-04-21 16:24:33 +00:00
|
|
|
|
BuildRequires: libtool
|
2019-01-08 10:19:43 +00:00
|
|
|
|
BuildRequires: libsoup-devel
|
2011-05-05 16:26:52 +00:00
|
|
|
|
BuildRequires: asciidoc
|
2013-03-19 11:32:56 +00:00
|
|
|
|
BuildRequires: doxygen
|
2011-05-05 16:26:52 +00:00
|
|
|
|
BuildRequires: xmlto
|
2013-07-26 09:06:00 +00:00
|
|
|
|
BuildRequires: libreport-devel >= %{libreport_ver}
|
2014-01-08 07:19:06 +00:00
|
|
|
|
BuildRequires: satyr-devel >= %{satyr_ver}
|
2013-12-11 12:25:08 +00:00
|
|
|
|
BuildRequires: augeas
|
2015-06-10 06:32:19 +00:00
|
|
|
|
BuildRequires: libselinux-devel
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-systemd
|
|
|
|
|
BuildRequires: python3-argcomplete
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2013-10-27 17:53:26 +00:00
|
|
|
|
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport >= %{libreport_ver}
|
2014-01-08 07:19:06 +00:00
|
|
|
|
Requires: satyr >= %{satyr_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
# these only exist on suse
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
BuildRequires: dbus-1-glib-devel
|
|
|
|
|
Requires: dbus-1-glib
|
|
|
|
|
%endif
|
2011-04-21 16:24:33 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
Requires: systemd
|
2009-08-18 09:06:03 +00:00
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2017-08-19 22:25:34 +00:00
|
|
|
|
Requires: python3-%{name} = %{version}-%{release}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Requires(pre): %{shadow_utils}
|
2018-05-10 11:15:45 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
Requires: python3-augeas
|
|
|
|
|
Requires: python3-dbus
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%ifarch aarch64 i686 x86_64
|
|
|
|
|
Requires: dmidecode
|
|
|
|
|
%endif
|
|
|
|
|
Requires: libreport-plugin-ureport
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora}
|
2017-06-15 15:51:01 +00:00
|
|
|
|
Requires: libreport-plugin-systemd-journal
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2018-02-21 15:34:57 +00:00
|
|
|
|
#gui
|
|
|
|
|
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
|
|
|
|
|
BuildRequires: gsettings-desktop-schemas-devel >= 3.15
|
|
|
|
|
#addon-ccpp
|
|
|
|
|
BuildRequires: gdb-headless
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
|
#addon-kerneloops
|
|
|
|
|
BuildRequires: systemd-devel
|
2018-04-27 11:13:39 +00:00
|
|
|
|
BuildRequires: %{libjson_devel}
|
|
|
|
|
%if %{with bodhi}
|
2018-02-21 15:34:57 +00:00
|
|
|
|
# plugin-bodhi
|
|
|
|
|
BuildRequires: libreport-web-devel >= %{libreport_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2018-02-21 15:34:57 +00:00
|
|
|
|
#desktop
|
|
|
|
|
#Default config of addon-ccpp requires gdb
|
|
|
|
|
BuildRequires: gdb-headless
|
|
|
|
|
#dbus
|
|
|
|
|
BuildRequires: polkit-devel
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2018-02-21 15:34:57 +00:00
|
|
|
|
#python3-abrt
|
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
|
BuildRequires: python3-sphinx
|
2018-04-27 11:13:39 +00:00
|
|
|
|
BuildRequires: python3-libreport
|
2018-02-21 15:34:57 +00:00
|
|
|
|
#python3-abrt-doc
|
|
|
|
|
BuildRequires: python3-devel
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2018-02-21 15:34:57 +00:00
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%description
|
2009-08-17 15:41:27 +00:00
|
|
|
|
%{name} is a tool to help users to detect defects in applications and
|
2012-09-21 14:35:55 +00:00
|
|
|
|
to create a bug report with all information needed by maintainer to fix it.
|
2014-03-06 11:58:17 +00:00
|
|
|
|
It uses plugin system to extend its functionality.
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
Libraries for %{name}.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development libraries for %{name}
|
2011-04-21 16:24:33 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Development libraries and headers for %{name}.
|
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%package gui-libs
|
|
|
|
|
Summary: Libraries for %{name}-gui
|
2019-01-08 10:19:43 +00:00
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2013-09-12 09:44:46 +00:00
|
|
|
|
|
|
|
|
|
%description gui-libs
|
|
|
|
|
Libraries for %{name}-gui.
|
|
|
|
|
|
|
|
|
|
%package gui-devel
|
|
|
|
|
Summary: Development libraries for %{name}-gui
|
|
|
|
|
Requires: abrt-gui-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gui-devel
|
|
|
|
|
Development libraries and headers for %{name}-gui.
|
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%package gui
|
|
|
|
|
Summary: %{name}'s gui
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-04-02 11:29:30 +00:00
|
|
|
|
Requires: %{name}-dbus = %{version}-%{release}
|
2013-02-04 13:52:13 +00:00
|
|
|
|
Requires: gnome-abrt
|
2015-02-23 05:45:19 +00:00
|
|
|
|
Requires: gsettings-desktop-schemas >= 3.15
|
2009-12-15 13:23:27 +00:00
|
|
|
|
# we used to have abrt-applet, now abrt-gui includes it:
|
2009-08-18 09:06:03 +00:00
|
|
|
|
Provides: abrt-applet = %{version}-%{release}
|
|
|
|
|
Obsoletes: abrt-applet < 0.0.5
|
|
|
|
|
Conflicts: abrt-applet < 0.0.5
|
2013-04-30 14:33:14 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2013-10-27 17:53:26 +00:00
|
|
|
|
Requires: abrt-gui-libs = %{version}-%{release}
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%description gui
|
|
|
|
|
GTK+ wizard for convenient bug reporting.
|
|
|
|
|
|
|
|
|
|
%package addon-ccpp
|
|
|
|
|
Summary: %{name}'s C/C++ addon
|
2013-04-30 14:33:14 +00:00
|
|
|
|
Requires: cpio
|
2017-01-03 11:56:21 +00:00
|
|
|
|
Requires: gdb-headless
|
2012-12-20 07:28:53 +00:00
|
|
|
|
Requires: elfutils
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%if 0%{!?rhel:1}
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{with retrace}
|
2013-03-19 11:32:56 +00:00
|
|
|
|
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
|
|
|
|
|
Requires: %{name}-retrace-client
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%endif
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%endif
|
2009-03-03 21:09:07 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2018-05-09 08:18:59 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
Requires: python3-libreport
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2019-10-11 14:32:47 +00:00
|
|
|
|
Obsoletes: abrt-addon-coredump-helper <= 2.12.2
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2019-01-08 10:19:43 +00:00
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%description addon-ccpp
|
2015-02-23 05:45:19 +00:00
|
|
|
|
This package contains %{name}'s C/C++ analyzer plugin.
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%package addon-upload-watch
|
|
|
|
|
Summary: %{name}'s upload addon
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description addon-upload-watch
|
|
|
|
|
This package contains hook for uploaded problems.
|
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{with retrace}
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%package retrace-client
|
|
|
|
|
Summary: %{name}'s retrace client
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2011-11-05 10:23:46 +00:00
|
|
|
|
Requires: xz
|
2013-06-14 20:42:54 +00:00
|
|
|
|
Requires: tar
|
2018-05-31 09:10:41 +00:00
|
|
|
|
Requires: p11-kit-trust
|
2019-01-08 10:19:43 +00:00
|
|
|
|
Requires: libsoup
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
|
|
|
|
%description retrace-client
|
|
|
|
|
This package contains the client application for Retrace server
|
|
|
|
|
which is able to analyze C/C++ crashes remotely.
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%endif
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2009-07-10 08:15:22 +00:00
|
|
|
|
%package addon-kerneloops
|
|
|
|
|
Summary: %{name}'s kerneloops addon
|
2009-12-15 13:23:27 +00:00
|
|
|
|
Requires: curl
|
2009-03-12 10:13:10 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-07-29 09:34:57 +00:00
|
|
|
|
%if 0%{!?rhel:1}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
|
2013-07-29 09:34:57 +00:00
|
|
|
|
%endif
|
2014-01-30 14:47:10 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2009-03-12 10:13:10 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%description addon-kerneloops
|
2013-07-26 09:06:00 +00:00
|
|
|
|
This package contains plugin for collecting kernel crash information from
|
|
|
|
|
system log.
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
|
|
|
|
%package addon-xorg
|
|
|
|
|
Summary: %{name}'s Xorg addon
|
|
|
|
|
Requires: curl
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2014-01-30 14:47:10 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
|
|
|
|
%description addon-xorg
|
2013-07-26 09:06:00 +00:00
|
|
|
|
This package contains plugin for collecting Xorg crash information from Xorg
|
|
|
|
|
log.
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%package addon-vmcore
|
|
|
|
|
Summary: %{name}'s vmcore addon
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: abrt-addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
Requires: kexec-tools
|
2018-05-03 08:56:51 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
Requires: python3-abrt
|
|
|
|
|
Requires: python3-augeas
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Requires: util-linux
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
|
|
|
|
%description addon-vmcore
|
2013-07-26 09:06:00 +00:00
|
|
|
|
This package contains plugin for collecting kernel crash information from
|
|
|
|
|
vmcore files.
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%package addon-pstoreoops
|
|
|
|
|
Summary: %{name}'s pstore oops addon
|
2013-05-03 11:39:53 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2013-05-03 11:39:53 +00:00
|
|
|
|
Requires: abrt-addon-kerneloops
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Obsoletes: abrt-addon-uefioops
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%description addon-pstoreoops
|
|
|
|
|
This package contains plugin for collecting kernel oopses from pstore storage.
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with bodhi}
|
2012-08-02 13:27:04 +00:00
|
|
|
|
%package plugin-bodhi
|
|
|
|
|
Summary: %{name}'s bodhi plugin
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Obsoletes: libreport-plugin-bodhi > 0.0.1
|
2017-01-18 09:53:54 +00:00
|
|
|
|
Provides: libreport-plugin-bodhi = %{version}-%{release}
|
2012-08-02 13:27:04 +00:00
|
|
|
|
|
|
|
|
|
%description plugin-bodhi
|
2012-09-21 14:35:55 +00:00
|
|
|
|
Search for a new updates in bodhi server.
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2012-08-02 13:27:04 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%package -n python3-abrt-addon
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Summary: %{name}'s addon for catching and analyzing Python 3 exceptions
|
2019-10-11 14:32:47 +00:00
|
|
|
|
BuildArch: noarch
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2015-07-17 14:14:31 +00:00
|
|
|
|
Requires: python3-systemd
|
2017-08-19 11:11:29 +00:00
|
|
|
|
Requires: python3-abrt
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2017-08-19 14:17:11 +00:00
|
|
|
|
%description -n python3-abrt-addon
|
2014-03-06 11:58:17 +00:00
|
|
|
|
This package contains python 3 hook and python analyzer plugin for handling
|
|
|
|
|
uncaught exception in python 3 programs.
|
|
|
|
|
|
2018-02-21 15:34:57 +00:00
|
|
|
|
%package -n python3-abrt-container-addon
|
|
|
|
|
Summary: %{name}'s container addon for catching Python 3 exceptions
|
|
|
|
|
Conflicts: python3-abrt-addon
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Requires: container-exception-logger
|
2018-02-21 15:34:57 +00:00
|
|
|
|
|
|
|
|
|
%description -n python3-abrt-container-addon
|
|
|
|
|
This package contains python 3 hook and handling uncaught exception in python 3
|
|
|
|
|
programs in container.
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2018-02-21 15:34:57 +00:00
|
|
|
|
|
2017-03-16 11:50:11 +00:00
|
|
|
|
%package plugin-sosreport
|
|
|
|
|
Summary: %{name}'s plugin for building automatic sosreports
|
2019-01-08 10:19:43 +00:00
|
|
|
|
Requires: sos >= 3.6
|
2017-03-16 11:50:11 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugin-sosreport
|
|
|
|
|
This package contains a configuration snippet to enable automatic generation
|
|
|
|
|
of sosreports for abrt events.
|
|
|
|
|
|
|
|
|
|
%package plugin-machine-id
|
|
|
|
|
Summary: %{name}'s plugin to generate machine_id based off dmidecode
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description plugin-machine-id
|
|
|
|
|
This package contains a configuration snippet to enable automatic generation
|
|
|
|
|
of machine_id for abrt events.
|
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%package tui
|
2009-07-10 08:15:22 +00:00
|
|
|
|
Summary: %{name}'s command line interface
|
2013-06-14 11:29:42 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-cli >= %{libreport_ver}
|
2013-04-30 14:33:14 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2015-05-20 13:46:56 +00:00
|
|
|
|
Requires: abrt-dbus
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2018-03-21 10:52:41 +00:00
|
|
|
|
Requires: python3-abrt
|
2015-10-15 14:25:31 +00:00
|
|
|
|
Requires: abrt-addon-ccpp
|
2018-03-21 10:52:41 +00:00
|
|
|
|
Requires: python3-argcomplete
|
2015-10-15 14:25:31 +00:00
|
|
|
|
|
2019-08-01 12:13:10 +00:00
|
|
|
|
Provides: %{name}-cli-ng = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-cli-ng < 2.12.2
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2015-10-15 14:25:31 +00:00
|
|
|
|
|
2019-08-01 12:13:10 +00:00
|
|
|
|
%description tui
|
|
|
|
|
This package contains a simple command line client for processing abrt reports
|
|
|
|
|
in command line environment.
|
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%package cli
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Summary: Virtual package to make easy default installation on non-graphical environments
|
2009-07-10 08:15:22 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-26 14:18:51 +00:00
|
|
|
|
Requires: abrt-tui
|
2011-04-21 16:24:33 +00:00
|
|
|
|
Requires: abrt-addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
Requires: abrt-addon-pstoreoops
|
2013-04-08 14:59:28 +00:00
|
|
|
|
Requires: abrt-addon-vmcore
|
|
|
|
|
Requires: abrt-addon-ccpp
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 14:17:11 +00:00
|
|
|
|
Requires: python3-abrt-addon
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2013-04-08 14:59:28 +00:00
|
|
|
|
Requires: abrt-addon-xorg
|
2013-07-29 09:34:57 +00:00
|
|
|
|
%if 0%{?rhel}
|
2014-01-30 14:47:10 +00:00
|
|
|
|
Requires: libreport-rhel >= %{libreport_ver}
|
2013-07-29 09:34:57 +00:00
|
|
|
|
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
|
|
%else
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{with retrace}
|
2013-04-08 14:59:28 +00:00
|
|
|
|
Requires: abrt-retrace-client
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with bodhi}
|
2013-04-08 14:59:28 +00:00
|
|
|
|
Requires: abrt-plugin-bodhi
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
|
|
|
|
%if 0%{!?suse_version:1}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-plugin-logger >= %{libreport_ver}
|
|
|
|
|
Requires: libreport-plugin-ureport >= %{libreport_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if 0%{?fedora}
|
2014-01-30 14:47:10 +00:00
|
|
|
|
Requires: libreport-fedora >= %{libreport_ver}
|
2013-07-29 09:34:57 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2009-07-10 08:15:22 +00:00
|
|
|
|
|
|
|
|
|
%description cli
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Virtual package to install all necessary packages for usage from command line
|
|
|
|
|
environment.
|
2009-07-10 08:15:22 +00:00
|
|
|
|
|
2009-08-17 15:41:27 +00:00
|
|
|
|
%package desktop
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Summary: Virtual package to make easy default installation on desktop environments
|
2009-12-15 13:23:27 +00:00
|
|
|
|
# This package gets installed when anything requests bug-buddy -
|
|
|
|
|
# happens when users upgrade Fn to Fn+1;
|
|
|
|
|
# or if user just wants "typical desktop installation".
|
|
|
|
|
# Installing abrt-desktop should result in the abrt which works without
|
|
|
|
|
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
|
2009-08-17 15:41:27 +00:00
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2011-04-21 16:24:33 +00:00
|
|
|
|
Requires: abrt-addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
Requires: abrt-addon-pstoreoops
|
2011-09-23 10:52:36 +00:00
|
|
|
|
Requires: abrt-addon-vmcore
|
|
|
|
|
Requires: abrt-addon-ccpp
|
2018-04-27 11:25:04 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
Requires: python3-abrt-addon
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2012-08-02 13:27:04 +00:00
|
|
|
|
Requires: abrt-addon-xorg
|
2017-05-19 08:17:53 +00:00
|
|
|
|
Requires: gdb-headless
|
2011-04-21 16:24:33 +00:00
|
|
|
|
Requires: abrt-gui
|
2013-02-04 13:52:13 +00:00
|
|
|
|
Requires: gnome-abrt
|
2013-07-29 09:34:57 +00:00
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
Requires: libreport-rhel >= %{libreport_ver}
|
|
|
|
|
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
|
|
%else
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{with retrace}
|
2013-07-29 09:34:57 +00:00
|
|
|
|
Requires: abrt-retrace-client
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with bodhi}
|
2012-08-02 13:27:04 +00:00
|
|
|
|
Requires: abrt-plugin-bodhi
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
|
|
|
|
%if 0%{!?suse_version:1}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-plugin-logger >= %{libreport_ver}
|
|
|
|
|
Requires: libreport-plugin-ureport >= %{libreport_ver}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if 0%{?fedora}
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Requires: libreport-fedora >= %{libreport_ver}
|
2013-03-27 15:55:27 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2012-03-26 14:18:51 +00:00
|
|
|
|
#Requires: abrt-plugin-firefox
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Provides: bug-buddy = %{version}-%{release}
|
2009-08-17 15:41:27 +00:00
|
|
|
|
|
|
|
|
|
%description desktop
|
2013-07-26 09:06:00 +00:00
|
|
|
|
Virtual package to install all necessary packages for usage from desktop
|
|
|
|
|
environment.
|
2009-08-17 15:41:27 +00:00
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%if %{with atomic}
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%package atomic
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Summary: Package to make easy default installation on Atomic hosts.
|
2019-01-08 10:19:43 +00:00
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2015-03-18 09:17:05 +00:00
|
|
|
|
Conflicts: %{name}-addon-ccpp
|
|
|
|
|
|
|
|
|
|
%description atomic
|
|
|
|
|
Package to install all necessary packages for usage from Atomic
|
|
|
|
|
hosts.
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2015-03-18 09:17:05 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%package dbus
|
|
|
|
|
Summary: ABRT DBus service
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2013-04-30 14:33:14 +00:00
|
|
|
|
Requires: abrt-libs = %{version}-%{release}
|
2019-07-03 15:45:54 +00:00
|
|
|
|
Requires: dbus-tools
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
|
|
|
|
%description dbus
|
|
|
|
|
ABRT DBus service which provides org.freedesktop.problems API on dbus and
|
|
|
|
|
uses PolicyKit to authorize to access the problem data.
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%package -n python3-abrt
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Summary: ABRT Python 3 API
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2015-06-10 06:32:19 +00:00
|
|
|
|
Requires: %{name}-dbus = %{version}-%{release}
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Requires: python3-dbus
|
2018-04-27 11:13:39 +00:00
|
|
|
|
Requires: python3-libreport
|
2017-11-02 18:53:05 +00:00
|
|
|
|
Requires: python3-gobject-base
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%description -n python3-abrt
|
2014-03-06 11:58:17 +00:00
|
|
|
|
High-level API for querying, creating and manipulating
|
|
|
|
|
problems handled by ABRT in Python 3.
|
|
|
|
|
|
2017-08-19 14:17:11 +00:00
|
|
|
|
%package -n python3-abrt-doc
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Summary: ABRT Python API Documentation
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2017-08-19 22:25:34 +00:00
|
|
|
|
Requires: python3-%{name} = %{version}-%{release}
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2017-08-19 14:17:11 +00:00
|
|
|
|
%description -n python3-abrt-doc
|
2014-03-06 11:58:17 +00:00
|
|
|
|
Examples and documentation for ABRT Python 3 API.
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2013-04-30 14:33:14 +00:00
|
|
|
|
%package console-notification
|
|
|
|
|
Summary: ABRT console notification script
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-cli = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description console-notification
|
|
|
|
|
A small script which prints a count of detected problems when someone logs in
|
|
|
|
|
to the shell
|
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%prep
|
2019-01-08 14:02:34 +00:00
|
|
|
|
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
|
|
|
|
|
%autosetup -S git -p 0
|
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2019-10-11 14:32:47 +00:00
|
|
|
|
autoconf
|
2018-04-27 11:13:39 +00:00
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%define default_dump_dir %{_localstatedir}/spool/abrt
|
2019-02-04 13:27:10 +00:00
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
CFLAGS="%{optflags} -Werror" %configure \
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{without python3}
|
|
|
|
|
--without-python3 \
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{without bodhi}
|
|
|
|
|
--without-bodhi \
|
2014-10-02 06:03:10 +00:00
|
|
|
|
%endif
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%if %{without atomic}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
--without-atomic \
|
|
|
|
|
%endif
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{without retrace}
|
|
|
|
|
--without-retrace \
|
|
|
|
|
%endif
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
--enable-authenticated-autoreporting \
|
|
|
|
|
%endif
|
2019-01-08 10:19:43 +00:00
|
|
|
|
%ifnarch %{arm}
|
2018-04-27 11:13:39 +00:00
|
|
|
|
--enable-native-unwinder \
|
2014-07-16 06:33:27 +00:00
|
|
|
|
%endif
|
2019-10-11 14:32:47 +00:00
|
|
|
|
--with-defaultdumplocation=%{default_dump_dir} \
|
2018-04-27 11:13:39 +00:00
|
|
|
|
--enable-doxygen-docs \
|
|
|
|
|
--enable-dump-time-unwind \
|
|
|
|
|
--disable-silent-rules
|
2014-07-16 06:33:27 +00:00
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%make_build
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%make_install \
|
2019-01-08 10:19:43 +00:00
|
|
|
|
%if %{with python3}
|
2018-06-08 16:22:35 +00:00
|
|
|
|
PYTHON=%{__python3} \
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2013-10-27 17:53:26 +00:00
|
|
|
|
dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
|
2013-06-14 11:29:42 +00:00
|
|
|
|
|
2009-08-31 12:55:40 +00:00
|
|
|
|
%find_lang %{name}
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2014-03-06 11:58:17 +00:00
|
|
|
|
# Remove byte-compiled python files generated by automake.
|
|
|
|
|
# automake uses system's python for all *.py files, even
|
|
|
|
|
# for those which needs to be byte-compiled with different
|
|
|
|
|
# version (python2/python3).
|
|
|
|
|
# rpm can do this work and use the appropriate python version.
|
2019-10-11 14:32:47 +00:00
|
|
|
|
find %{buildroot} -name "*.py[co]" -delete
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2009-07-10 08:15:22 +00:00
|
|
|
|
# remove all .la and .a files
|
2019-10-11 14:32:47 +00:00
|
|
|
|
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/cache/abrt-di
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/abrt
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run/abrt
|
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/spool/abrt-upload
|
|
|
|
|
mkdir -p %{buildroot}%{default_dump_dir}
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2009-08-17 15:41:27 +00:00
|
|
|
|
desktop-file-install \
|
2019-10-11 14:32:47 +00:00
|
|
|
|
--dir %{buildroot}%{_datadir}/applications \
|
2019-01-08 10:19:43 +00:00
|
|
|
|
src/applet/org.freedesktop.problems.applet.desktop
|
2011-04-21 16:24:33 +00:00
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
ln -sf %{_datadir}/applications/org.freedesktop.problems.applet.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/
|
2019-08-01 12:13:10 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
ln -sf %{_bindir}/abrt %{buildroot}%{_bindir}/abrt-cli
|
|
|
|
|
ln -sf %{_mandir}/man1/abrt.1 %{buildroot}%{_mandir}/man1/abrt-cli.1
|
|
|
|
|
%endif
|
2013-07-26 09:06:00 +00:00
|
|
|
|
|
2011-04-21 16:24:33 +00:00
|
|
|
|
# After everything is installed, remove info dir
|
|
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
2009-08-17 15:41:27 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%check
|
2018-04-27 11:13:39 +00:00
|
|
|
|
make check|| {
|
|
|
|
|
# find and print the logs of failed test
|
|
|
|
|
# do not cat tests/testsuite.log because it contains a lot of bloat
|
|
|
|
|
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
|
|
|
|
exit 1
|
|
|
|
|
}
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2009-11-22 20:32:15 +00:00
|
|
|
|
%pre
|
2011-02-06 18:34:27 +00:00
|
|
|
|
#uidgid pair 173:173 reserved in setup rhbz#670231
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%define abrt_gid_uid 173
|
2011-02-06 18:34:27 +00:00
|
|
|
|
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
|
|
|
|
|
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
|
2009-12-15 13:23:27 +00:00
|
|
|
|
exit 0
|
2009-11-22 20:32:15 +00:00
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%post
|
2012-03-26 14:18:51 +00:00
|
|
|
|
# $1 == 1 if install; 2 if upgrade
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_post abrtd.service
|
2010-08-10 14:03:04 +00:00
|
|
|
|
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%post addon-ccpp
|
2011-06-21 11:34:25 +00:00
|
|
|
|
# this is required for transition from 1.1.x to 2.x
|
|
|
|
|
# because /cache/abrt-di/* was created under root with root:root
|
|
|
|
|
# so 2.x fails when it tries to extract debuginfo there..
|
2011-05-05 16:26:52 +00:00
|
|
|
|
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
|
2015-02-23 05:45:19 +00:00
|
|
|
|
%systemd_post abrt-journal-core.service
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%journal_catalog_update
|
2011-05-05 16:26:52 +00:00
|
|
|
|
|
|
|
|
|
%post addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_post abrt-oops.service
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%journal_catalog_update
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
|
|
|
|
%post addon-xorg
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_post abrt-xorg.service
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%journal_catalog_update
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%post -n python3-abrt-addon
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%journal_catalog_update
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2011-04-21 16:24:33 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%post addon-vmcore
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_post abrt-vmcore.service
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%journal_catalog_update
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%post addon-pstoreoops
|
|
|
|
|
%systemd_post abrt-pstoreoops.service
|
|
|
|
|
|
|
|
|
|
%post addon-upload-watch
|
|
|
|
|
%systemd_post abrt-upload-watch.service
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2010-08-10 14:03:04 +00:00
|
|
|
|
%preun
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_preun abrtd.service
|
2010-08-10 14:03:04 +00:00
|
|
|
|
|
2015-02-23 05:45:19 +00:00
|
|
|
|
%preun addon-ccpp
|
|
|
|
|
%systemd_preun abrt-journal-core.service
|
|
|
|
|
|
2011-05-05 16:26:52 +00:00
|
|
|
|
%preun addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_preun abrt-oops.service
|
2011-04-21 16:24:33 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%preun addon-xorg
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_preun abrt-xorg.service
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%preun addon-vmcore
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_preun abrt-vmcore.service
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%preun addon-pstoreoops
|
|
|
|
|
%systemd_preun abrt-pstoreoops.service
|
|
|
|
|
|
|
|
|
|
%preun addon-upload-watch
|
|
|
|
|
%systemd_preun abrt-upload-watch.service
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2010-08-10 14:03:04 +00:00
|
|
|
|
%postun
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_postun_with_restart abrtd.service
|
|
|
|
|
|
2015-02-23 05:45:19 +00:00
|
|
|
|
%postun addon-ccpp
|
|
|
|
|
%systemd_postun_with_restart abrt-journal-core.service
|
|
|
|
|
|
2011-06-21 11:34:25 +00:00
|
|
|
|
%postun addon-kerneloops
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_postun_with_restart abrt-oops.service
|
2011-06-21 11:34:25 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%postun addon-xorg
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_postun_with_restart abrt-xorg.service
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%postun addon-vmcore
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%systemd_postun_with_restart abrt-vmcore.service
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%postun addon-pstoreoops
|
|
|
|
|
%systemd_postun_with_restart abrt-pstoreoops.service
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%postun addon-upload-watch
|
|
|
|
|
%systemd_postun_with_restart abrt-upload-watch.service
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2010-04-07 13:38:25 +00:00
|
|
|
|
%post gui
|
2011-06-21 11:34:25 +00:00
|
|
|
|
# update icon cache
|
2011-05-06 22:35:10 +00:00
|
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2010-04-07 13:38:25 +00:00
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%if %{with atomic}
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%post atomic
|
|
|
|
|
if [ -f /etc/abrt/plugins/CCpp.conf ]; then
|
|
|
|
|
mv /etc/abrt/plugins/CCpp.conf /etc/abrt/plugins/CCpp.conf.rpmsave.atomic || exit 1;
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%preun atomic
|
|
|
|
|
if [ -L /etc/abrt/plugins/CCpp.conf ]; then
|
|
|
|
|
rm /etc/abrt/plugins/CCpp.conf
|
|
|
|
|
fi
|
|
|
|
|
if [ -f /etc/abrt/plugins/CCpp.conf.rpmsave.atomic ]; then
|
|
|
|
|
mv /etc/abrt/plugins/CCpp.conf.rpmsave.atomic /etc/abrt/plugins/CCpp.conf || exit 1
|
|
|
|
|
fi
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2015-03-18 09:17:05 +00:00
|
|
|
|
|
2019-01-27 11:37:15 +00:00
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%post gui-libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun gui-libs -p /sbin/ldconfig
|
2018-04-27 11:13:39 +00:00
|
|
|
|
|
|
|
|
|
%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
|
2018-02-21 15:34:57 +00:00
|
|
|
|
%endif
|
2013-09-12 09:44:46 +00:00
|
|
|
|
|
2009-11-22 20:32:15 +00:00
|
|
|
|
%posttrans
|
2018-04-27 11:13:39 +00:00
|
|
|
|
# update the old problem dirs to contain "type" element
|
2011-05-13 16:42:30 +00:00
|
|
|
|
service abrtd condrestart >/dev/null 2>&1 || :
|
2010-08-10 14:03:04 +00:00
|
|
|
|
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%posttrans addon-ccpp
|
2019-10-11 14:32:47 +00:00
|
|
|
|
# Regenerate core_backtraces because of missing crash threads
|
|
|
|
|
abrtdir=$(grep "^\s*DumpLocation\b" /etc/abrt/abrt.conf | tail -1 | cut -d'=' -f2 | tr -d ' ')
|
|
|
|
|
if test -z "$abrtdir"; then
|
|
|
|
|
abrtdir=%{default_dump_dir}
|
2017-04-25 11:04:41 +00:00
|
|
|
|
fi
|
2018-04-27 11:13:39 +00:00
|
|
|
|
if test -d "$abrtdir"; then
|
|
|
|
|
for DD in `find "$abrtdir" -mindepth 1 -maxdepth 1 -type d`
|
|
|
|
|
do
|
|
|
|
|
if test -f "$DD/analyzer" && grep -q "^CCpp$" "$DD/analyzer"; then
|
|
|
|
|
/usr/bin/abrt-action-generate-core-backtrace -d "$DD" -- >/dev/null 2>&1 || :
|
|
|
|
|
test -f "$DD/core_backtrace" && chown `stat --format=%U:abrt $DD` "$DD/core_backtrace" || :
|
|
|
|
|
fi
|
|
|
|
|
done
|
|
|
|
|
fi
|
2011-05-05 16:26:52 +00:00
|
|
|
|
|
|
|
|
|
%posttrans addon-kerneloops
|
2011-05-13 16:42:30 +00:00
|
|
|
|
service abrt-oops condrestart >/dev/null 2>&1 || :
|
2009-11-22 20:32:15 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%posttrans addon-xorg
|
|
|
|
|
service abrt-xorg condrestart >/dev/null 2>&1 || :
|
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%posttrans addon-vmcore
|
|
|
|
|
service abrt-vmcore condrestart >/dev/null 2>&1 || :
|
2013-12-11 12:25:08 +00:00
|
|
|
|
# Copy the configuration file to plugin's directory
|
|
|
|
|
test -f /etc/abrt/abrt-harvest-vmcore.conf && {
|
2018-04-27 11:13:39 +00:00
|
|
|
|
echo "Moving /etc/abrt/abrt-harvest-vmcore.conf to /etc/abrt/plugins/vmcore.conf"
|
2013-12-11 12:25:08 +00:00
|
|
|
|
mv -b /etc/abrt/abrt-harvest-vmcore.conf /etc/abrt/plugins/vmcore.conf
|
|
|
|
|
}
|
|
|
|
|
exit 0
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%posttrans addon-pstoreoops
|
|
|
|
|
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
|
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%posttrans dbus
|
|
|
|
|
# Force abrt-dbus to restart like we do with the other services
|
|
|
|
|
killall abrt-dbus >/dev/null 2>&1 || :
|
|
|
|
|
|
2009-08-31 12:55:40 +00:00
|
|
|
|
%files -f %{name}.lang
|
2016-04-11 07:50:01 +00:00
|
|
|
|
%doc README.md COPYING
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_unitdir}/abrtd.service
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%{_tmpfilesdir}/abrt.conf
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_sbindir}/abrtd
|
|
|
|
|
%{_sbindir}/abrt-server
|
2014-01-08 07:19:06 +00:00
|
|
|
|
%{_sbindir}/abrt-auto-reporting
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%{_libexecdir}/abrt-handle-event
|
2012-12-20 07:28:53 +00:00
|
|
|
|
%{_libexecdir}/abrt-action-ureport
|
2017-06-15 15:51:01 +00:00
|
|
|
|
%{_libexecdir}/abrt-action-save-container-data
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-handle-upload
|
2013-12-11 12:25:08 +00:00
|
|
|
|
%{_bindir}/abrt-action-notify
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-notify.1*
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-action-save-package-data
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_bindir}/abrt-watch-log
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-python
|
2012-12-20 07:28:53 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-xorg
|
2015-02-23 05:45:19 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.problems.daemon.conf
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
|
2011-07-21 18:44:27 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
|
2011-06-21 11:34:25 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/abrt_event.conf.5*
|
2011-06-21 11:34:25 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/smart_event.conf.5*
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%dir %attr(0751, root, abrt) %{default_dump_dir}
|
2010-08-10 14:03:04 +00:00
|
|
|
|
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
|
2011-11-05 10:23:46 +00:00
|
|
|
|
# abrtd runs as root
|
2011-09-13 13:49:22 +00:00
|
|
|
|
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
|
2011-03-29 12:54:02 +00:00
|
|
|
|
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
|
2012-08-21 15:07:17 +00:00
|
|
|
|
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
|
2011-06-21 11:34:25 +00:00
|
|
|
|
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-handle-upload.1*
|
|
|
|
|
%{_mandir}/man1/abrt-server.1*
|
|
|
|
|
%{_mandir}/man1/abrt-action-save-package-data.1*
|
|
|
|
|
%{_mandir}/man1/abrt-watch-log.1*
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-analyze-python.1*
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-analyze-xorg.1*
|
|
|
|
|
%{_mandir}/man1/abrt-auto-reporting.1*
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%{_mandir}/man5/abrt.conf.5*
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%{_mandir}/man5/gpg_keys.conf.5*
|
|
|
|
|
%{_mandir}/man8/abrtd.8*
|
2014-01-30 14:47:10 +00:00
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%files libs
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%{_libdir}/libabrt.so.*
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%dir %{_sysconfdir}/%{name}
|
|
|
|
|
%dir %{_sysconfdir}/%{name}/plugins
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%dir %{_datadir}/%{name}
|
2015-03-18 09:17:05 +00:00
|
|
|
|
|
|
|
|
|
# filesystem package should own /usr/share/augeas/lenses directory
|
|
|
|
|
%{_datadir}/augeas/lenses/abrt.aug
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
2013-12-11 12:25:08 +00:00
|
|
|
|
# The complex pattern below (instead of simlpy *) excludes Makefile{.am,.in}:
|
|
|
|
|
%doc apidoc/html/*.{html,png,css,js}
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%{_includedir}/abrt/abrt-dbus.h
|
|
|
|
|
%{_includedir}/abrt/hooklib.h
|
|
|
|
|
%{_includedir}/abrt/libabrt.h
|
|
|
|
|
%{_includedir}/abrt/problem_api.h
|
|
|
|
|
%{_libdir}/libabrt.so
|
|
|
|
|
%{_libdir}/pkgconfig/abrt.pc
|
|
|
|
|
|
|
|
|
|
%files gui-libs
|
|
|
|
|
%{_libdir}/libabrt_gui.so.*
|
|
|
|
|
|
|
|
|
|
%files gui-devel
|
|
|
|
|
%{_includedir}/abrt/abrt-config-widget.h
|
|
|
|
|
%{_includedir}/abrt/system-config-abrt.h
|
|
|
|
|
%{_libdir}/libabrt_gui.so
|
|
|
|
|
%{_libdir}/pkgconfig/abrt_gui.pc
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
|
|
|
|
%files gui
|
2010-04-07 13:38:25 +00:00
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
|
# all glade, gtkbuilder and py files for gui
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_datadir}/%{name}/ui/*
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-applet
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_bindir}/system-config-abrt
|
2013-04-30 14:33:14 +00:00
|
|
|
|
#%%{_bindir}/test-report
|
2019-01-08 10:19:43 +00:00
|
|
|
|
%{_datadir}/applications/org.freedesktop.problems.applet.desktop
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/org.freedesktop.problems.applet.desktop
|
|
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.problems.applet.service
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_mandir}/man1/abrt-applet.1*
|
|
|
|
|
%{_mandir}/man1/system-config-abrt.1*
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%files addon-ccpp
|
|
|
|
|
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/abrt-CCpp.conf.5*
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%{_libexecdir}/abrt-gdb-exploitable
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%{_unitdir}/abrt-journal-core.service
|
2015-02-23 05:45:19 +00:00
|
|
|
|
|
2017-04-27 08:33:50 +00:00
|
|
|
|
%dir %{_localstatedir}/lib/abrt
|
|
|
|
|
|
2014-01-30 14:47:10 +00:00
|
|
|
|
# attr(6755) ~= SETUID|SETGID
|
2013-02-07 08:56:43 +00:00
|
|
|
|
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
|
2014-01-30 14:47:10 +00:00
|
|
|
|
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-c
|
|
|
|
|
%{_bindir}/abrt-action-trim-files
|
2011-07-21 18:44:27 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-core
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-vulnerability
|
2011-06-21 11:34:25 +00:00
|
|
|
|
%{_bindir}/abrt-action-install-debuginfo
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-action-generate-backtrace
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_bindir}/abrt-action-generate-core-backtrace
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-backtrace
|
2011-07-21 18:44:27 +00:00
|
|
|
|
%{_bindir}/abrt-action-list-dsos
|
2012-09-21 14:35:55 +00:00
|
|
|
|
%{_bindir}/abrt-action-perform-ccpp-analysis
|
2013-03-19 11:32:56 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-ccpp-local
|
2015-02-23 05:45:19 +00:00
|
|
|
|
%{_bindir}/abrt-dump-journal-core
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/ccpp_event.conf.5*
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/gconf_event.conf.5*
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/vimrc_event.conf.5*
|
2014-01-30 14:47:10 +00:00
|
|
|
|
%{_datadir}/libreport/events/analyze_CCpp.xml
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_datadir}/libreport/events/analyze_LocalGDB.xml
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%{_datadir}/libreport/events/analyze_RetraceServer.xml
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_datadir}/libreport/events/collect_xsession_errors.xml
|
|
|
|
|
%{_datadir}/libreport/events/collect_GConf.xml
|
|
|
|
|
%{_datadir}/libreport/events/collect_vimrc_user.xml
|
|
|
|
|
%{_datadir}/libreport/events/collect_vimrc_system.xml
|
|
|
|
|
%{_datadir}/libreport/events/post_report.xml
|
2011-11-05 10:23:46 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-analyze-c.*
|
2011-05-05 16:26:52 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-trim-files.*
|
|
|
|
|
%{_mandir}/man*/abrt-action-generate-backtrace.*
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
|
2011-05-05 16:26:52 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-analyze-backtrace.*
|
2011-06-21 11:34:25 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-list-dsos.*
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_mandir}/man*/abrt-action-install-debuginfo.*
|
|
|
|
|
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
|
|
|
|
|
%{_mandir}/man*/abrt-action-analyze-core.*
|
|
|
|
|
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
|
|
|
|
|
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%{_mandir}/man1/abrt-dump-journal-core.1*
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%files addon-upload-watch
|
|
|
|
|
%{_sbindir}/abrt-upload-watch
|
|
|
|
|
%{_unitdir}/abrt-upload-watch.service
|
|
|
|
|
%{_mandir}/man*/abrt-upload-watch.*
|
|
|
|
|
|
2014-01-30 14:47:10 +00:00
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%if %{with retrace}
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%files retrace-client
|
|
|
|
|
%{_bindir}/abrt-retrace-client
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-retrace-client.1*
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/ccpp_retrace_event.conf.5*
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%endif
|
2009-03-03 21:09:07 +00:00
|
|
|
|
|
2009-07-10 08:15:22 +00:00
|
|
|
|
%files addon-kerneloops
|
2011-07-21 18:44:27 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%{_journalcatalogdir}/abrt_koops.catalog
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_koops_format.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/koops_event.conf.5*
|
2014-04-22 09:01:31 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/oops.conf
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_unitdir}/abrt-oops.service
|
2014-07-16 12:41:13 +00:00
|
|
|
|
|
|
|
|
|
%dir %{_localstatedir}/lib/abrt
|
|
|
|
|
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-dump-oops
|
2014-07-16 12:41:13 +00:00
|
|
|
|
%{_bindir}/abrt-dump-journal-oops
|
2011-04-21 16:24:33 +00:00
|
|
|
|
%{_bindir}/abrt-action-analyze-oops
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_mandir}/man1/abrt-dump-oops.1*
|
2014-07-16 12:41:13 +00:00
|
|
|
|
%{_mandir}/man1/abrt-dump-journal-oops.1*
|
2011-07-21 18:44:27 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-analyze-oops.1*
|
2014-09-01 07:20:09 +00:00
|
|
|
|
%{_mandir}/man5/abrt-oops.conf.5*
|
2009-07-10 08:15:22 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%files addon-xorg
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%{_journalcatalogdir}/abrt_xorg.catalog
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_xorg_format.conf
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/xorg.conf
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_unitdir}/abrt-xorg.service
|
|
|
|
|
%{_bindir}/abrt-dump-xorg
|
2015-11-23 15:32:33 +00:00
|
|
|
|
%{_bindir}/abrt-dump-journal-xorg
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_mandir}/man1/abrt-dump-xorg.1*
|
2015-11-23 15:32:33 +00:00
|
|
|
|
%{_mandir}/man1/abrt-dump-journal-xorg.1*
|
2019-10-11 14:32:47 +00:00
|
|
|
|
%{_mandir}/man5/abrt-xorg.conf.5*
|
|
|
|
|
%{_mandir}/man5/xorg_event.conf.5*
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%files addon-vmcore
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/vmcore_event.conf.5*
|
2013-12-11 12:25:08 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/vmcore.conf
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_datadir}/libreport/events/analyze_VMcore.xml
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_unitdir}/abrt-vmcore.service
|
2011-09-23 10:52:36 +00:00
|
|
|
|
%{_sbindir}/abrt-harvest-vmcore
|
|
|
|
|
%{_bindir}/abrt-action-analyze-vmcore
|
2015-07-17 14:14:31 +00:00
|
|
|
|
%{_bindir}/abrt-action-check-oops-for-alt-component
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%{_bindir}/abrt-action-check-oops-for-hw-error
|
2013-07-26 09:06:00 +00:00
|
|
|
|
%{_mandir}/man1/abrt-harvest-vmcore.1*
|
2013-12-11 12:25:08 +00:00
|
|
|
|
%{_mandir}/man5/abrt-vmcore.conf.5*
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
|
2014-01-30 14:47:10 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%{_journalcatalogdir}/abrt_vmcore.catalog
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_vmcore_format.conf
|
2011-09-23 10:52:36 +00:00
|
|
|
|
|
2013-09-12 09:44:46 +00:00
|
|
|
|
%files addon-pstoreoops
|
|
|
|
|
%{_unitdir}/abrt-pstoreoops.service
|
|
|
|
|
%{_sbindir}/abrt-harvest-pstoreoops
|
|
|
|
|
%{_bindir}/abrt-merge-pstoreoops
|
|
|
|
|
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
|
|
|
|
|
%{_mandir}/man1/abrt-merge-pstoreoops.1*
|
2013-05-03 11:39:53 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%files -n python3-abrt-addon
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python3.conf
|
2019-07-03 15:45:54 +00:00
|
|
|
|
%{_mandir}/man5/python3-abrt.conf.5*
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/python3_event.conf
|
2019-07-03 15:45:54 +00:00
|
|
|
|
%{_journalcatalogdir}/python3_abrt.catalog
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_python3_format.conf
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man5/python3_event.conf.5*
|
2019-10-16 12:02:50 +00:00
|
|
|
|
%{python3_sitelib}/abrt3.pth
|
|
|
|
|
%{python3_sitelib}/abrt_exception_handler3.py
|
|
|
|
|
%{python3_sitelib}/__pycache__/abrt_exception_handler3.*
|
2018-02-21 15:34:57 +00:00
|
|
|
|
|
|
|
|
|
%files -n python3-abrt-container-addon
|
2019-10-16 12:02:50 +00:00
|
|
|
|
%{python3_sitelib}/abrt3_container.pth
|
|
|
|
|
%{python3_sitelib}/abrt_exception_handler3_container.py
|
|
|
|
|
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2017-03-16 11:50:11 +00:00
|
|
|
|
%files plugin-sosreport
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/sosreport_event.conf
|
|
|
|
|
|
|
|
|
|
%files plugin-machine-id
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
|
|
|
|
|
%{_libexecdir}/abrt-action-generate-machine-id
|
|
|
|
|
|
2009-07-10 08:15:22 +00:00
|
|
|
|
%files cli
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
|
|
|
|
%files tui
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
|
2015-10-15 14:25:31 +00:00
|
|
|
|
%{_bindir}/abrt
|
2019-08-01 12:13:10 +00:00
|
|
|
|
%{_bindir}/abrt-cli
|
2019-10-16 12:02:50 +00:00
|
|
|
|
%{python3_sitelib}/abrtcli/
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt.1*
|
2019-08-01 12:13:10 +00:00
|
|
|
|
%{_mandir}/man1/abrt-cli.1*
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2015-10-15 14:25:31 +00:00
|
|
|
|
|
2009-08-17 15:41:27 +00:00
|
|
|
|
%files desktop
|
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%if %{with atomic}
|
2015-03-18 09:17:05 +00:00
|
|
|
|
%files atomic
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
|
|
|
|
|
%{_bindir}/abrt-action-save-package-data
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-action-save-package-data.1*
|
|
|
|
|
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
|
2015-06-10 06:32:19 +00:00
|
|
|
|
%endif
|
2015-03-18 09:17:05 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with bodhi}
|
2012-08-02 13:27:04 +00:00
|
|
|
|
%files plugin-bodhi
|
|
|
|
|
%{_bindir}/abrt-bodhi
|
2015-10-15 14:25:31 +00:00
|
|
|
|
%{_bindir}/abrt-action-find-bodhi-update
|
2017-01-03 11:56:21 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
|
|
|
|
|
%{_datadir}/libreport/events/analyze_BodhiUpdates.xml
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man1/abrt-bodhi.1*
|
|
|
|
|
%{_mandir}/man1/abrt-action-find-bodhi-update.1*
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%endif
|
2012-08-02 13:27:04 +00:00
|
|
|
|
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%files dbus
|
|
|
|
|
%{_sbindir}/abrt-dbus
|
2017-01-18 09:53:54 +00:00
|
|
|
|
%{_mandir}/man8/abrt-dbus.8*
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
|
2016-09-10 05:33:25 +00:00
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
|
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
|
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
|
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
|
2012-03-26 14:18:51 +00:00
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
|
|
|
|
|
%{_datadir}/polkit-1/actions/abrt_polkit.policy
|
2013-10-27 17:53:26 +00:00
|
|
|
|
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/
|
|
|
|
|
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
|
|
|
|
|
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.html
|
|
|
|
|
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.css
|
2016-09-10 05:33:25 +00:00
|
|
|
|
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
|
2012-03-26 14:18:51 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
%if %{with python3}
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%files -n python3-abrt
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%{python3_sitearch}/problem/
|
2019-07-03 15:45:54 +00:00
|
|
|
|
%{_mandir}/man5/python3-abrt.5*
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2017-08-19 11:11:29 +00:00
|
|
|
|
%files -n python3-abrt-doc
|
2014-03-06 11:58:17 +00:00
|
|
|
|
%{python3_sitelib}/problem_examples
|
2020-01-31 09:42:41 +00:00
|
|
|
|
%endif
|
2014-03-06 11:58:17 +00:00
|
|
|
|
|
2013-04-30 14:33:14 +00:00
|
|
|
|
%files console-notification
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
|
|
|
|
|
2009-03-03 21:09:07 +00:00
|
|
|
|
%changelog
|
2020-01-31 09:42:41 +00:00
|
|
|
|
* Fri Jan 31 2020 Martin Kutlak <mkutlak@redhat.com> - 2.13.0-4
|
2020-01-30 16:10:50 +00:00
|
|
|
|
- Add patch to fix build failure with gcc -fno-common
|
|
|
|
|
- Initialize bodhi karma values with defaults
|
2020-01-31 09:42:41 +00:00
|
|
|
|
- Fix possibly uninitialized variable
|
2020-01-30 16:10:50 +00:00
|
|
|
|
- Resolves: #1795820
|
|
|
|
|
|
2020-01-28 11:08:18 +00:00
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
2020-01-14 12:58:06 +00:00
|
|
|
|
* Tue Jan 14 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.13.0-2
|
|
|
|
|
- Drop systemd scriptlets for abrt-ccpp.service
|
|
|
|
|
|
2019-10-11 14:32:47 +00:00
|
|
|
|
* Fri Oct 11 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.13.0-1
|
|
|
|
|
- cli: Use format argument in info command
|
|
|
|
|
- cli: Make pretty and format mutually exclusive
|
|
|
|
|
- cli: Set PYTHONPATH for tests
|
|
|
|
|
- cli: Rework commands
|
|
|
|
|
- Remove abrt-hook-ccpp
|
|
|
|
|
- spec: Use macros where appropriate
|
|
|
|
|
- tests: Use Augeas consistently
|
|
|
|
|
- spec: Move config files to corresponding subpackages
|
|
|
|
|
- build,spec: Empty config files in /etc/abrt/
|
|
|
|
|
- doc: Update man pages and comments in config files
|
|
|
|
|
- plugins: Update in-code defaults
|
|
|
|
|
- doc: Correct alignment of heading underlines
|
|
|
|
|
- a-dump-journal-core: Purge commented code
|
|
|
|
|
- dbus: Remove D-Bus configuration service
|
|
|
|
|
- Partly revert removal of default configs
|
|
|
|
|
- cli: Tweak problem matching
|
|
|
|
|
- plugins: Add satyr flags when building
|
|
|
|
|
- cli: Fix warning
|
|
|
|
|
- cli: Fix file name
|
|
|
|
|
- cli: Use decorator for MATCH positional argument
|
|
|
|
|
- cli: match: Iterate dict instead of calling keys()
|
|
|
|
|
- cli: Make pylint happier about imports
|
|
|
|
|
- cli: Drop unused variables
|
|
|
|
|
- cli: utils: Use consistent return
|
|
|
|
|
- cli: Improve i18n
|
|
|
|
|
- cli: Drop humanize import
|
|
|
|
|
- Drop uses of bind_textdomain_codeset()
|
|
|
|
|
- gitignore: Update path to generated file after cli-ng move
|
|
|
|
|
- tests: runner: Use systemctl instead of service
|
|
|
|
|
- autogen.sh: Use autoreconf
|
|
|
|
|
|
2019-10-03 11:50:11 +00:00
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.12.2-3
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
2019-08-17 16:45:15 +00:00
|
|
|
|
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.12.2-2
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
2019-08-01 12:13:10 +00:00
|
|
|
|
* Thu Aug 01 2019 Ernestas Kulik <ekulik@redhat.com> 2.12.2-1
|
|
|
|
|
- Remove old CLI and move cli-ng subpackage files into tui subpackage
|
|
|
|
|
|
2019-07-24 17:28:02 +00:00
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
2019-07-12 15:36:43 +00:00
|
|
|
|
* Fri Jul 12 2019 Martin Kutlak <mkutlak@redhat.com> 2.12.1-2
|
|
|
|
|
- Add patch to fix failing action abrt-action-list-dsos on rawhide
|
|
|
|
|
|
2019-07-03 15:45:54 +00:00
|
|
|
|
* Wed Jul 03 2019 Martin Kutlak <mkutlak@redhat.com> 2.12.1-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- Rename all abrt-python to python3-abrt
|
|
|
|
|
- spec: Get rid of python provides
|
|
|
|
|
- hooks: abrt-hook-ccpp: Rename CreateCoreBacktrace setting
|
|
|
|
|
- Update icon
|
|
|
|
|
- non-fatal-mce: prepare oops1.test from template before using it
|
|
|
|
|
- meaningful-logs: check relative counts of lines instead of absolute
|
|
|
|
|
- oops-processing: fixed oops1.test handling. reworked so each oops has its own phase
|
|
|
|
|
- dumpoops: make sure hostname matches in oops_full_hostname.test
|
|
|
|
|
- Revert "applet: Add systemd service unit"
|
|
|
|
|
- a-a-analyze-c: Fix segfault when saving function name
|
|
|
|
|
- Fix grammar in implementation docs
|
|
|
|
|
- doc: Update man pages and mention locations of config files
|
|
|
|
|
- augeas,build,spec: Remove references to default configs
|
|
|
|
|
- daemon,lib: Update default config according to abrt.conf
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Replace uses of exit()
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Catch BrokenPipeError
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Remove unused imports
|
|
|
|
|
- daemon: Check return value after reading from channel
|
|
|
|
|
- spec: Require dbus-tools
|
|
|
|
|
- daemon: Don't process crashes from unpackaged apps by default
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Remove duplicate code
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Remove variable
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Remove comment
|
|
|
|
|
- plugins: abrt-action-install-debuginfo: Remove dead assignment
|
|
|
|
|
- doc: Fix spelling mistake in path to cache
|
|
|
|
|
- doc: Update man page for abrt-handle-upload
|
|
|
|
|
- doc: Update man page and help for a-a-install-debuginfo
|
|
|
|
|
- Nuke Python 2 support
|
|
|
|
|
- plugins: Catch unhandled exception in a-a-g-machine-id
|
|
|
|
|
- plugins: retrace-client: Bail out if we can’t get a config
|
|
|
|
|
- plugins: retrace-client: Default to HTTPS in RETRACE_SERVER_URI
|
|
|
|
|
- plugins: analyze_RetraceServer: Fix default RETRACE_SERVER_URI
|
|
|
|
|
- plugins: Fix name of env variable for retrace server
|
|
|
|
|
- configure.ac: Add dependency on libcap
|
|
|
|
|
- dbus: entry: Don’t claim truncation when there was none
|
|
|
|
|
- applet: Add systemd service unit
|
|
|
|
|
- spec: Remove obsolete scriptlets
|
|
|
|
|
- Makefile.am: Use correct locale when getting date
|
|
|
|
|
|
2019-06-10 22:13:16 +00:00
|
|
|
|
* Mon Jun 10 22:13:16 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.12.0-4
|
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
|
2019-06-10 15:41:59 +00:00
|
|
|
|
* Mon Jun 10 15:41:59 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.12.0-3
|
|
|
|
|
- Rebuild for RPM 4.15
|
|
|
|
|
|
2019-02-05 15:47:12 +00:00
|
|
|
|
* Tue Feb 5 2019 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-2
|
|
|
|
|
- Bump glib and libreport dependencies
|
|
|
|
|
|
2019-02-04 13:27:10 +00:00
|
|
|
|
* Mon Feb 4 2019 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-1
|
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
|
2019-01-31 12:53:03 +00:00
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2019-01-27 11:37:15 +00:00
|
|
|
|
* Sun Jan 27 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.11.1-4
|
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
2019-01-08 13:41:38 +00:00
|
|
|
|
* Tue Jan 08 2019 Matej Marusak <mmarusak@redhat.com> 2.11.1-2
|
|
|
|
|
- dbus: task: Use modern GLib type macros
|
|
|
|
|
|
2019-01-08 10:19:43 +00:00
|
|
|
|
* Tue Jan 08 2019 Matej Marusak <mmarusak@redhat.com> 2.11.1-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- a-a-install-debuginfo: Clean cache if we need space
|
|
|
|
|
- shellcheck: Use command instead of type
|
|
|
|
|
- shellcheck: Check exit code directly with if mycmd
|
|
|
|
|
- shellcheck: Suppress shellcheck warning SC1090
|
|
|
|
|
- shellcheck: Use $(...) instead of legacy backticked
|
|
|
|
|
- cli: Add a shebang
|
|
|
|
|
- applet: Port to GApplication/GNotification
|
|
|
|
|
- spec: Add explicit package-version requirement of abrt-libs
|
|
|
|
|
- Introduce pylintrc
|
|
|
|
|
- augeas: Adjust testsuite to changes in libreport
|
|
|
|
|
- signal_is_fatal: generate problem reports for SIGSYS
|
|
|
|
|
- plugins: retrace-client: Port to libsoup
|
|
|
|
|
- plugins: retrace-client: Fix copy-paste error
|
|
|
|
|
- revert: spec: disable addon-vmcore on aarch64
|
|
|
|
|
- spec: turn on --enable-native-unwinder aarch64
|
|
|
|
|
- configure: Replace sphinx-build check with sphinx-build-3
|
|
|
|
|
- a-a-c-o-f-hw-error: Check systemd-journal for MCE logs
|
|
|
|
|
- koops: Filter kernel oopses based on logged hostname
|
|
|
|
|
- add hostname BR for tests
|
|
|
|
|
- add new prepare-data to dist files
|
|
|
|
|
- fix tests names for dist target after making templates from them
|
|
|
|
|
- fix for MCE events: Bug 1613182 - abrt-cli ignores rsyslog host info and incorrectly assumes that the receiving host had a problem
|
|
|
|
|
- dbus: Add configuration for Python3
|
|
|
|
|
- Add . to etc
|
|
|
|
|
|
2018-10-08 13:19:17 +00:00
|
|
|
|
* Mon Oct 08 2018 Martin Kutlak <mkutlak@redhat.com> 2.11.0-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- plugins: Allow abrt-retrace-client to be optional at build time
|
|
|
|
|
- daemon: Fix double closed fd race condition
|
|
|
|
|
- sosreport: plugin "general" split into two new plugins
|
|
|
|
|
- plugins: Replace vfork with posix_spawn
|
|
|
|
|
- gui-config: Remove deprecated GTK functions
|
|
|
|
|
- abrtd.service: force abrt-dbus to load changes from conf
|
|
|
|
|
- spec: Build python*-abrt-addon packages as noarch
|
|
|
|
|
- spec: remove duplicated python3-devel
|
|
|
|
|
- spec: set PYTHON variable because of ./py-compile
|
|
|
|
|
|
2018-09-15 22:14:00 +00:00
|
|
|
|
* Sat Sep 15 2018 Adam Williamson <awilliam@redhat.com> - 2.10.10-5
|
|
|
|
|
- Backport fix for RHBZ #1629408 (failed gdb backtrace generation)
|
|
|
|
|
- Backport fix for deprecated function use (broke build)
|
|
|
|
|
- Backport fix for argument error in harvest_vmcore
|
|
|
|
|
- Backport fix for missing parameter translations in abrt-hook-ccpp
|
|
|
|
|
|
2018-07-12 19:56:23 +00:00
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.10-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-06-18 16:17:04 +00:00
|
|
|
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-3
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
2018-06-08 16:22:35 +00:00
|
|
|
|
* Fri Jun 08 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-2
|
|
|
|
|
- Set PYTHON to python3 during install to avoid ambiguous python invocation (#1589314)
|
|
|
|
|
|
2018-05-31 09:10:41 +00:00
|
|
|
|
* Thu May 31 2018 Matej Marusak <mmarusak@redhat.com> 2.10.10-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- Changelog: Update changelog
|
|
|
|
|
- Remove dependency on deprecated nss-pem
|
|
|
|
|
- spec: abrt do not require python2
|
|
|
|
|
- spec: abrt-addon-ccpp do not require python2
|
|
|
|
|
- spec: drop python2-abrt-addon requires
|
|
|
|
|
- spec: fix bugs in python requires
|
|
|
|
|
- cores: comment an unclearing statement
|
|
|
|
|
- cores: print to stdout
|
|
|
|
|
- cores: read all journal files
|
|
|
|
|
|
2018-05-10 11:15:45 +00:00
|
|
|
|
* Thu May 10 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-5
|
|
|
|
|
- abrt do not require python2 if "with python3"
|
|
|
|
|
|
|
|
|
|
* Wed May 09 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-4
|
2018-05-09 08:18:59 +00:00
|
|
|
|
- abrt-addon-ccpp do not require python2 if "with python3"
|
|
|
|
|
|
2018-05-03 08:56:51 +00:00
|
|
|
|
* Thu May 03 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-3
|
|
|
|
|
- drop python2-abrt-addon requires
|
|
|
|
|
|
2018-04-27 11:25:04 +00:00
|
|
|
|
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-2
|
|
|
|
|
- fix requires for python in spec file
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-1
|
|
|
|
|
- build: conditionalize the Python2 and Python3
|
|
|
|
|
- cli-ng,hooks,python-problem: Allow python to be optional at build time
|
|
|
|
|
- spec: fix ambiguous Python 2 dependency declarations
|
|
|
|
|
- plugins: a-a-g-machine-id use dmidecode command
|
|
|
|
|
- spec: use dmidecode instead of python3-dmidecode
|
|
|
|
|
- hooks: use container-exception-logger tool
|
|
|
|
|
- spec: container python hooks require cel
|
|
|
|
|
- hooks: do not write any additional logs
|
|
|
|
|
- a-a-s-package-data: add python3.7 to known Interpreters
|
|
|
|
|
- autogen: ignore abrt's python packages
|
|
|
|
|
- correctly parse buildrequires from spec file
|
2018-03-27 08:11:14 +00:00
|
|
|
|
|
2018-03-21 10:52:41 +00:00
|
|
|
|
* Wed Mar 21 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.8-1
|
|
|
|
|
- Translation updates
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: use Python3 as default in abrt-cli-ng
|
2018-03-21 10:52:41 +00:00
|
|
|
|
- cli-ng: use Python3 as default
|
|
|
|
|
- Add a new element 'interpreter' for python problems
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- retrace-client: Require nss-pem
|
2018-03-06 14:14:36 +00:00
|
|
|
|
|
2018-02-26 14:27:37 +00:00
|
|
|
|
* Mon Feb 26 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.7-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- hooks: introduce docker hook for Python2
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- hook: add type to Python3 container exception handler
|
|
|
|
|
- spec: introduce docker hook for Python2
|
|
|
|
|
- Add ABRT hexa stickers
|
|
|
|
|
- a-container-logger: workaround permission issue in minishift
|
2018-02-26 14:27:37 +00:00
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
* Mon Feb 19 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.6-1
|
2018-02-21 15:34:57 +00:00
|
|
|
|
- Translation updates
|
|
|
|
|
- hooks: introduce docker hook for Python3
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: introduce Python3 hook for container
|
2018-02-21 15:34:57 +00:00
|
|
|
|
- Remove deprecated is_error macro
|
|
|
|
|
- ldconfig is not needed in rawhide
|
|
|
|
|
- remove python_sitearch macro
|
|
|
|
|
- remove python_site macro
|
|
|
|
|
- move BuildRequires to top
|
|
|
|
|
- remove systemd-units and replace it with systemd macro
|
|
|
|
|
- remove init.d services
|
|
|
|
|
- a-h-event: Do not deduplicate different containers
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- rpm: include epocho in package element if > 0
|
2017-12-10 19:50:30 +00:00
|
|
|
|
|
2017-11-02 18:53:05 +00:00
|
|
|
|
* Thu Nov 02 2017 Julius Milan <jmilan@redhat.com> 2.10.5-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- a-action-ureport: add option 'ProcessUnpackaged'
|
|
|
|
|
- spec: change dependency on python{2,3}-gobject
|
|
|
|
|
- applet: Additional changes to allow optional polkit
|
|
|
|
|
- doc: remove obsolete doxygen tags
|
|
|
|
|
- dbus: Additional changes to allow optional polkit
|
|
|
|
|
- cli-ng: Explicitly state python version in shebangs
|
|
|
|
|
- spec: rename python binary packages
|
|
|
|
|
- a-d-journal-core: Save mountinfo from journal
|
|
|
|
|
- a-d-journal-core: Save container cmdline
|
|
|
|
|
- logging: rename omitted log() to log_warning()
|
|
|
|
|
|
2017-08-28 11:06:51 +00:00
|
|
|
|
* Mon Aug 28 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.4-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- logging: rename log() to log_warning()
|
|
|
|
|
- Quick hack to fix build with rpm >= 4.14
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- tests: Crash different binary in infinite event loop
|
|
|
|
|
- tests: Revert not sufficient fix
|
|
|
|
|
- tests: Reflect field changes in reporter-s-journal
|
|
|
|
|
- tests: Get docker-inspect while container is running
|
2017-08-28 11:06:51 +00:00
|
|
|
|
- cli,dbus: Allow polkit to be optional at build time
|
|
|
|
|
- spec: add dependency for python{3}-gobject
|
|
|
|
|
- a-d-journal-core: fix bad condition in creating reason msg
|
|
|
|
|
- a-d-journal-core: use pid of crashed process in dumpdir name
|
|
|
|
|
- changelog: update CHANGELOG.md
|
|
|
|
|
|
2017-06-15 15:51:01 +00:00
|
|
|
|
* Thu Jun 15 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.3-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- applet: add a default action to a notification
|
|
|
|
|
- spec: require libreport-plugin-systemd-journal on Fedoras
|
|
|
|
|
- changing load location from bin to libexec
|
|
|
|
|
- changing location of abrt-action-save-container-data from bin to libexec
|
|
|
|
|
- koops: Improve not-reportable for oopses with taint flags
|
|
|
|
|
- This fixes #1173
|
|
|
|
|
- python: provide more information about exception
|
|
|
|
|
- abrt-journal: adapt to suspicious blacklist addition
|
|
|
|
|
- koops: add suspicious strings blacklist
|
|
|
|
|
- build: fix changelog adding in release target
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- changelog: update CHANGELOG.md
|
2017-04-27 08:33:50 +00:00
|
|
|
|
|
2017-04-25 11:04:41 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2017-03-16 11:50:11 +00:00
|
|
|
|
* Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.1-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- changelog: update CHANGELOG.md
|
|
|
|
|
- build: create tarball in release-* target
|
|
|
|
|
- spec: sosreport is not a package
|
|
|
|
|
- Fix Typo
|
2017-03-16 11:50:11 +00:00
|
|
|
|
- bodhi: Remove dependency on hawkey
|
|
|
|
|
- spec: Remove dependency on hawkey
|
|
|
|
|
- build: do not upload tarball to fedorahosted.org
|
|
|
|
|
- spec: do not use fedorahosted.org as source
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: install new plugins
|
2017-03-16 11:50:11 +00:00
|
|
|
|
- plugins: introduce Machine ID and SOS report
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Update CHANGELOG.md
|
2017-03-16 11:50:11 +00:00
|
|
|
|
- build: fix generating list of dependences in autogen.sh
|
|
|
|
|
- spec: start abrt-journal-core instead of abrt-ccpp
|
|
|
|
|
- build: fix scratch-build target
|
|
|
|
|
- a-a-ureport: fix calling of run_event_on_problem_dir
|
|
|
|
|
- spec: if using systemd, default to os-release ID for desktopvendor
|
|
|
|
|
- kernel: modify suspicious string "invalid opcode:"
|
|
|
|
|
- daemon: Allow rpm to be optional at build time
|
|
|
|
|
- spec: allow any compression of man pages
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: remove defattr
|
|
|
|
|
- spec: remove cleaning buildroot
|
|
|
|
|
- spec: use versioned provides
|
|
|
|
|
- spec: remove changelog entries older than 2 years
|
|
|
|
|
- remove Buildroot and Groups tags
|
2017-03-16 11:50:11 +00:00
|
|
|
|
- spec: recommend libreport-plugin-systemd-journal on Fedoras
|
|
|
|
|
- doc: document selinux change needed for automatic deletion of reports
|
|
|
|
|
- ccpp: tell gdb to analyze saved binary image
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
* Sat Dec 03 2016 Jakub Filak <jakub@thefilaks.net> 2.10.0-1
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- Translation updates
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: bump required libreport and satyr versions
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- build: make the release-* targets smarter
|
|
|
|
|
- Add CHANGELOG.md
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- a-a-notify: set env var before run report_systemd-journal event
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- use run_event_on_problem_dir() helper for running events
|
|
|
|
|
- notify: do not require package element
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: add catalog_journal_ccpp_format.conf file
|
|
|
|
|
- reporter-s-journal: add formatting file for abrt-journal-core analyser
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- cli-ng: fix --fmt parameter
|
|
|
|
|
- python: create analyzer element in dumpdir
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- abrt-action-list-dsos: fix typo in vendor variable name
|
|
|
|
|
- cli-ng: chown problem before reporting
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- lib: stop printing out a debug message 'adding: '
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- cli: print out the not-reportable reason
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- cli: configure libreport to ignore not-reportable
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- cli-ng: force reporting even if not-reportable
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- cli-ng: introduce verbose argument
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Import GObject from gi.repository
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- ccpp: configure package repositories for correct OS
|
|
|
|
|
- a-a-s-c-data: adapt to current docker
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- daemon: don't drop problems from unknown containers
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- a-a-s-c-data: correct detection of container type
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: install Bodhi event files
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- bodhi: factor out Bodhi updates lookup into a solo event
|
|
|
|
|
- problems2: update the documentation
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- a-a-analyze-python: create exception_type element
|
|
|
|
|
- a-a-analyze-xorg: create crash_function into dump dir
|
|
|
|
|
- koops: create crash_function element
|
|
|
|
|
- a-a-analyze-python: create crash_function element
|
|
|
|
|
- a-a-analyze-c: create crash_function element
|
|
|
|
|
- spec: add formatting files for reporter-systemd-journal
|
|
|
|
|
- reporter-systemd-journal: add formatting files
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- vmcore: /var/tmp/abrt is no longer a dump location
|
|
|
|
|
- events: add event report_systemd-journal to all addons
|
|
|
|
|
- abrt-action-notify: notify to systemd journal
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: add abrt's catalog source files
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- journal-catalog: add abrt's catalog source files
|
|
|
|
|
- ccpp: retain partial core_backtrace upon error
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: log waitpid errors
|
|
|
|
|
- ccpp: inform users about not supported unwinding
|
|
|
|
|
- ccpp: close stdin when we can let the process die
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- daemon: properly shutdown socket connection
|
|
|
|
|
- daemon: close forgotten FD to /proc/[pid]
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: pass proc pid FD instead of pid to *_at fns
|
|
|
|
|
- ccpp+daemon: pass valid params to dd_open_item()
|
|
|
|
|
- python: remove unused functions from sysexcept hook
|
|
|
|
|
- build: add gettext-devel to sysdeps
|
|
|
|
|
- spec: add libcap-devel to BRs of addon-ccpp
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- ccpp: avoid running elfutils under root
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Add abrt-action-analyze-vulnerability to .gitignore
|
|
|
|
|
- build: autoge.sh without args configures for debugging
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- conf: increase MaxCrashReportsSize to 5GiB
|
|
|
|
|
- ccpp: fast dumping and abrt core limit
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- CI: make debugging easier with more log messages
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- doc: add a guide for ABRT hackers
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- vmcore: fix an undefined variable on error path
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- vmcore: read kdump.conf from an arbitrary location
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: use libreport 'at' functions
|
|
|
|
|
- ccpp: use abort() to exit in debug mode
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- python2: stop generating dso_list in the process
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- python: stop collecting ENVIRON in the process
|
|
|
|
|
- abrtd: details of processes from different PID NS
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- abrtd: save interesting process details
|
|
|
|
|
- a-a-s-package-data: add python3.6 to known Interpreters
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: update gdb Requires
|
2017-01-03 11:56:21 +00:00
|
|
|
|
- tree-wide: make path to GDB configurable
|
|
|
|
|
- a-a-ureport: print out exit codes in verbose mode
|
|
|
|
|
- daemon: stop replacing analyzer with type
|
|
|
|
|
|
2016-09-10 05:33:25 +00:00
|
|
|
|
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.9.0-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: install abrt_dbus_event.conf
|
|
|
|
|
- dbus: use Problems2 API in abrt-dbus
|
2016-09-10 05:33:25 +00:00
|
|
|
|
- dbus: Problems2 API implementation
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: install Problems2 interfaces
|
|
|
|
|
- dbus-doc: rewrite the XML to Problems2
|
|
|
|
|
- Fix memory leaks
|
|
|
|
|
- lib: introdcue a function checking post-create name
|
2016-09-10 05:33:25 +00:00
|
|
|
|
- abrtd: change HTTP response code for duplicate problems to 303
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- autogen: fix typo in usage help string
|
|
|
|
|
- daemon: send base names from abrt-server to abrtd
|
2016-09-10 05:33:25 +00:00
|
|
|
|
- lib: normalize slashes of configured paths
|
|
|
|
|
- lib: make configuration paths alterable at runtime
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Add generated CCpp.conf to .gitignore
|
2016-09-10 05:33:25 +00:00
|
|
|
|
- abrt-bodhi: use CCpp PackageManager configuration directive from configure
|
|
|
|
|
- cli: introduce unsafe reporting for not-reporable problems
|
|
|
|
|
- handle-event: stop creating post-create lock
|
|
|
|
|
- daemon: trigger dump location cleanup after detection
|
|
|
|
|
- hook-ccpp: dump own core file in debug mode
|
2016-07-19 06:29:40 +00:00
|
|
|
|
|
2016-07-18 10:14:41 +00:00
|
|
|
|
* Mon Jul 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.2-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- abrt-hook-ccpp: Fix mismatching argument
|
|
|
|
|
- Allow selinux to be optional at build time
|
|
|
|
|
- vmcore: use findmnt to get mountpoint
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: add utils-linux to vmcore's Require
|
2016-07-18 10:14:41 +00:00
|
|
|
|
- vmcore: fix finding partitions by UUID and LABEL
|
|
|
|
|
- a-a-install-debuginfo: Exception may not have an argument errno
|
|
|
|
|
- koops: do not assume version has 3 levels
|
|
|
|
|
- Add ARM specific oops backtrace processing.
|
|
|
|
|
- examples: add oops-kernel-panic-hung-tasks-arm
|
|
|
|
|
- Add oops processing for kernel panics caused by hung tasks.
|
|
|
|
|
- abrt-hook-ccpp: save get_fsuid() return values in int variables
|
|
|
|
|
|
2016-05-25 07:48:30 +00:00
|
|
|
|
* Wed May 25 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.1-1
|
|
|
|
|
- a-dump-journal-xorg: allow *libexec/X* to be executable element
|
|
|
|
|
- a-dump-journal-xorg: add '_COMM=gnome-shell' to journal filter
|
|
|
|
|
- build: update pkg names for systemd
|
|
|
|
|
- a-d-journal-core: save core dump bytes from the journal field
|
|
|
|
|
- a-d-journal-core: support lz4 compressed core dump files
|
|
|
|
|
- a-a-install-debuginfo: do not try to split None
|
|
|
|
|
- doc: improve documentation of AllowedGroups, AllowedUsers and IgnoredPaths
|
|
|
|
|
- testcase: add serial field to uReport check
|
|
|
|
|
- a-a-install-debuginfo: correct handling of DebuginfoLocation
|
|
|
|
|
- a-a-s-container-data: update docker container ID parser
|
|
|
|
|
- abrt-hook-ccpp: drop saving of container env vars
|
|
|
|
|
- a-console-notification: do not leak variables
|
|
|
|
|
- a-retrace-client: format security
|
|
|
|
|
- daemon: avoid infinite crash loops
|
|
|
|
|
- spec: drop abrt-action-save-kernel-data bits
|
2016-04-11 07:50:01 +00:00
|
|
|
|
- spec: README -> README.md
|
|
|
|
|
- Add basic documentation
|
|
|
|
|
- a-a-install-debuginfo: fix BrokenPipe error
|
|
|
|
|
- a-a-install-debuginfo: make tmpdir variable global
|
2016-03-07 14:33:46 +00:00
|
|
|
|
- python3 addon: workaround a bug in traceback
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- CCpp: turn off compat cores
|
|
|
|
|
- a-a-save-package-data: blacklist /usr/lib(64)/firefox/plugin-container
|
|
|
|
|
- Fix minor typo: possition -> position
|
|
|
|
|
- translations: add missing new line
|
|
|
|
|
- Translation updates
|
|
|
|
|
- translations: update zanata configuration
|
|
|
|
|
- ccpp: drop %e from the core_pattern
|
|
|
|
|
- Save Vendor and GPG Fingerprint
|
2016-02-10 09:43:04 +00:00
|
|
|
|
|
2016-02-03 14:05:21 +00:00
|
|
|
|
* Wed Feb 03 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.0-1
|
|
|
|
|
- a-a-save-package-data: do not blacklist firefox
|
|
|
|
|
|
2016-02-02 13:29:49 +00:00
|
|
|
|
* Tue Feb 02 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.2-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: bug fix - undefined variables
|
|
|
|
|
- a-a-c-o-f-hw-error: fix unicode error
|
|
|
|
|
- ccpp: use error_msg_ignore_crash() instead of error_msg()
|
2016-02-02 13:29:49 +00:00
|
|
|
|
- ccpp: add AllowedUsers and AllowedGroups feature
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: fix formatting in abrt.conf man page
|
2016-02-02 13:29:49 +00:00
|
|
|
|
- ccpp: use executable name from pid
|
|
|
|
|
- a-a-c-o-f-hw-error: do not crash on invalid unicode
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Use %s instead of %d.
|
2016-02-02 13:29:49 +00:00
|
|
|
|
- configui: link GUI library with libabrt.so
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Do not include system libabrt.h
|
2016-02-02 13:29:49 +00:00
|
|
|
|
- ccpp: unify log message of ignored crashes
|
|
|
|
|
- ccpp: add IgnoredPath option
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- lib: check_recent_crash_file do not produce error_msg
|
2016-02-02 13:29:49 +00:00
|
|
|
|
|
2015-11-23 15:32:33 +00:00
|
|
|
|
* Mon Nov 23 2015 Jakub Filak <jfilak@redhat.com> 2.7.1-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: switch owner of the dump location to 'root'
|
|
|
|
|
- abrtd: switch owner of the dump location to 'root'
|
|
|
|
|
- lib: add convenient wrappers for ensuring writable dir
|
|
|
|
|
- ccpp: save abrt core files only to new files
|
|
|
|
|
- ccpp: ignore crashes of ABRT binaries if DebugLevel == 0
|
|
|
|
|
- conf: introduce DebugLevel
|
|
|
|
|
- a-a-i-d-to-abrt-cache: make own random temporary directory
|
|
|
|
|
- update .gitignore
|
2015-11-23 15:32:33 +00:00
|
|
|
|
- ccpp: make crashes of processes with locked memory not-reportable
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- a-a-s-p-data: fix segfault if GPGKeysDir isn't configured
|
|
|
|
|
- a-dump-journal-xorg: make journal filter configurable
|
|
|
|
|
- doc: a-a-analyze-xorg fix path to conf file
|
|
|
|
|
- abrt-journal: use GList instead of char** in abrt_journal_set_journal_filter()
|
2015-11-23 15:32:33 +00:00
|
|
|
|
- xorg: introduce tool abrt-dump-journal-xorg
|
|
|
|
|
- abrt-xorg.service: change due to abrt-dump-journal-xorg
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- journal: add function abrt_journal_get_next_log_line
|
|
|
|
|
- spec: add abrt-dump-journal-xorg to spec file
|
|
|
|
|
- xorg: rewrite skip_pfx() function to work with journal msgs
|
|
|
|
|
- xorg: introduce library xorg-utils
|
|
|
|
|
- dbus: ensure expected bytes width of DBus numbers
|
2015-11-23 15:32:33 +00:00
|
|
|
|
- a-d-journal-core: set root owner for created dump directory
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: add missing man page for abrt-dump-journal-core
|
2015-11-23 15:32:33 +00:00
|
|
|
|
- spec: add missing man page for abrt-dump-journal-core
|
2015-10-27 23:34:04 +00:00
|
|
|
|
|
2015-10-15 14:25:31 +00:00
|
|
|
|
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- abrt-python: add problem.chown
|
|
|
|
|
- a-a-a-ccpp-local don't delete build_ids
|
|
|
|
|
- update .gitignore
|
|
|
|
|
- spec: add cli-ng
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- cli-ng: initial
|
2018-04-27 11:13:39 +00:00
|
|
|
|
|
|
|
|
|
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.3-1
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- bodhi: introduce wrapper for 'reporter-bugzilla -h' and 'abrt-bodhi'
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- remove random code example from abrt-server
|
|
|
|
|
- spec: introduce abrt-action-find-bodhi-update
|
|
|
|
|
- api: fix pths -> paths rename
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- handle-event: remove obsolete workaround
|
|
|
|
|
- remove 'not needed' code
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- events: fix example wording
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- doc: change /var/tmp/abrt to /var/spool/abrt
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: actualize core_pattern content in documentation
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- doc: fix default DumpLocation in abrt.conf man page
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- events: improve example
|
|
|
|
|
- events: comments not needed anymore
|
|
|
|
|
- abrt-retrace-client: use atoll for _size conversion
|
2015-10-15 14:25:31 +00:00
|
|
|
|
- abrt-dump-xorg: support Xorg log backtraces prefixed by (EE)
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- runtests: more verbose fail in get_crash_path
|
|
|
|
|
- ureport-auth: force cp/mv when restoring configuration
|
|
|
|
|
- runtests: stick to new BZ password rules
|
|
|
|
|
- bodhi: fix typo in error messages
|
2015-09-15 10:55:38 +00:00
|
|
|
|
- bodhi: fix a segfault when testing an os-release opt for 'rawhide'
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: actualize the abrt-bodhi man page
|
|
|
|
|
- autogen: use dnf instead of yum to install dependencies
|
2015-08-26 14:52:35 +00:00
|
|
|
|
- bodhi: add parsing of error responses
|
|
|
|
|
- bodhi: add ignoring of Rawhide
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: do not break the reporting if a-bodhi fails
|
2015-08-26 14:52:35 +00:00
|
|
|
|
- spec: add hawkey to BRs of abrt-bodhi
|
|
|
|
|
- introduce bodhi2 to abrt-bodhi
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- a-handle-upload: pass bytes to file.write()
|
|
|
|
|
- upload a problem data in the EVENT 'notify'
|
|
|
|
|
- turn off several post-create scripts for remote problems
|
2015-08-26 14:52:35 +00:00
|
|
|
|
- convert all 'ex.message' stmts to 'str(ex)'
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- cli: don't start reporting of not-reportable problems
|
|
|
|
|
- a-a-s-p-d: add bash on the package blacklist
|
|
|
|
|
- correct usage of abrt-gdb-exploitable
|
|
|
|
|
- testsutie: first wait_for_hooks, then get_crash_path
|
|
|
|
|
- ccpp: use global TID
|
|
|
|
|
- ccpp: fix comment related to 'MakeCompatCore' option in CCpp.conf
|
|
|
|
|
- cli: fix testing of DBus API return codes
|
2015-08-14 08:54:04 +00:00
|
|
|
|
- dbus-api: unify reporting of errors
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: fix related to conditional compilation of man page
|
2015-08-14 08:54:04 +00:00
|
|
|
|
- abrt-auto-reporting: fix related to conditional compilation
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- vmcore: read vmcore by chunks
|
2015-07-24 12:58:43 +00:00
|
|
|
|
- pass encoded Unicode to hashlib.sha1.update()
|
|
|
|
|
- abrt-merge-pstoreoops: merge files in descending order
|
2015-07-22 16:18:18 +00:00
|
|
|
|
- use gettext instead of lgettext in all python scripts
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- gitignore: add a generated man page source file
|
2015-07-22 16:18:18 +00:00
|
|
|
|
|
2015-07-17 14:14:31 +00:00
|
|
|
|
* Fri Jul 17 2015 Jakub Filak <jfilak@redhat.com> 2.6.2-1
|
|
|
|
|
- applet: do not crash if the new problem has no command_line
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: do not crash if generate_core_backtrace fails
|
|
|
|
|
- abrt: Fixup component of select kernel backtraces
|
|
|
|
|
- abrtd: de-prioritize post-create event scripts
|
|
|
|
|
- spec: switch python Requires to python3
|
|
|
|
|
- switch all python scripts to python3
|
|
|
|
|
- spec: drop abrt-addon-python requires
|
|
|
|
|
- a-dump-oops: allow update the problem, if more then one oops found
|
|
|
|
|
- cli: use internal command impl in the command process
|
|
|
|
|
- cli: remove useless code from print_crash()
|
|
|
|
|
- cli: enable authetication for all commands
|
|
|
|
|
|
|
|
|
|
* Thu Jul 02 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-1
|
|
|
|
|
- dbus: keep the polkit authorization for all clients
|
|
|
|
|
- cli: enable polkit authentication on command line
|
|
|
|
|
- spec: --enable-dump-time-unwind by default
|
|
|
|
|
- ccpp: use TID to find crash thread
|
|
|
|
|
- spec: remove PyGObject from all Requires
|
|
|
|
|
- spec: update version of gdb because of -ascending
|
|
|
|
|
- lib: make it easier to find the backtrace of th crash thread
|
|
|
|
|
- ccpp: save TID in the file 'tid'
|
|
|
|
|
- ccpp: get TID from correct cmd line argument
|
|
|
|
|
- configui: add option always generate backtrace locally
|
|
|
|
|
- a-a-p-ccpp-analysis: use ask_yes_no_save_result instead of ask_yes_no_yesforever
|
|
|
|
|
- spec: use more appropriate url
|
|
|
|
|
- spec: abrt requires libreport-plugin-rhtsupport on rhel
|
|
|
|
|
- sosreport: add processor information to sosreport
|
|
|
|
|
- doc: update abrt-cli man page
|
2015-06-16 23:33:34 +00:00
|
|
|
|
|
2015-06-10 06:32:19 +00:00
|
|
|
|
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: add abrt-dbus to Rs of abrt-python
|
|
|
|
|
- vmcore: use libreport dd API in the harvestor
|
|
|
|
|
- ccpp: don't save the system logs by default
|
|
|
|
|
- cli: exit with the number of unreported problems
|
|
|
|
|
- spec: restart abrt-dbus in posttrans
|
|
|
|
|
- cli: chown before reporting
|
2015-06-10 06:32:19 +00:00
|
|
|
|
- hooks: use root for owner of all dump directories
|
|
|
|
|
- ccpp: do not unlink failed and big user cores
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- ccpp: include the system logs only with root's coredumps
|
2015-06-10 06:32:19 +00:00
|
|
|
|
- koops: don't save dmesg if kernel.dmesg_restrict=1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- daemon, dbus: allow only root to create CCpp, Koops, vmcore and xorg
|
|
|
|
|
- daemon: allow only root user to trigger the post-create
|
|
|
|
|
- daemon: harden against race conditions in DELETE
|
|
|
|
|
- ccpp: revert the UID/GID changes if user core fails
|
|
|
|
|
- a-a-i-d-t-a-cache: sanitize umask
|
|
|
|
|
- a-a-i-d-t-a-cache: sanitize arguments
|
|
|
|
|
- dbus: report invalid element names
|
|
|
|
|
- dbus: avoid race-conditions in tests for dum dir availability
|
|
|
|
|
- dbus: process only valid sub-directories of the dump location
|
|
|
|
|
- lib: add functions validating dump dir
|
|
|
|
|
- daemon: use libreport's function checking file name
|
|
|
|
|
- configure: move the default dump location to /var/spool
|
|
|
|
|
- ccpp: avoid overriding system files by coredump
|
|
|
|
|
- spec: add libselinux-devel to BRs
|
|
|
|
|
- ccpp: emulate selinux for creation of compat cores
|
|
|
|
|
- ccpp: harden dealing with UID/GID
|
|
|
|
|
- ccpp: do not use value of /proc/PID/cwd for chdir
|
|
|
|
|
- ccpp: do not override existing files by compat cores
|
|
|
|
|
- ccpp: stop reading hs_error.log from /tmp
|
|
|
|
|
- ccpp: fix symlink race conditions
|
2015-06-10 06:32:19 +00:00
|
|
|
|
- turn off exploring crashed process's root directories
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- abrt-python: add proper PYTHONPATH to test shellscripts
|
|
|
|
|
- abrt-python: unify unknown problem type handling
|
|
|
|
|
- abrt-python: add not_reportable properties
|
|
|
|
|
- spec: remove analyzer to type conversion
|
|
|
|
|
- abrt-python: add Python3 problem type
|
|
|
|
|
- abrt-python: add id, short_id and path to problem
|
|
|
|
|
- abrt-python: add Problem.prefetch_data function
|
|
|
|
|
- abrt-python: handle reconnection gracefully
|
|
|
|
|
- config UI: Automatic reporting from GSettings
|
2015-05-20 13:46:56 +00:00
|
|
|
|
- doc, polkit: Spelling/grammar fixes
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: fix problem info double free
|
|
|
|
|
- a-a-s-p-d: add new known interpreter to conf file
|
|
|
|
|
- config UI: enable options without config files
|
2015-05-20 13:46:56 +00:00
|
|
|
|
- config UI: read glade from a local file first
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: migrate Autoreporting options to GSettings
|
|
|
|
|
- abrt-action-list-dsos: do not decode not existing object
|
|
|
|
|
- spec: add AUTHENTICATED_AUTOREPORTING conditional
|
|
|
|
|
- abrt-auto-reporting: require rhtsupport.conf file only on RHEL
|
|
|
|
|
- lib: add new kernel taint flags
|
|
|
|
|
- spec: add a dependency on abrt-dbus to abrt-cli
|
|
|
|
|
- cli: do not exit with segfault if dbus fails
|
|
|
|
|
- applet: switch to D-Bus methods
|
|
|
|
|
- upload: validate and sanitize uploaded dump directories
|
2015-04-13 08:37:20 +00:00
|
|
|
|
|
2015-04-09 07:12:18 +00:00
|
|
|
|
* Thu Apr 09 2015 Jakub Filak <jfilak@redhat.com> 2.5.1-1
|
|
|
|
|
- Translation updates
|
|
|
|
|
- problem: use 'type' element instead of 'analyzer'
|
|
|
|
|
- cli-status: don't return 0 if there is a problem older than limit
|
|
|
|
|
- journal-oops: add an argument accepting journal directory
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- journal: open journal files from directory
|
2015-04-09 07:12:18 +00:00
|
|
|
|
- lib: don't expect kernel's version '2.6.*' or '3.*.*'
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- cli: use the DBus methods for getting problem information
|
|
|
|
|
- libabrt: add wrappers TestElemeExists and GetInfo for one element
|
2015-04-09 07:12:18 +00:00
|
|
|
|
- dbus: add new method to test existence of an element
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- libabrt: add new function fetching full problem data over DBus
|
|
|
|
|
- applet: use a shared function for getting problems over DBus
|
2015-04-09 07:12:18 +00:00
|
|
|
|
- vmcore: generate 'reason' file in all cases
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: Fix trivial indentation bug
|
2015-04-09 07:12:18 +00:00
|
|
|
|
- applet: Don't show report button for unpackaged programs
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: fix freeing of the notify problem list
|
2015-04-09 07:12:18 +00:00
|
|
|
|
- applet: get the list of problems through D-Bus service
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- doc: D-Bus api: make desc of DeleteProblem clearer
|
2015-03-20 05:51:21 +00:00
|
|
|
|
|
2015-03-18 09:17:05 +00:00
|
|
|
|
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: cast to correct type to fix a warrning
|
|
|
|
|
- applet: Use new problem_create_app_from_env() helper
|
|
|
|
|
- doc: add documentation for GetProblemData
|
2015-03-18 09:17:05 +00:00
|
|
|
|
- dbus: add a new method GetProblemData
|
|
|
|
|
- abrt_event: run save package data event even if component exists
|
|
|
|
|
- a-a-s-container-data: add a new argument --root
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: add a-a-s-package-data to abrt-atomic
|
2015-03-18 09:17:05 +00:00
|
|
|
|
- a-a-s-kernel-data: add --root argument
|
|
|
|
|
- journal-oops: add an argument similar to '--merge'
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- spec: let configure generate the spec file
|
2015-03-18 09:17:05 +00:00
|
|
|
|
- ccpp: create the dump location from standalone hook
|
|
|
|
|
- retrace-client: stop failing on SSL2
|
|
|
|
|
- spec: changes for Atomic hosts
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- add stuff necessary for Project Atomic
|
|
|
|
|
- Python 3 fixes
|
2015-03-18 09:17:05 +00:00
|
|
|
|
- ccpp: add support for multiple pkg mngrs
|
|
|
|
|
- Python 3 compatibility
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Revert "dbus: Allow admins to load problems without a password"
|
|
|
|
|
- dbus: Allow admins to load problems without a password
|
|
|
|
|
- abrtd: Don't allow users to list problems "by hand"
|
|
|
|
|
- spec: Don't allow users to list problems "by hand"
|
2015-03-18 09:17:05 +00:00
|
|
|
|
- spec: abrt-python requires libreport-python to build
|
|
|
|
|
|
2018-04-27 11:13:39 +00:00
|
|
|
|
* Fri Feb 20 2015 Jakub Filak <jfilak@redhat.com> 2.4.0-1
|
|
|
|
|
- spec: factor out core_pattern helper from addon-ccpp
|
|
|
|
|
- ccpp: standalone hook
|
|
|
|
|
- ccpp: save package data from hook in case of crash in container
|
|
|
|
|
- a-a-s-package-data: save data from artifical chroots
|
|
|
|
|
- spec: install containers tools
|
|
|
|
|
- containers: add utility collecting containers info
|
|
|
|
|
- ccpp: add support for containers
|
|
|
|
|
- spec: install the daemon's D-Bus configuration file
|
|
|
|
|
- daemon: add configuration enabling our name on the System bus
|
|
|
|
|
- daemon: get rid of own main loop
|
|
|
|
|
- init: set Type of abrtd.service to dbus
|
|
|
|
|
- applet: Use libreport's helper to find applications
|
|
|
|
|
- applet: Remove unused build information
|
|
|
|
|
- build: Fix pkg-config warning related to abrt.pc
|
|
|
|
|
- applet: Fix a massive leak in the app detection code
|
|
|
|
|
- applet: Remove left-over code from the systray icon
|
|
|
|
|
- applet: Use the easy way to detect empty lists
|
|
|
|
|
- applet: Fix a number of "problems" memory leaks
|
|
|
|
|
- applet: Make problem_info_t refcounted
|
|
|
|
|
- applet: If gnome-abrt isn't there, don't offer to report
|
|
|
|
|
- applet: Fix multiple notifications for the same problem
|
|
|
|
|
- applet: Always defer auto-reporting without a network
|
|
|
|
|
- applet: Don't ignore foreign problems if an admin
|
|
|
|
|
- applet: Rename problem variable to "pi"
|
|
|
|
|
- applet: Remove unused "flags" parameters
|
|
|
|
|
- applet: Completely ignore incomplete problems
|
|
|
|
|
- applet: Don't ignore repeat problems in the same app
|
|
|
|
|
- applet: Fix warning when crash doesn't happen in app
|
|
|
|
|
- applet: Remove unused functions
|
|
|
|
|
- applet: Remove unused flags
|
|
|
|
|
- applet: Rewrite notifications
|
|
|
|
|
- applet: Don't run full reports from the applet
|
|
|
|
|
- applet: Simplify "report" action
|
|
|
|
|
- applet: Add helper to guess .desktop for a cmdline
|
|
|
|
|
- applet: Get more details from the crash report
|
|
|
|
|
- applet: Ignore other people's problems for non-admins
|
|
|
|
|
- applet: Remove handling of "ignored" crashes
|
|
|
|
|
- applet: Remove specific persistent notifications handling
|
|
|
|
|
- applet: Rename applet to match gnome-abrt
|
|
|
|
|
- applet: Initialise libnotify on startup
|
|
|
|
|
- applet: Use g_new0() instead of xzalloc()
|
|
|
|
|
- applet: Use g_strdup_printf()/g_strdup()
|
|
|
|
|
- applet: Move variable inside block where it's used
|
|
|
|
|
- daemon: process unpackaged by default
|
|
|
|
|
- spec: fix abrt-applet requires
|
|
|
|
|
- applet: Fix memory leak in fork_exec_gui()
|
|
|
|
|
- applet: Detect whether gnome-abrt is available
|
|
|
|
|
- applet: Use GUI_EXECUTABLE macro
|
|
|
|
|
- autogen: move configure to the default case
|
|
|
|
|
- applet: Use GIO to launch gnome-abrt
|
|
|
|
|
- applet: Fix typo in "Oterwise"
|
|
|
|
|
- applet: Use symbolic icon instead of abrt's in notifications
|
|
|
|
|
- applet: Add some debug to new_dir_exists()
|
|
|
|
|
- applet: Require at least libnotify 0.7
|
|
|
|
|
- applet: Fix typo in "cuurent"
|
|
|
|
|
- applet: Don't defer sending out uReports
|
|
|
|
|
- applet: Use G_SOURCE_REMOVE in timeout callback
|
|
|
|
|
- spec: Bump required glib2 version
|
|
|
|
|
- applet: Use g_bus_own_name() for single-instance
|
|
|
|
|
- applet: Remove status icon
|
|
|
|
|
- applet: Use GDBus to filter crash signals
|
|
|
|
|
- applet: Remove XSMP support
|
|
|
|
|
- build: Launch configure after autogen.sh
|
|
|
|
|
- make: make some python depencies optional
|
|
|
|
|
- configure: fix typos
|
|
|
|
|
- configure: check for python-sphinx and nose
|
|
|
|
|
- spec: add gsettings-desktop-schemas to the build requires
|
|
|
|
|
- core: use updated dump_fd_info()
|
|
|
|
|
- switch from 'analyzer' to 'type'
|
|
|
|
|
- spec: install abrt-dump-journal-core stuff
|
|
|
|
|
- init: add abrt-journal-core service
|
|
|
|
|
- introduce abrt-dump-journal-core
|
|
|
|
|
- applet: Remove the automatic crash reporting message dialog
|
|
|
|
|
- applet: Remove pre-glib 2.32 code
|
|
|
|
|
- applet: Remove pointless custom signal handling
|
|
|
|
|
- applet: Use GNetworkMonitor instead of NM directly
|
|
|
|
|
- applet: Use GSettings to check whether to send uReports
|
|
|
|
|
- Rewrite journalctl invocations: replace grep/tail pipeline with journalctl builtins.
|
|
|
|
|
- Don't slurp unbounded amounts of data when invoking journalctl. Fixes #887.
|
|
|
|
|
- console-notifications: add timeout
|
|
|
|
|
- cli-status: use will_python_exception
|
|
|
|
|
- ccpp-hook: move utility functions to hooklib
|
|
|
|
|
- ccpp-hook: move /proc/[pid]/ utils to libreport
|
|
|
|
|
- abrt-journal: add functions for reading/saving journald state
|
|
|
|
|
- Do not use 'bool' in OPT_BOOL() macro : it expects 'int'
|
|
|
|
|
- daemon: Own a D-Bus name
|
|
|
|
|
- zanata: add gettext mappings
|
|
|
|
|
- auto-reporting: add options to specify auth type
|
|
|
|
|
- translations: move from transifex to zanata
|
|
|
|
|
- spec: add missing augeas dependency
|
|
|
|
|
- Only analyze vulnerabilities when coredump present
|
|
|
|
|
- abrt-install-ccpp-hook check configuration
|
|
|
|
|
- UUID from core backtrace if coredump is missing
|
|
|
|
|
- Create core backtrace in unwind hook
|
|
|
|
|
- abrt-hook-ccpp: minor refactoring
|
|
|
|
|
- vmcore: remove original vmcore file in the last step
|
|
|
|
|
- vmcore: catch IOErrors and OSErrors
|
|
|
|
|
- python: load the configuration from correct file
|
|
|
|
|
- Remove garbage from ccpp_event.conf
|
|
|
|
|
- spec: update the required gdb version
|
|
|
|
|
- gdb: make gdb aware of the abrt's debuginfo dir
|
|
|
|
|
- Revert "gdb: disable loading of auto-loaded files"
|
|
|
|
|
- spec: update the URL
|
2014-11-07 14:58:43 +00:00
|
|
|
|
- koops: improve 'reason' text for page faults
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- sos: use all valuable plugins
|
|
|
|
|
- a-a-g-machine-id: do not print any error from the event handler
|
|
|
|
|
- a-a-g-machine-id: omit trailing new-line for one-liners only
|
|
|
|
|
- a-a-g-machine-id: suppress its failures in abrt_event.conf
|
|
|
|
|
- a-a-g-machine-id: add systemd's machine id
|
|
|
|
|
- applet: ensure writable dump directory before reporting
|
|
|
|
|
- make ABRT quieter
|
|
|
|
|
- journal-oops: use the length result of sd_journal_get_data()
|
2014-10-13 08:50:41 +00:00
|
|
|
|
- console-notifications: skip non-interactive shells
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- applet: don't show duphash instead of component
|
|
|
|
|
- ureport: attach contact email if configured
|
2014-10-09 15:05:01 +00:00
|
|
|
|
- console-notifications: use return instead of exit
|
2018-04-27 11:13:39 +00:00
|
|
|
|
- Translation updates
|
|
|
|
|
- a-a-s-p-d: add firefox on the package blacklist
|