msrb / rpms / abrt

Forked from rpms/abrt 2 years ago
Clone
Jakub Filak 7352dcc
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
Jakub Filak 7352dcc
# http://fedoraproject.org/wiki/Hardened_Packages
Jakub Filak 7352dcc
%global _hardened_build 1
Jakub Filak 7352dcc
4f98a32
%if 0%{?fedora} || 0%{?rhel} > 7
4f98a32
# Enable python3 build by default
4f98a32
%bcond_without python3
4f98a32
%else
4f98a32
%bcond_with python3
4f98a32
%endif
4f98a32
4f98a32
%if 0%{?rhel}%{?suse_version}
4f98a32
    %bcond_with bodhi
4f98a32
%else
4f98a32
    %bcond_without bodhi
4f98a32
%endif
4f98a32
Jakub Filak a8bf279
# build abrt-atomic subpackage
Jakub Filak a8bf279
%bcond_without atomic
Jakub Filak a8bf279
Matěj Grabovský ac86115
# build abrt-retrace-client by default
Matěj Grabovský ac86115
%bcond_without retrace
Matěj Grabovský ac86115
345ed6c
# rpmbuild --define 'desktopvendor mystring'
345ed6c
%if "x%{desktopvendor}" == "x"
e06dcb5
    %define desktopvendor %(source /etc/os-release; echo ${ID})
Jiri Moskovcak d59aab0
%endif
Jiri Moskovcak d59aab0
4f98a32
%if 0%{?suse_version}
4f98a32
%define dbus_devel dbus-1-devel
4f98a32
%define libjson_devel libjson-devel
4f98a32
%define shadow_utils pwdutils
4f98a32
%else
4f98a32
%define dbus_devel dbus-devel
4f98a32
%define libjson_devel json-c-devel
4f98a32
%define shadow_utils shadow-utils
4f98a32
%endif
4f98a32
Jakub Filak 7d9993a
# do not append package version to doc directory of subpackages in F20 and later; rhbz#993656
Jakub Filak 7d9993a
%if "%{_pkgdocdir}" == "%{_docdir}/%{name}"
4f98a32
    %define docdirversion %{nil}
Jakub Filak 7d9993a
%else
4f98a32
    %define docdirversion -%{version}
Jakub Filak 7d9993a
%endif
Jakub Filak 7d9993a
3de7b9d
%define libreport_ver 2.14.0
4f98a32
%define satyr_ver 0.24
Jakub Filak 7352dcc
5485d0e
Summary: Automatic bug detection and reporting tool
5485d0e
Name: abrt
Michal Srb 3f24d62
Version: 2.15.1
Michal Srb 3f24d62
Release: 1%{?dist}
5485d0e
License: GPLv2+
071dfeb
URL: https://abrt.readthedocs.org/
094983a
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Matěj Grabovský 1ab9d38
1ee4720
BuildRequires: git-core
4f98a32
BuildRequires: %{dbus_devel}
5003975
BuildRequires: hostname
Jiri Moskovcak a775d06
BuildRequires: gtk3-devel
Ernestas Kulik 5dfc508
BuildRequires: glib2-devel >= 2.43.4
5485d0e
BuildRequires: rpm-devel >= 4.6
5485d0e
BuildRequires: desktop-file-utils
0c5c493
BuildRequires: libnotify-devel
Jiri Moskovcak a420795
#why? BuildRequires: file-devel
003b018
BuildRequires: make
5f9fc0b
BuildRequires: gettext
Jiri Moskovcak b87d8aa
BuildRequires: libxml2-devel
083af50
BuildRequires: intltool
Jiri Moskovcak 3a42d82
BuildRequires: libtool
5003975
BuildRequires: libsoup-devel
Jiri Moskovcak 0082787
BuildRequires: asciidoc
Jakub Filak 1ad6267
BuildRequires: doxygen
Jiri Moskovcak 0082787
BuildRequires: xmlto
Jakub Filak 7352dcc
BuildRequires: libreport-devel >= %{libreport_ver}
Jakub Filak 995b9a8
BuildRequires: satyr-devel >= %{satyr_ver}
Jakub Filak 826fd37
BuildRequires: augeas
Jakub Filak a8bf279
BuildRequires: libselinux-devel
4f98a32
%if %{with python3}
4f98a32
BuildRequires: python3-devel
4f98a32
BuildRequires: python3-systemd
4f98a32
BuildRequires: python3-argcomplete
3de7b9d
BuildRequires: python3-dbus
88895e1
88895e1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility
88895e1
%global py_reproducible_pyc_path %{buildroot}%{python3_sitelib}
88895e1
BuildRequires: /usr/bin/marshalparser
Martin Kutlak 8f4c491
%endif
Jakub Filak 7d9993a
Jakub Filak 7352dcc
Requires: libreport >= %{libreport_ver}
Jakub Filak 995b9a8
Requires: satyr >= %{satyr_ver}
4f98a32
# these only exist on suse
4f98a32
%if 0%{?suse_version}
4f98a32
BuildRequires: dbus-1-glib-devel
4f98a32
Requires: dbus-1-glib
4f98a32
%endif
Jiri Moskovcak 3a42d82
4f98a32
%{?systemd_requires}
4f98a32
Requires: systemd
61af881
Requires: %{name}-libs = %{version}-%{release}
49b1bc1
Requires: python3-%{name} = %{version}-%{release}
4f98a32
Requires(pre): %{shadow_utils}
2c14e84
%if %{with python3}
2c14e84
Requires: python3-augeas
2c14e84
Requires: python3-dbus
Martin Kutlak 8f4c491
%endif
4f98a32
%ifarch aarch64 i686 x86_64
4f98a32
Requires: dmidecode
4f98a32
%endif
4f98a32
Requires: libreport-plugin-ureport
4f98a32
%if 0%{?fedora}
Martin Kutlak 253f3b5
Requires: libreport-plugin-systemd-journal
4f98a32
%endif
126031c
# to fix upgrade path abrt-plugin-sosreport was removed in 2.14.5 version.
126031c
Obsoletes: abrt-plugin-sosreport < 2.14.5
5485d0e
e06dcb5
#gui
e06dcb5
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
e06dcb5
BuildRequires: gsettings-desktop-schemas-devel >= 3.15
e06dcb5
#addon-ccpp
e06dcb5
BuildRequires: gdb-headless
e06dcb5
#addon-kerneloops
e06dcb5
BuildRequires: systemd-devel
4f98a32
BuildRequires: %{libjson_devel}
4f98a32
%if %{with bodhi}
e06dcb5
# plugin-bodhi
e06dcb5
BuildRequires: libreport-web-devel >= %{libreport_ver}
4f98a32
%endif
e06dcb5
#desktop
e06dcb5
#Default config of addon-ccpp requires gdb
e06dcb5
BuildRequires: gdb-headless
e06dcb5
#dbus
e06dcb5
BuildRequires: polkit-devel
4f98a32
%if %{with python3}
e06dcb5
#python3-abrt
Ernestas Kulik 400b28e
BuildRequires: python3-pytest
e06dcb5
BuildRequires: python3-sphinx
4f98a32
BuildRequires: python3-libreport
e06dcb5
#python3-abrt-doc
e06dcb5
BuildRequires: python3-devel
Martin Kutlak 8f4c491
%endif
e06dcb5
5485d0e
%description
91d57ac
%{name} is a tool to help users to detect defects in applications and
Jiri Moskovcak fe85043
to create a bug report with all information needed by maintainer to fix it.
Jakub Filak 637d5dc
It uses plugin system to extend its functionality.
5485d0e
5485d0e
%package libs
5485d0e
Summary: Libraries for %{name}
5485d0e
5485d0e
%description libs
5485d0e
Libraries for %{name}.
5485d0e
5485d0e
%package devel
5485d0e
Summary: Development libraries for %{name}
Jiri Moskovcak 3a42d82
Requires: abrt-libs = %{version}-%{release}
5485d0e
5485d0e
%description devel
5485d0e
Development libraries and headers for %{name}.
5485d0e
Jakub Filak 7622c62
%package gui-libs
Jakub Filak 7622c62
Summary: Libraries for %{name}-gui
5003975
Requires: %{name}-libs = %{version}-%{release}
Jakub Filak 7622c62
Jakub Filak 7622c62
%description gui-libs
Jakub Filak 7622c62
Libraries for %{name}-gui.
Jakub Filak 7622c62
Jakub Filak 7622c62
%package gui-devel
Jakub Filak 7622c62
Summary: Development libraries for %{name}-gui
Jakub Filak 7622c62
Requires: abrt-gui-libs = %{version}-%{release}
Jakub Filak 7622c62
Jakub Filak 7622c62
%description gui-devel
Jakub Filak 7622c62
Development libraries and headers for %{name}-gui.
Jakub Filak 7622c62
5485d0e
%package gui
5485d0e
Summary: %{name}'s gui
5485d0e
Requires: %{name} = %{version}-%{release}
Jiri 038b66d
Requires: %{name}-dbus = %{version}-%{release}
Jakub Filak 5b7aa68
Requires: gnome-abrt
Jakub Filak 6d542d8
Requires: gsettings-desktop-schemas >= 3.15
8d35b37
# we used to have abrt-applet, now abrt-gui includes it:
61af881
Provides: abrt-applet = %{version}-%{release}
61af881
Obsoletes: abrt-applet < 0.0.5
61af881
Conflicts: abrt-applet < 0.0.5
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 7d9993a
Requires: abrt-gui-libs = %{version}-%{release}
5485d0e
5485d0e
%description gui
5485d0e
GTK+ wizard for convenient bug reporting.
5485d0e
5485d0e
%package addon-ccpp
5485d0e
Summary: %{name}'s C/C++ addon
Jakub Filak 8320d07
Requires: cpio
540f6e7
Requires: gdb-headless
Jiri Moskovcak 75579d0
Requires: elfutils
Jakub Filak 7622c62
%if 0%{!?rhel:1}
Matěj Grabovský ac86115
%if %{with retrace}
Jakub Filak 1ad6267
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
Jakub Filak 1ad6267
Requires: %{name}-retrace-client
Jakub Filak 7622c62
%endif
Matěj Grabovský ac86115
%endif
5485d0e
Requires: %{name} = %{version}-%{release}
4f98a32
Requires: abrt-libs = %{version}-%{release}
81b08b8
%if %{with python3}
81b08b8
Requires: python3-libreport
Martin Kutlak 8f4c491
%endif
Matěj Grabovský ac86115
Obsoletes: abrt-addon-coredump-helper <= 2.12.2
5485d0e
5003975
5485d0e
%description addon-ccpp
Jakub Filak 6d542d8
This package contains %{name}'s C/C++ analyzer plugin.
5485d0e
Jakub Filak 7622c62
%package addon-upload-watch
Jakub Filak 7622c62
Summary: %{name}'s upload addon
Jakub Filak 7622c62
Requires: %{name} = %{version}-%{release}
Jakub Filak 7622c62
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 7622c62
Jakub Filak 7622c62
%description addon-upload-watch
Jakub Filak 7622c62
This package contains hook for uploaded problems.
Jakub Filak 7622c62
Matěj Grabovský ac86115
%if %{with retrace}
Jiri Moskovcak d59aab0
%package retrace-client
Jiri Moskovcak d59aab0
Summary: %{name}'s retrace client
Jiri Moskovcak d59aab0
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak 95a6bec
Requires: xz
Jakub Filak ba50b03
Requires: tar
dcab69a
Requires: p11-kit-trust
5003975
Requires: libsoup
Jiri Moskovcak d59aab0
Jiri Moskovcak d59aab0
%description retrace-client
Jiri Moskovcak d59aab0
This package contains the client application for Retrace server
Jiri Moskovcak d59aab0
which is able to analyze C/C++ crashes remotely.
Matěj Grabovský ac86115
%endif
Jiri Moskovcak d59aab0
a09963b
%package addon-kerneloops
a09963b
Summary: %{name}'s kerneloops addon
8d35b37
Requires: curl
b1bfb09
Requires: %{name} = %{version}-%{release}
Jakub Filak 0c2a0de
%if 0%{!?rhel:1}
Jakub Filak 7352dcc
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
Jakub Filak 0c2a0de
%endif
Jakub Filak 694a48b
Requires: abrt-libs = %{version}-%{release}
b1bfb09
Jiri cf2b3c3
%description addon-kerneloops
Jakub Filak 7352dcc
This package contains plugin for collecting kernel crash information from
Jakub Filak 7352dcc
system log.
Jiri cf2b3c3
Jiri cf2b3c3
%package addon-xorg
Jiri cf2b3c3
Summary: %{name}'s Xorg addon
Jiri cf2b3c3
Requires: curl
Jiri cf2b3c3
Requires: %{name} = %{version}-%{release}
Jakub Filak 694a48b
Requires: abrt-libs = %{version}-%{release}
Jiri cf2b3c3
Jiri cf2b3c3
%description addon-xorg
Jakub Filak 7352dcc
This package contains plugin for collecting Xorg crash information from Xorg
Jakub Filak 7352dcc
log.
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%package addon-vmcore
Jiri Moskovcak d59aab0
Summary: %{name}'s vmcore addon
Jiri Moskovcak d59aab0
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak d59aab0
Requires: abrt-addon-kerneloops
Jakub Filak 7622c62
Requires: kexec-tools
437b080
%if %{with python3}
437b080
Requires: python3-abrt
437b080
Requires: python3-augeas
26627db
Requires: python3-systemd
Martin Kutlak 8f4c491
%endif
4f98a32
Requires: util-linux
Jiri Moskovcak d59aab0
Jiri Moskovcak d59aab0
%description addon-vmcore
Jakub Filak 7352dcc
This package contains plugin for collecting kernel crash information from
Jakub Filak 7352dcc
vmcore files.
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%package addon-pstoreoops
Jakub Filak 7622c62
Summary: %{name}'s pstore oops addon
Jakub Filak 0e36f28
Requires: %{name} = %{version}-%{release}
Jakub Filak 7352dcc
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 0e36f28
Requires: abrt-addon-kerneloops
3de7b9d
Obsoletes: abrt-addon-uefioops <= 2.1.6
0042260
Provides: abrt-addon-uefioops = %{version}-%{release}
Jakub Filak 0e36f28
Jakub Filak 7622c62
%description addon-pstoreoops
Jakub Filak 7622c62
This package contains plugin for collecting kernel oopses from pstore storage.
Jakub Filak 0e36f28
4f98a32
%if %{with bodhi}
Jiri Moskovcak a775d06
%package plugin-bodhi
Jiri Moskovcak a775d06
Summary: %{name}'s bodhi plugin
Jiri Moskovcak a775d06
Requires: %{name} = %{version}-%{release}
3de7b9d
Obsoletes: libreport-plugin-bodhi <= 2.0.10
345ed6c
Provides: libreport-plugin-bodhi = %{version}-%{release}
Jiri Moskovcak a775d06
Jiri Moskovcak a775d06
%description plugin-bodhi
Jiri Moskovcak fe85043
Search for a new updates in bodhi server.
4f98a32
%endif
Jiri Moskovcak a775d06
4f98a32
%if %{with python3}
f36c5ca
%package -n python3-abrt-addon
Jakub Filak 637d5dc
Summary: %{name}'s addon for catching and analyzing Python 3 exceptions
Matěj Grabovský ac86115
BuildArch: noarch
Jakub Filak 637d5dc
Requires: %{name} = %{version}-%{release}
Jakub Filak 9705d07
Requires: python3-systemd
f36c5ca
Requires: python3-abrt
Jakub Filak 637d5dc
afd3ea3
%description -n python3-abrt-addon
Jakub Filak 637d5dc
This package contains python 3 hook and python analyzer plugin for handling
Jakub Filak 637d5dc
uncaught exception in python 3 programs.
Jakub Filak 637d5dc
e06dcb5
%package -n python3-abrt-container-addon
e06dcb5
Summary: %{name}'s container addon for catching Python 3 exceptions
88895e1
BuildArch: noarch
e06dcb5
Conflicts: python3-abrt-addon
4f98a32
Requires: container-exception-logger
e06dcb5
e06dcb5
%description -n python3-abrt-container-addon
e06dcb5
This package contains python 3 hook and handling uncaught exception in python 3
e06dcb5
programs in container.
Martin Kutlak 8f4c491
%endif
e06dcb5
ba27e11
%package plugin-machine-id
ba27e11
Summary: %{name}'s plugin to generate machine_id based off dmidecode
ba27e11
Requires: %{name} = %{version}-%{release}
ba27e11
ba27e11
%description plugin-machine-id
ba27e11
This package contains a configuration snippet to enable automatic generation
ba27e11
of machine_id for abrt events.
ba27e11
Jiri cf2b3c3
%package tui
a09963b
Summary: %{name}'s command line interface
88895e1
BuildArch: noarch
Jakub Filak 848dd45
Requires: %{name} = %{version}-%{release}
Jakub Filak 7352dcc
Requires: libreport-cli >= %{libreport_ver}
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
34dad7f
Requires: abrt-dbus
4f98a32
%if %{with python3}
fa6bf82
Requires: python3-abrt
52400fc
Requires: abrt-addon-ccpp
fa6bf82
Requires: python3-argcomplete
52400fc
Ernestas Kulik df2a70c
Provides: %{name}-cli-ng = %{version}-%{release}
Ernestas Kulik df2a70c
Obsoletes: %{name}-cli-ng < 2.12.2
Martin Kutlak 8f4c491
%endif
52400fc
Ernestas Kulik df2a70c
%description tui
Ernestas Kulik df2a70c
This package contains a simple command line client for processing abrt reports
Ernestas Kulik df2a70c
in command line environment.
Ernestas Kulik df2a70c
Jiri cf2b3c3
%package cli
Jakub Filak 7352dcc
Summary: Virtual package to make easy default installation on non-graphical environments
a09963b
Requires: %{name} = %{version}-%{release}
Jiri cf2b3c3
Requires: abrt-tui
Jiri Moskovcak 3a42d82
Requires: abrt-addon-kerneloops
Jakub Filak 7622c62
Requires: abrt-addon-pstoreoops
Jakub Filak 4113c93
Requires: abrt-addon-vmcore
Jakub Filak 4113c93
Requires: abrt-addon-ccpp
4f98a32
%if %{with python3}
afd3ea3
Requires: python3-abrt-addon
Martin Kutlak 8f4c491
%endif
Jakub Filak 4113c93
Requires: abrt-addon-xorg
5e37f50
%if ! 0%{?rhel}
Matěj Grabovský ac86115
%if %{with retrace}
Jakub Filak 4113c93
Requires: abrt-retrace-client
Matěj Grabovský ac86115
%endif
4f98a32
%if %{with bodhi}
Jakub Filak 4113c93
Requires: abrt-plugin-bodhi
4f98a32
%endif
4f98a32
%if 0%{!?suse_version:1}
Jakub Filak 7352dcc
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
4f98a32
%endif
Jakub Filak 7352dcc
Requires: libreport-plugin-logger >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-ureport >= %{libreport_ver}
4f98a32
%if 0%{?fedora}
Jakub Filak 694a48b
Requires: libreport-fedora >= %{libreport_ver}
Jakub Filak 0c2a0de
%endif
4f98a32
%endif
a09963b
a09963b
%description cli
Jakub Filak 7352dcc
Virtual package to install all necessary packages for usage from command line
Jakub Filak 7352dcc
environment.
a09963b
91d57ac
%package desktop
Jakub Filak 7352dcc
Summary: Virtual package to make easy default installation on desktop environments
8d35b37
# This package gets installed when anything requests bug-buddy -
8d35b37
# happens when users upgrade Fn to Fn+1;
8d35b37
# or if user just wants "typical desktop installation".
8d35b37
# Installing abrt-desktop should result in the abrt which works without
8d35b37
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
91d57ac
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak 3a42d82
Requires: abrt-addon-kerneloops
Jakub Filak 7622c62
Requires: abrt-addon-pstoreoops
Jiri Moskovcak d59aab0
Requires: abrt-addon-vmcore
Jiri Moskovcak d59aab0
Requires: abrt-addon-ccpp
c9a0a10
%if %{with python3}
c9a0a10
Requires: python3-abrt-addon
Martin Kutlak 8f4c491
%endif
Jiri Moskovcak a775d06
Requires: abrt-addon-xorg
e8a6275
Requires: gdb-headless
Jiri Moskovcak 3a42d82
Requires: abrt-gui
Jakub Filak 5b7aa68
Requires: gnome-abrt
5e37f50
%if ! 0%{?rhel}
Matěj Grabovský ac86115
%if %{with retrace}
Jakub Filak 0c2a0de
Requires: abrt-retrace-client
Matěj Grabovský ac86115
%endif
4f98a32
%if %{with bodhi}
Jiri Moskovcak a775d06
Requires: abrt-plugin-bodhi
4f98a32
%endif
4f98a32
%if 0%{!?suse_version:1}
Jakub Filak 7352dcc
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
4f98a32
%endif
Jakub Filak 7352dcc
Requires: libreport-plugin-logger >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-ureport >= %{libreport_ver}
4f98a32
%if 0%{?fedora}
Jakub Filak 7352dcc
Requires: libreport-fedora >= %{libreport_ver}
Jakub Filak 1b4bc78
%endif
4f98a32
%endif
Jiri cf2b3c3
#Requires: abrt-plugin-firefox
4f98a32
Provides: bug-buddy = %{version}-%{release}
91d57ac
91d57ac
%description desktop
Jakub Filak 7352dcc
Virtual package to install all necessary packages for usage from desktop
Jakub Filak 7352dcc
environment.
91d57ac
Jakub Filak a8bf279
%if %{with atomic}
Jakub Filak f986ffa
%package atomic
4f98a32
Summary: Package to make easy default installation on Atomic hosts.
5003975
Requires: %{name}-libs = %{version}-%{release}
Jakub Filak f986ffa
Conflicts: %{name}-addon-ccpp
Jakub Filak f986ffa
Jakub Filak f986ffa
%description atomic
Jakub Filak f986ffa
Package to install all necessary packages for usage from Atomic
Jakub Filak f986ffa
hosts.
4f98a32
%endif
Jakub Filak f986ffa
Jiri cf2b3c3
%package dbus
Jiri cf2b3c3
Summary: ABRT DBus service
Jiri cf2b3c3
Requires: %{name} = %{version}-%{release}
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Martin Kutlak 6b11b1f
Requires: dbus-tools
Jiri cf2b3c3
Jiri cf2b3c3
%description dbus
Jiri cf2b3c3
ABRT DBus service which provides org.freedesktop.problems API on dbus and
Jiri cf2b3c3
uses PolicyKit to authorize to access the problem data.
Jiri cf2b3c3
4f98a32
%if %{with python3}
f36c5ca
%package -n python3-abrt
Jakub Filak 637d5dc
Summary: ABRT Python 3 API
Jakub Filak 637d5dc
Requires: %{name} = %{version}-%{release}
Jakub Filak 637d5dc
Requires: %{name}-libs = %{version}-%{release}
Jakub Filak a8bf279
Requires: %{name}-dbus = %{version}-%{release}
Jakub Filak 637d5dc
Requires: python3-dbus
4f98a32
Requires: python3-libreport
85802ca
Requires: python3-gobject-base
Jakub Filak 637d5dc
f36c5ca
%description -n python3-abrt
Jakub Filak 637d5dc
High-level API for querying, creating and manipulating
Jakub Filak 637d5dc
problems handled by ABRT in Python 3.
Jakub Filak 637d5dc
afd3ea3
%package -n python3-abrt-doc
Jakub Filak 637d5dc
Summary: ABRT Python API Documentation
Jakub Filak 637d5dc
BuildArch: noarch
Jakub Filak 637d5dc
Requires: %{name} = %{version}-%{release}
49b1bc1
Requires: python3-%{name} = %{version}-%{release}
Jakub Filak 637d5dc
afd3ea3
%description -n python3-abrt-doc
Jakub Filak 637d5dc
Examples and documentation for ABRT Python 3 API.
Martin Kutlak 8f4c491
%endif
Jakub Filak 637d5dc
Jakub Filak 8320d07
%package console-notification
Jakub Filak 8320d07
Summary: ABRT console notification script
Jakub Filak 8320d07
Requires: %{name} = %{version}-%{release}
Jakub Filak 8320d07
Requires: %{name}-cli = %{version}-%{release}
Jakub Filak 8320d07
Jakub Filak 8320d07
%description console-notification
Jakub Filak 8320d07
A small script which prints a count of detected problems when someone logs in
Jakub Filak 8320d07
to the shell
Jakub Filak 8320d07
5485d0e
%prep
509bd67
%global __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
509bd67
%autosetup -S git -p 0
509bd67
5485d0e
5485d0e
%build
094983a
./autogen.sh
4f98a32
Matěj Grabovský ac86115
%define default_dump_dir %{_localstatedir}/spool/abrt
Ernestas Kulik c7b20eb
Matěj Grabovský ac86115
CFLAGS="%{optflags} -Werror" %configure \
4f98a32
%if %{without python3}
4f98a32
        --without-python3 \
Martin Kutlak 8f4c491
%endif
4f98a32
%if %{without bodhi}
4f98a32
        --without-bodhi \
Jakub Filak 540b10b
%endif
Jakub Filak a8bf279
%if %{without atomic}
4f98a32
        --without-atomic \
4f98a32
%endif
Matěj Grabovský ac86115
%if %{without retrace}
Matěj Grabovský ac86115
        --without-retrace \
Matěj Grabovský ac86115
%endif
5003975
%ifnarch %{arm}
4f98a32
        --enable-native-unwinder \
Jakub Filak a8bf279
%endif
Matěj Grabovský ac86115
        --with-defaultdumplocation=%{default_dump_dir} \
4f98a32
        --enable-doxygen-docs \
4f98a32
        --enable-dump-time-unwind \
4f98a32
        --disable-silent-rules
Jakub Filak 540b10b
Matěj Grabovský ac86115
%make_build
5485d0e
5485d0e
%install
Matěj Grabovský ac86115
%make_install \
5003975
%if %{with python3}
042464a
             PYTHON=%{__python3} \
Martin Kutlak 8f4c491
%endif
Jakub Filak 7d9993a
             dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
Jakub Filak 848dd45
5f9fc0b
%find_lang %{name}
5485d0e
Jakub Filak 637d5dc
# Remove byte-compiled python files generated by automake.
Jakub Filak 637d5dc
# automake uses system's python for all *.py files, even
Jakub Filak 637d5dc
# for those which needs to be byte-compiled with different
Jakub Filak 637d5dc
# version (python2/python3).
Jakub Filak 637d5dc
# rpm can do this work and use the appropriate python version.
Matěj Grabovský ac86115
find %{buildroot} -name "*.py[co]" -delete
Jakub Filak 637d5dc
a09963b
# remove all .la and .a files
Matěj Grabovský ac86115
find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
Matěj Grabovský ac86115
mkdir -p %{buildroot}%{_localstatedir}/cache/abrt-di
Matěj Grabovský ac86115
mkdir -p %{buildroot}%{_localstatedir}/lib/abrt
Matěj Grabovský ac86115
mkdir -p %{buildroot}%{_localstatedir}/run/abrt
Matěj Grabovský ac86115
mkdir -p %{buildroot}%{_localstatedir}/spool/abrt-upload
Matěj Grabovský ac86115
mkdir -p %{buildroot}%{default_dump_dir}
5485d0e
5485d0e
desktop-file-install \
Matěj Grabovský ac86115
        --dir %{buildroot}%{_datadir}/applications \
5003975
        src/applet/org.freedesktop.problems.applet.desktop
Jiri Moskovcak 3a42d82
Matěj Grabovský ac86115
ln -sf %{_datadir}/applications/org.freedesktop.problems.applet.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/
Ernestas Kulik df2a70c
%if %{with python3}
Ernestas Kulik df2a70c
ln -sf %{_bindir}/abrt %{buildroot}%{_bindir}/abrt-cli
Ernestas Kulik df2a70c
ln -sf %{_mandir}/man1/abrt.1 %{buildroot}%{_mandir}/man1/abrt-cli.1
Ernestas Kulik df2a70c
%endif
Jakub Filak 7352dcc
Jiri Moskovcak 3a42d82
# After everything is installed, remove info dir
Jiri Moskovcak 3a42d82
rm -f %{buildroot}%{_infodir}/dir
91d57ac
Jiri Moskovcak d59aab0
%check
4f98a32
make check|| {
4f98a32
    # find and print the logs of failed test
4f98a32
    # do not cat tests/testsuite.log because it contains a lot of bloat
003b018
    find src -name "test-suite.log" -print -exec cat '{}' \;
4f98a32
    find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
3de7b9d
    cat src/cli/test-suite.log
4f98a32
    exit 1
4f98a32
}
Jiri Moskovcak d59aab0
083af50
%pre
Jiri Moskovcak 7753939
#uidgid pair 173:173 reserved in setup rhbz#670231
4f98a32
%define abrt_gid_uid 173
Jiri Moskovcak 7753939
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
Jiri Moskovcak 7753939
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
8d35b37
exit 0
083af50
5485d0e
%post
Jiri cf2b3c3
# $1 == 1 if install; 2 if upgrade
Jakub Filak 7622c62
%systemd_post abrtd.service
Jiri Moskovcak b87d8aa
Jiri Moskovcak 3a42d82
%post addon-ccpp
5e37f50
# migration from 2.14.1.18
5e37f50
if [ ! -e "%{_localstatedir}/cache/abrt-di/.migration-group-add" ]; then
5e37f50
  chmod -R g+w %{_localstatedir}/cache/abrt-di
5e37f50
  touch "%{_localstatedir}/cache/abrt-di/.migration-group-add"
5e37f50
fi
5e37f50
Jakub Filak 6d542d8
%systemd_post abrt-journal-core.service
540f6e7
%journal_catalog_update
Jiri Moskovcak 0082787
Jiri Moskovcak 0082787
%post addon-kerneloops
Jakub Filak 7622c62
%systemd_post abrt-oops.service
540f6e7
%journal_catalog_update
Jiri cf2b3c3
Jiri cf2b3c3
%post addon-xorg
Jakub Filak 7622c62
%systemd_post abrt-xorg.service
540f6e7
%journal_catalog_update
540f6e7
4f98a32
%if %{with python3}
f36c5ca
%post -n python3-abrt-addon
540f6e7
%journal_catalog_update
Martin Kutlak 8f4c491
%endif
Jiri Moskovcak 3a42d82
Jiri Moskovcak d59aab0
%post addon-vmcore
Jakub Filak 7622c62
%systemd_post abrt-vmcore.service
540f6e7
%journal_catalog_update
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%post addon-pstoreoops
Jakub Filak 7622c62
%systemd_post abrt-pstoreoops.service
Jakub Filak 7622c62
Jakub Filak 7622c62
%post addon-upload-watch
Jakub Filak 7622c62
%systemd_post abrt-upload-watch.service
Jakub Filak 0e36f28
Jiri Moskovcak b87d8aa
%preun
Jakub Filak 7622c62
%systemd_preun abrtd.service
Jiri Moskovcak b87d8aa
Jakub Filak 6d542d8
%preun addon-ccpp
Jakub Filak 6d542d8
%systemd_preun abrt-journal-core.service
Jakub Filak 6d542d8
Jiri Moskovcak 0082787
%preun addon-kerneloops
Jakub Filak 7622c62
%systemd_preun abrt-oops.service
Jiri Moskovcak 3a42d82
Jiri cf2b3c3
%preun addon-xorg
Jakub Filak 7622c62
%systemd_preun abrt-xorg.service
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%preun addon-vmcore
Jakub Filak 7622c62
%systemd_preun abrt-vmcore.service
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%preun addon-pstoreoops
Jakub Filak 7622c62
%systemd_preun abrt-pstoreoops.service
Jakub Filak 7622c62
Jakub Filak 7622c62
%preun addon-upload-watch
Jakub Filak 7622c62
%systemd_preun abrt-upload-watch.service
Jakub Filak 0e36f28
Jiri Moskovcak b87d8aa
%postun
Jakub Filak 7622c62
%systemd_postun_with_restart abrtd.service
Jakub Filak 7622c62
Jakub Filak 6d542d8
%postun addon-ccpp
Jakub Filak 6d542d8
%systemd_postun_with_restart abrt-journal-core.service
Jakub Filak 6d542d8
Jiri Moskovcak c86d72c
%postun addon-kerneloops
Jakub Filak 7622c62
%systemd_postun_with_restart abrt-oops.service
Jiri Moskovcak c86d72c
Jiri cf2b3c3
%postun addon-xorg
Jakub Filak 7622c62
%systemd_postun_with_restart abrt-xorg.service
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%postun addon-vmcore
Jakub Filak 7622c62
%systemd_postun_with_restart abrt-vmcore.service
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%postun addon-pstoreoops
Jakub Filak 7622c62
%systemd_postun_with_restart abrt-pstoreoops.service
Jakub Filak 0e36f28
Jakub Filak 7622c62
%postun addon-upload-watch
Jakub Filak 7622c62
%systemd_postun_with_restart abrt-upload-watch.service
5485d0e
f3025fa
%post gui
Jiri Moskovcak c86d72c
# update icon cache
Christopher Aillon 1a8f58d
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f3025fa
Jakub Filak a8bf279
%if %{with atomic}
Jakub Filak f986ffa
%post atomic
Jakub Filak f986ffa
if [ -f /etc/abrt/plugins/CCpp.conf ]; then
Jakub Filak f986ffa
    mv /etc/abrt/plugins/CCpp.conf /etc/abrt/plugins/CCpp.conf.rpmsave.atomic || exit 1;
Jakub Filak f986ffa
fi
Jakub Filak f986ffa
Jakub Filak f986ffa
%preun atomic
Jakub Filak f986ffa
if [ -L /etc/abrt/plugins/CCpp.conf ]; then
Jakub Filak f986ffa
    rm /etc/abrt/plugins/CCpp.conf
Jakub Filak f986ffa
fi
Jakub Filak f986ffa
if [ -f /etc/abrt/plugins/CCpp.conf.rpmsave.atomic ]; then
Jakub Filak f986ffa
    mv /etc/abrt/plugins/CCpp.conf.rpmsave.atomic /etc/abrt/plugins/CCpp.conf || exit 1
Jakub Filak f986ffa
fi
Martin Kutlak 8f4c491
%endif
Jakub Filak f986ffa
eadff20
%if 0%{?rhel} && 0%{?rhel} <= 7
5485d0e
%post libs -p /sbin/ldconfig
5485d0e
5485d0e
%postun libs -p /sbin/ldconfig
5485d0e
Jakub Filak 7622c62
%post gui-libs -p /sbin/ldconfig
Jakub Filak 7622c62
Jakub Filak 7622c62
%postun gui-libs -p /sbin/ldconfig
4f98a32
4f98a32
%postun gui
4f98a32
if [ $1 -eq 0 ] ; then
4f98a32
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
4f98a32
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
4f98a32
fi
e06dcb5
%endif
Jakub Filak 7622c62
083af50
%posttrans
4f98a32
# update the old problem dirs to contain "type" element
Karel Klic 2ab5b19
service abrtd condrestart >/dev/null 2>&1 || :
Jiri Moskovcak b87d8aa
Jakub Filak f986ffa
%posttrans addon-ccpp
Matěj Grabovský ac86115
# Regenerate core_backtraces because of missing crash threads
Matěj Grabovský ac86115
abrtdir=$(grep "^\s*DumpLocation\b" /etc/abrt/abrt.conf | tail -1 | cut -d'=' -f2 | tr -d ' ')
Matěj Grabovský ac86115
if test -z "$abrtdir"; then
Matěj Grabovský ac86115
    abrtdir=%{default_dump_dir}
3c50298
fi
4f98a32
if test -d "$abrtdir"; then
4f98a32
    for DD in `find "$abrtdir" -mindepth 1 -maxdepth 1 -type d`
4f98a32
    do
4f98a32
        if test -f "$DD/analyzer" && grep -q "^CCpp$" "$DD/analyzer"; then
4f98a32
            /usr/bin/abrt-action-generate-core-backtrace -d "$DD" -- >/dev/null 2>&1 || :
4f98a32
            test -f "$DD/core_backtrace" && chown `stat --format=%U:abrt $DD` "$DD/core_backtrace" || :
4f98a32
        fi
4f98a32
    done
4f98a32
fi
Jiri Moskovcak 0082787
Jiri Moskovcak 0082787
%posttrans addon-kerneloops
Karel Klic 2ab5b19
service abrt-oops condrestart >/dev/null 2>&1 || :
083af50
Jiri cf2b3c3
%posttrans addon-xorg
Jiri cf2b3c3
service abrt-xorg condrestart >/dev/null 2>&1 || :
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%posttrans addon-vmcore
Jiri Moskovcak d59aab0
service abrt-vmcore condrestart >/dev/null 2>&1 || :
Jakub Filak 826fd37
# Copy the configuration file to plugin's directory
Jakub Filak 826fd37
test -f /etc/abrt/abrt-harvest-vmcore.conf && {
4f98a32
    echo "Moving /etc/abrt/abrt-harvest-vmcore.conf to /etc/abrt/plugins/vmcore.conf"
Jakub Filak 826fd37
    mv -b /etc/abrt/abrt-harvest-vmcore.conf /etc/abrt/plugins/vmcore.conf
Jakub Filak 826fd37
}
Jakub Filak 826fd37
exit 0
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%posttrans addon-pstoreoops
Jakub Filak 7622c62
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
Jakub Filak 7622c62
Jakub Filak a8bf279
%posttrans dbus
Jakub Filak a8bf279
# Force abrt-dbus to restart like we do with the other services
Jakub Filak a8bf279
killall abrt-dbus >/dev/null 2>&1 || :
Jakub Filak a8bf279
5f9fc0b
%files -f %{name}.lang
cd3efea
%doc README.md COPYING
Jiri cf2b3c3
%{_unitdir}/abrtd.service
Jakub Filak 7622c62
%{_tmpfilesdir}/abrt.conf
Jiri Moskovcak 3a42d82
%{_sbindir}/abrtd
Jiri Moskovcak 3a42d82
%{_sbindir}/abrt-server
Jakub Filak 995b9a8
%{_sbindir}/abrt-auto-reporting
Jiri Moskovcak d59aab0
%{_libexecdir}/abrt-handle-event
Jiri Moskovcak 75579d0
%{_libexecdir}/abrt-action-ureport
Martin Kutlak 253f3b5
%{_libexecdir}/abrt-action-save-container-data
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-handle-upload
Jakub Filak 826fd37
%{_bindir}/abrt-action-notify
345ed6c
%{_mandir}/man1/abrt-action-notify.1*
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-save-package-data
Jiri cf2b3c3
%{_bindir}/abrt-watch-log
Jakub Filak 637d5dc
%{_bindir}/abrt-action-analyze-python
Jiri Moskovcak 75579d0
%{_bindir}/abrt-action-analyze-xorg
Jakub Filak 6d542d8
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.problems.daemon.conf
Matěj Grabovský ac86115
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
Jiri Moskovcak a420795
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
Jakub Filak 7622c62
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
Jiri Moskovcak c86d72c
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
345ed6c
%{_mandir}/man5/abrt_event.conf.5*
Jiri Moskovcak c86d72c
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
345ed6c
%{_mandir}/man5/smart_event.conf.5*
Matěj Grabovský ac86115
%dir %attr(0751, root, abrt) %{default_dump_dir}
Jiri Moskovcak b87d8aa
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
Jiri Moskovcak 95a6bec
# abrtd runs as root
bf7b8af
%ghost %dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
Jiri Moskovcak d8e5ec2
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
Jakub Filak 3d458d1
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
Jiri Moskovcak c86d72c
345ed6c
%{_mandir}/man1/abrt-handle-upload.1*
345ed6c
%{_mandir}/man1/abrt-server.1*
345ed6c
%{_mandir}/man1/abrt-action-save-package-data.1*
345ed6c
%{_mandir}/man1/abrt-watch-log.1*
Jakub Filak 637d5dc
%{_mandir}/man1/abrt-action-analyze-python.1*
345ed6c
%{_mandir}/man1/abrt-action-analyze-xorg.1*
345ed6c
%{_mandir}/man1/abrt-auto-reporting.1*
Matěj Grabovský ac86115
%{_mandir}/man5/abrt.conf.5*
345ed6c
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
Matěj Grabovský ac86115
%{_mandir}/man5/gpg_keys.conf.5*
Matěj Grabovský ac86115
%{_mandir}/man8/abrtd.8*
Jakub Filak 694a48b
5485d0e
%files libs
Jakub Filak 7622c62
%{_libdir}/libabrt.so.*
Jakub Filak f986ffa
%dir %{_sysconfdir}/%{name}
Jakub Filak f986ffa
%dir %{_sysconfdir}/%{name}/plugins
Matěj Grabovský ac86115
%dir %{_datadir}/%{name}
Jakub Filak f986ffa
Jakub Filak f986ffa
# filesystem package should own /usr/share/augeas/lenses directory
Jakub Filak f986ffa
%{_datadir}/augeas/lenses/abrt.aug
5485d0e
5485d0e
%files devel
Jakub Filak 826fd37
# The complex pattern below (instead of simlpy *) excludes Makefile{.am,.in}:
Jakub Filak 826fd37
%doc apidoc/html/*.{html,png,css,js}
Jakub Filak 7622c62
%{_includedir}/abrt/abrt-dbus.h
Jakub Filak 7622c62
%{_includedir}/abrt/hooklib.h
Jakub Filak 7622c62
%{_includedir}/abrt/libabrt.h
Jakub Filak 7622c62
%{_includedir}/abrt/problem_api.h
Jakub Filak 7622c62
%{_libdir}/libabrt.so
Jakub Filak 7622c62
%{_libdir}/pkgconfig/abrt.pc
Jakub Filak 7622c62
Jakub Filak 7622c62
%files gui-libs
Jakub Filak 7622c62
%{_libdir}/libabrt_gui.so.*
Jakub Filak 7622c62
Jakub Filak 7622c62
%files gui-devel
Jakub Filak 7622c62
%{_includedir}/abrt/abrt-config-widget.h
Jakub Filak 7622c62
%{_includedir}/abrt/system-config-abrt.h
Jakub Filak 7622c62
%{_libdir}/libabrt_gui.so
Jakub Filak 7622c62
%{_libdir}/pkgconfig/abrt_gui.pc
5485d0e
5485d0e
%files gui
f3025fa
%dir %{_datadir}/%{name}
f3025fa
# all glade, gtkbuilder and py files for gui
f3025fa
%{_datadir}/icons/hicolor/*/apps/*
Jakub Filak 7352dcc
%{_datadir}/%{name}/ui/*
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-applet
Jakub Filak 7352dcc
%{_bindir}/system-config-abrt
Jakub Filak 8320d07
#%%{_bindir}/test-report
5003975
%{_datadir}/applications/org.freedesktop.problems.applet.desktop
5003975
%config(noreplace) %{_sysconfdir}/xdg/autostart/org.freedesktop.problems.applet.desktop
5003975
%{_datadir}/dbus-1/services/org.freedesktop.problems.applet.service
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-applet.1*
Jakub Filak 7352dcc
%{_mandir}/man1/system-config-abrt.1*
5485d0e
Jakub Filak f986ffa
%files addon-ccpp
Jakub Filak f986ffa
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
345ed6c
%{_mandir}/man5/abrt-CCpp.conf.5*
Jakub Filak f986ffa
%{_libexecdir}/abrt-gdb-exploitable
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
Jakub Filak f986ffa
%{_unitdir}/abrt-journal-core.service
Ernestas Kulik 400b28e
%{_journalcatalogdir}/abrt_ccpp.catalog
Jakub Filak 6d542d8
a170e2f
%dir %{_localstatedir}/lib/abrt
a170e2f
3de7b9d
# attr(2755) ~= SETGID
5e37f50
%attr(2755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
Jakub Filak 694a48b
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-c
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-trim-files
Jiri Moskovcak a420795
%{_bindir}/abrt-action-analyze-core
Jakub Filak 7352dcc
%{_bindir}/abrt-action-analyze-vulnerability
Jiri Moskovcak c86d72c
%{_bindir}/abrt-action-install-debuginfo
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-generate-backtrace
Jiri cf2b3c3
%{_bindir}/abrt-action-generate-core-backtrace
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-backtrace
Jiri Moskovcak a420795
%{_bindir}/abrt-action-list-dsos
Jiri Moskovcak fe85043
%{_bindir}/abrt-action-perform-ccpp-analysis
Jakub Filak 1ad6267
%{_bindir}/abrt-action-analyze-ccpp-local
Jakub Filak 6d542d8
%{_bindir}/abrt-dump-journal-core
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
345ed6c
%{_mandir}/man5/ccpp_event.conf.5*
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
345ed6c
%{_mandir}/man5/gconf_event.conf.5*
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
345ed6c
%{_mandir}/man5/vimrc_event.conf.5*
Jakub Filak 694a48b
%{_datadir}/libreport/events/analyze_CCpp.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_LocalGDB.xml
Matěj Grabovský ac86115
%{_datadir}/libreport/events/analyze_RetraceServer.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_xsession_errors.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_GConf.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_vimrc_user.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_vimrc_system.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/post_report.xml
Jiri Moskovcak 95a6bec
%{_mandir}/man*/abrt-action-analyze-c.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-trim-files.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-generate-backtrace.*
Jiri cf2b3c3
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-analyze-backtrace.*
Jiri Moskovcak c86d72c
%{_mandir}/man*/abrt-action-list-dsos.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-install-debuginfo.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-core.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
4f98a32
%{_mandir}/man1/abrt-dump-journal-core.1*
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%files addon-upload-watch
Jakub Filak 7622c62
%{_sbindir}/abrt-upload-watch
Jakub Filak 7622c62
%{_unitdir}/abrt-upload-watch.service
Jakub Filak 7622c62
%{_mandir}/man*/abrt-upload-watch.*
Jakub Filak 7622c62
Jakub Filak 694a48b
Matěj Grabovský ac86115
%if %{with retrace}
Jiri Moskovcak d59aab0
%files retrace-client
Jiri Moskovcak d59aab0
%{_bindir}/abrt-retrace-client
345ed6c
%{_mandir}/man1/abrt-retrace-client.1*
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
345ed6c
%{_mandir}/man5/ccpp_retrace_event.conf.5*
Matěj Grabovský ac86115
%endif
5485d0e
a09963b
%files addon-kerneloops
Jiri Moskovcak a420795
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
540f6e7
%{_journalcatalogdir}/abrt_koops.catalog
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_koops_format.conf
345ed6c
%{_mandir}/man5/koops_event.conf.5*
Jakub Filak ffb34b1
%config(noreplace) %{_sysconfdir}/%{name}/plugins/oops.conf
Jiri cf2b3c3
%{_unitdir}/abrt-oops.service
Jakub Filak f4e2499
Jakub Filak f4e2499
%dir %{_localstatedir}/lib/abrt
Jakub Filak f4e2499
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-dump-oops
Jakub Filak f4e2499
%{_bindir}/abrt-dump-journal-oops
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-oops
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-dump-oops.1*
Jakub Filak f4e2499
%{_mandir}/man1/abrt-dump-journal-oops.1*
Jiri Moskovcak a420795
%{_mandir}/man1/abrt-action-analyze-oops.1*
Jakub Filak 6313c5e
%{_mandir}/man5/abrt-oops.conf.5*
a09963b
Jiri cf2b3c3
%files addon-xorg
Jiri cf2b3c3
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
540f6e7
%{_journalcatalogdir}/abrt_xorg.catalog
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_xorg_format.conf
Matěj Grabovský ac86115
%config(noreplace) %{_sysconfdir}/%{name}/plugins/xorg.conf
Jiri cf2b3c3
%{_unitdir}/abrt-xorg.service
Jiri cf2b3c3
%{_bindir}/abrt-dump-xorg
Jakub Filak 61650c5
%{_bindir}/abrt-dump-journal-xorg
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-dump-xorg.1*
Jakub Filak 61650c5
%{_mandir}/man1/abrt-dump-journal-xorg.1*
Matěj Grabovský ac86115
%{_mandir}/man5/abrt-xorg.conf.5*
Matěj Grabovský ac86115
%{_mandir}/man5/xorg_event.conf.5*
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%files addon-vmcore
Jiri Moskovcak d59aab0
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
345ed6c
%{_mandir}/man5/vmcore_event.conf.5*
Jakub Filak 826fd37
%config(noreplace) %{_sysconfdir}/%{name}/plugins/vmcore.conf
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_VMcore.xml
Jiri cf2b3c3
%{_unitdir}/abrt-vmcore.service
Jiri Moskovcak d59aab0
%{_sbindir}/abrt-harvest-vmcore
Jiri Moskovcak d59aab0
%{_bindir}/abrt-action-analyze-vmcore
Jakub Filak 9705d07
%{_bindir}/abrt-action-check-oops-for-alt-component
4f98a32
%{_bindir}/abrt-action-check-oops-for-hw-error
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-harvest-vmcore.1*
Jakub Filak 826fd37
%{_mandir}/man5/abrt-vmcore.conf.5*
Jiri cf2b3c3
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
Jakub Filak 694a48b
%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
540f6e7
%{_journalcatalogdir}/abrt_vmcore.catalog
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_vmcore_format.conf
Jiri Moskovcak d59aab0
Jakub Filak 7622c62
%files addon-pstoreoops
Jakub Filak 7622c62
%{_unitdir}/abrt-pstoreoops.service
Jakub Filak 7622c62
%{_sbindir}/abrt-harvest-pstoreoops
Jakub Filak 7622c62
%{_bindir}/abrt-merge-pstoreoops
Jakub Filak 7622c62
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
Jakub Filak 7622c62
%{_mandir}/man1/abrt-merge-pstoreoops.1*
Jakub Filak 0e36f28
4f98a32
%if %{with python3}
f36c5ca
%files -n python3-abrt-addon
Jakub Filak 637d5dc
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python3.conf
Martin Kutlak 6b11b1f
%{_mandir}/man5/python3-abrt.conf.5*
Jakub Filak 637d5dc
%config(noreplace) %{_sysconfdir}/libreport/events.d/python3_event.conf
Martin Kutlak 6b11b1f
%{_journalcatalogdir}/python3_abrt.catalog
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_python3_format.conf
345ed6c
%{_mandir}/man5/python3_event.conf.5*
Matěj Grabovský cbad6ee
%{python3_sitelib}/abrt3.pth
Matěj Grabovský cbad6ee
%{python3_sitelib}/abrt_exception_handler3.py
Matěj Grabovský cbad6ee
%{python3_sitelib}/__pycache__/abrt_exception_handler3.*
e06dcb5
e06dcb5
%files -n python3-abrt-container-addon
Matěj Grabovský cbad6ee
%{python3_sitelib}/abrt3_container.pth
Matěj Grabovský cbad6ee
%{python3_sitelib}/abrt_exception_handler3_container.py
Matěj Grabovský cbad6ee
%{python3_sitelib}/__pycache__/abrt_exception_handler3_container.*
Martin Kutlak 8f4c491
%endif
Jakub Filak 637d5dc
ba27e11
%files plugin-machine-id
ba27e11
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
ba27e11
%{_libexecdir}/abrt-action-generate-machine-id
ba27e11
a09963b
%files cli
Jiri cf2b3c3
Jiri cf2b3c3
%files tui
4f98a32
%if %{with python3}
4f98a32
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
52400fc
%{_bindir}/abrt
Ernestas Kulik df2a70c
%{_bindir}/abrt-cli
Matěj Grabovský cbad6ee
%{python3_sitelib}/abrtcli/
345ed6c
%{_mandir}/man1/abrt.1*
Ernestas Kulik df2a70c
%{_mandir}/man1/abrt-cli.1*
Martin Kutlak 8f4c491
%endif
52400fc
91d57ac
%files desktop
91d57ac
Jakub Filak a8bf279
%if %{with atomic}
Jakub Filak f986ffa
%files atomic
Jakub Filak f986ffa
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
Jakub Filak f986ffa
%{_bindir}/abrt-action-save-package-data
345ed6c
%{_mandir}/man1/abrt-action-save-package-data.1*
345ed6c
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
Jakub Filak a8bf279
%endif
Jakub Filak f986ffa
4f98a32
%if %{with bodhi}
Jiri Moskovcak a775d06
%files plugin-bodhi
Jiri Moskovcak a775d06
%{_bindir}/abrt-bodhi
52400fc
%{_bindir}/abrt-action-find-bodhi-update
540f6e7
%config(noreplace) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
540f6e7
%{_datadir}/libreport/events/analyze_BodhiUpdates.xml
345ed6c
%{_mandir}/man1/abrt-bodhi.1*
345ed6c
%{_mandir}/man1/abrt-action-find-bodhi-update.1*
4f98a32
%endif
Jiri Moskovcak a775d06
Jiri cf2b3c3
%files dbus
Jiri cf2b3c3
%{_sbindir}/abrt-dbus
345ed6c
%{_mandir}/man8/abrt-dbus.8*
Jiri cf2b3c3
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
Jakub Filak 21561ba
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
Jakub Filak 21561ba
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
Jakub Filak 21561ba
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
Jakub Filak 21561ba
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
Jiri cf2b3c3
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
Jiri cf2b3c3
%{_datadir}/polkit-1/actions/abrt_polkit.policy
Jakub Filak 7d9993a
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/
Jakub Filak 7d9993a
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
Jakub Filak 7d9993a
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.html
Jakub Filak 7d9993a
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.css
Jakub Filak 21561ba
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
Jiri cf2b3c3
4f98a32
%if %{with python3}
f36c5ca
%files -n python3-abrt
Jakub Filak 637d5dc
%{python3_sitearch}/problem/
Martin Kutlak 6b11b1f
%{_mandir}/man5/python3-abrt.5*
Jakub Filak 637d5dc
f36c5ca
%files -n python3-abrt-doc
Jakub Filak 637d5dc
%{python3_sitelib}/problem_examples
Martin Kutlak 8f4c491
%endif
Jakub Filak 637d5dc
Jakub Filak 8320d07
%files console-notification
Jakub Filak 8320d07
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
Jakub Filak 8320d07
5485d0e
%changelog
Michal Srb 3f24d62
* Thu Mar 10 2022 Michal Srb <michal@redhat.com> - 2.15.1-1
Michal Srb 3f24d62
- Update to 2.15.1
Michal Srb 3f24d62
f9fd407
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-3
f9fd407
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
f9fd407
Matěj Grabovský fcc2f68
* Wed Jan 19 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-2
Matěj Grabovský fcc2f68
- Rebuild for testing
Matěj Grabovský fcc2f68
Matěj Grabovský 0302f37
* Mon Jan 17 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-1
Matěj Grabovský 0302f37
- Bump abrt library version to 1:0:1
Matěj Grabovský 0302f37
- cli: Fix path and glob matching for abrt info etc.
Matěj Grabovský 0302f37
- abrt-dump-oops: Fix vmcore call trace parsing
Matěj Grabovský 0302f37
- Use lazy imports in abrt_exception_handler3
Matěj Grabovský 0302f37
- Don't copy coredump to problem dir
Matěj Grabovský 0302f37
- Detect Python 3.10 and Perl correctly in abrt-action-save-package-data
Matěj Grabovský 0302f37
- Fix calls to deprecated methods in tests
Matěj Grabovský 0302f37
- Update translations
Matěj Grabovský 0302f37
88895e1
* Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 2.14.6-11
88895e1
- Make abrt-tui and python3-abrt-container-addon noarch as they contain no architecture-specific content
88895e1
- Ensure Python bytecode in noarch subpackages is reproducible
88895e1
Matěj Grabovský 1c9f6e5
* Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-10
Matěj Grabovský 1c9f6e5
- Bump release for rebuild
Matěj Grabovský 1c9f6e5
Matěj Grabovský 1b8bae3
* Wed Dec 22 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-9
Matěj Grabovský 1b8bae3
- Rebuild for satyr 0.39
Matěj Grabovský 1b8bae3
Matěj Grabovský 7c6ec28
* Mon Sep 27 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-8
Matěj Grabovský 7c6ec28
- Use lazy import in the Python exception handler to avoid slowdown in Python
Matěj Grabovský 7c6ec28
  startup (rhbz#2007664)
Matěj Grabovský 7c6ec28
d99ab08
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.6-7
d99ab08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d99ab08
1d49502
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 2.14.6-6
1d49502
- Rebuild for versioned symbols in json-c
1d49502
4f59333
* Mon Jun 07 2021 Python Maint <python-maint@redhat.com> - 2.14.6-5
4f59333
- Rebuilt for Python 3.10
4f59333
f99a7f8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.14.6-3
f99a7f8
- Rebuilt for Python 3.10
f99a7f8
094983a
* Tue May 25 2021 Michal Fabik <mfabik@redhat.com> - 2.14.6-1
094983a
- Add support of master + subkeys gpg.
094983a
- hooks: Remove stale workaround for a fixed bug
094983a
- cli: Gracefully handle disappearance of problem directory
094983a
- libs: Add version info script
094983a
- retrace-client: Output task ID to console in batch mode
094983a
- retrace-client: Separate commands by commas
094983a
- Doc: Improve man page for abrt-action-analyze-vulnerability
094983a
- Various memory management and other fixes
094983a
126031c
* Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 2.14.5-4
126031c
- Obsoletes abrt-plugin-sosreport, to fix upgrade path
126031c
074ab8b
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14.5-3
074ab8b
- Rebuilt for updated systemd-rpm-macros
074ab8b
  See https://pagure.io/fesco/issue/2583.
074ab8b
dacf4e6
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.5-2
dacf4e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
dacf4e6
003b018
* Tue Dec 01 2020 Michal Fabik <mfabik@redhat.com> 2.14.5-1
003b018
- Fix invalid free (rhbz#1895660)
003b018
- Fix crash during local processing (rhbz#1881745)
003b018
- Fix reported numbers of missing debuginfo packages in abrt-action-install-debuginfo
003b018
- Correct the format of NEVRA generated for packages where a problem occurred (rhbz#1900982)
003b018
- Drop --raw flag in abrt-action-generate-core-backtrace
003b018
Matěj Grabovský 511e6ce
* Tue Oct 13 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-3
Matěj Grabovský 511e6ce
- Add upstream patch for an invalid read bug
Matěj Grabovský 511e6ce
Matěj Grabovský 1ab9d38
* Thu Sep 24 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-2
Matěj Grabovský 1ab9d38
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1881745
Matěj Grabovský 1ab9d38
3de7b9d
* Mon Aug 17 2020 Michal Fabik <mfabik@redhat.com> - 2.14.4-1
3de7b9d
- Fix broken release 2.14.3
3de7b9d
- oops-utils: Respect the 'world-readable' flag
3de7b9d
- Decommission libreport_list_free_with_free
3de7b9d
5e37f50
* Thu Aug 13 2020 Michal Fabik <mfabik@redhat.com> - 2.14.3-1
5e37f50
- plugins: abrt-dump-journal-core: Handle zstd compression
5e37f50
- applet: application: Use GLib for logging
5e37f50
- Replace various utility functions with stock GLib ones
5e37f50
- Various coding style improvements
5e37f50
- Update documentation
5e37f50
- applet: application: Fix crash when processing deferred problems
5e37f50
- dbus: Remove session objects when owner disconnects
5e37f50
- python-problem: Use org.freedesktop.Problems2 API 
5e37f50
- abrt-console-notification: Work around noclobber
5e37f50
- daemon: rpm: Use NEVRA instead of ENVRA
5e37f50
- abrtd: Don't delete new problem dirs
5e37f50
- Make sure that former caches are group writable
5e37f50
- Various memory management fixes
5e37f50
92ab2eb
* Thu Aug 13 2020 Adam Williamson <awilliam@redhat.com> - 2.14.2-6
92ab2eb
- Rebuild for libreport soname bump
92ab2eb
Ernestas Kulik 935456c
* Tue Jul 28 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.14.2-5
Ernestas Kulik 935456c
- Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1860903
Ernestas Kulik 935456c
d8a4ccc
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-4
d8a4ccc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d8a4ccc
a2bcded
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 2.14.2-3
a2bcded
- Rebuilt for Python 3.9
a2bcded
Ernestas Kulik 18305b2
* Thu May 21 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.2-2
Ernestas Kulik 18305b2
- Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1836190
Ernestas Kulik 18305b2
438b4b7
* Tue May 12 2020 Michal Fabik <mfabik@redhat.com> - 2.14.2-1
438b4b7
- Fix broken builds with --enable-authenticated-autoreporting
438b4b7
bf7b8af
* Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> - 2.14.1-1
bf7b8af
- tests: Add perl, php R and tcl to dont-blame-interpret
bf7b8af
- a-a-save-package-data: Add R and tcl to interpreted langs
bf7b8af
- a-a-save-package-data: Use regexps to match interpreters
bf7b8af
- .travis.yml: Update secret
bf7b8af
- plugins: xorg-utils: Loopify parsing
bf7b8af
- Add namespace to libreport function and global names
bf7b8af
- cli: Correct debug directories in config
bf7b8af
- cli: Show defaults in help output
bf7b8af
- cli: Fix verbosity option
bf7b8af
- cli: Fix descriptions for --since and --until
bf7b8af
- autogen.sh: Handle NOCONFIGURE per the Build API  
bf7b8af
- plugins: journal: Fix ci_mapping being overwritten
bf7b8af
- plugins: abrt-journal-core: Don’t assume anything about uid_t
bf7b8af
- lib,plugins: Accomodate for multiple debug directories
bf7b8af
- dbus: Drop bogus dependency
bf7b8af
- dbus: Drop abrt_problems2
bf7b8af
- Drop libcap dependency
bf7b8af
- Drop Travis config
bf7b8af
61c6c41
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.14.0-3
61c6c41
- Rebuild (json-c)
61c6c41
Ernestas Kulik e161563
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.0-2
Ernestas Kulik e161563
- Bump libreport dependency
Ernestas Kulik e161563
Ernestas Kulik c84c5d2
* Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 2.14.0-1
Ernestas Kulik c84c5d2
- Update to 2.14.0
Ernestas Kulik c84c5d2
2bb52e3
* Fri Feb 07 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.13.0-5
2bb52e3
- Rebuild for satyr 0.30
2bb52e3
Martin Kutlak 8f4c491
* Fri Jan 31 2020 Martin Kutlak <mkutlak@redhat.com> - 2.13.0-4
Martin Kutlak c7d2242
- Add patch to fix build failure with gcc -fno-common
Martin Kutlak c7d2242
- Initialize bodhi karma values with defaults
Martin Kutlak 8f4c491
- Fix possibly uninitialized variable
Martin Kutlak c7d2242
- Resolves: #1795820
Martin Kutlak c7d2242
4d76ca5
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.0-3
4d76ca5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4d76ca5
Ernestas Kulik 507c1e9
* Tue Jan 14 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.13.0-2
Ernestas Kulik 507c1e9
- Drop systemd scriptlets for abrt-ccpp.service
Ernestas Kulik 507c1e9
Matěj Grabovský ac86115
* Fri Oct 11 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.13.0-1
Matěj Grabovský ac86115
- cli: Use format argument in info command
Matěj Grabovský ac86115
- cli: Make pretty and format mutually exclusive
Matěj Grabovský ac86115
- cli: Set PYTHONPATH for tests
Matěj Grabovský ac86115
- cli: Rework commands
Matěj Grabovský ac86115
- Remove abrt-hook-ccpp
Matěj Grabovský ac86115
- spec: Use macros where appropriate
Matěj Grabovský ac86115
- tests: Use Augeas consistently
Matěj Grabovský ac86115
- spec: Move config files to corresponding subpackages
Matěj Grabovský ac86115
- build,spec: Empty config files in /etc/abrt/
Matěj Grabovský ac86115
- doc: Update man pages and comments in config files
Matěj Grabovský ac86115
- plugins: Update in-code defaults
Matěj Grabovský ac86115
- doc: Correct alignment of heading underlines
Matěj Grabovský ac86115
- a-dump-journal-core: Purge commented code
Matěj Grabovský ac86115
- dbus: Remove D-Bus configuration service
Matěj Grabovský ac86115
- Partly revert removal of default configs
Matěj Grabovský ac86115
- cli: Tweak problem matching
Matěj Grabovský ac86115
- plugins: Add satyr flags when building
Matěj Grabovský ac86115
- cli: Fix warning
Matěj Grabovský ac86115
- cli: Fix file name
Matěj Grabovský ac86115
- cli: Use decorator for MATCH positional argument
Matěj Grabovský ac86115
- cli: match: Iterate dict instead of calling keys()
Matěj Grabovský ac86115
- cli: Make pylint happier about imports
Matěj Grabovský ac86115
- cli: Drop unused variables
Matěj Grabovský ac86115
- cli: utils: Use consistent return
Matěj Grabovský ac86115
- cli: Improve i18n
Matěj Grabovský ac86115
- cli: Drop humanize import
Matěj Grabovský ac86115
- Drop uses of bind_textdomain_codeset()
Matěj Grabovský ac86115
- gitignore: Update path to generated file after cli-ng move
Matěj Grabovský ac86115
- tests: runner: Use systemctl instead of service
Matěj Grabovský ac86115
- autogen.sh: Use autoreconf
Matěj Grabovský ac86115
f182793
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.12.2-3
f182793
- Rebuilt for Python 3.8.0rc1 (#1748018)
f182793
9e6bef5
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.12.2-2
9e6bef5
- Rebuilt for Python 3.8
9e6bef5
Ernestas Kulik df2a70c
* Thu Aug 01 2019 Ernestas Kulik <ekulik@redhat.com> 2.12.2-1
Ernestas Kulik df2a70c
- Remove old CLI and move cli-ng subpackage files into tui subpackage
Ernestas Kulik df2a70c
3e5d6a9
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.1-3
3e5d6a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
3e5d6a9
Martin Kutlak a2c5fdd
* Fri Jul 12 2019 Martin Kutlak <mkutlak@redhat.com> 2.12.1-2
Martin Kutlak a2c5fdd
- Add patch to fix failing action abrt-action-list-dsos on rawhide
Martin Kutlak a2c5fdd
Martin Kutlak 6b11b1f
* Wed Jul 03 2019 Martin Kutlak <mkutlak@redhat.com> 2.12.1-1
Martin Kutlak 6b11b1f
- Translation updates
Martin Kutlak 6b11b1f
- Rename all abrt-python to python3-abrt
Martin Kutlak 6b11b1f
- spec: Get rid of python provides
Martin Kutlak 6b11b1f
- hooks: abrt-hook-ccpp: Rename CreateCoreBacktrace setting
Martin Kutlak 6b11b1f
- Update icon
Martin Kutlak 6b11b1f
- non-fatal-mce: prepare oops1.test from template before using it
Martin Kutlak 6b11b1f
- meaningful-logs: check relative counts of lines instead of absolute
Martin Kutlak 6b11b1f
- oops-processing: fixed oops1.test handling. reworked so each oops has its own phase
Martin Kutlak 6b11b1f
- dumpoops: make sure hostname matches in oops_full_hostname.test
Martin Kutlak 6b11b1f
- Revert "applet: Add systemd service unit"
Martin Kutlak 6b11b1f
- a-a-analyze-c: Fix segfault when saving function name
Martin Kutlak 6b11b1f
- Fix grammar in implementation docs
Martin Kutlak 6b11b1f
- doc: Update man pages and mention locations of config files
Martin Kutlak 6b11b1f
- augeas,build,spec: Remove references to default configs
Martin Kutlak 6b11b1f
- daemon,lib: Update default config according to abrt.conf
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Replace uses of exit()
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Catch BrokenPipeError
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Remove unused imports
Martin Kutlak 6b11b1f
- daemon: Check return value after reading from channel
Martin Kutlak 6b11b1f
- spec: Require dbus-tools
Martin Kutlak 6b11b1f
- daemon: Don't process crashes from unpackaged apps by default
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Remove duplicate code
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Remove variable
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Remove comment
Martin Kutlak 6b11b1f
- plugins: abrt-action-install-debuginfo: Remove dead assignment
Martin Kutlak 6b11b1f
- doc: Fix spelling mistake in path to cache
Martin Kutlak 6b11b1f
- doc: Update man page for abrt-handle-upload
Martin Kutlak 6b11b1f
- doc: Update man page and help for a-a-install-debuginfo
Martin Kutlak 6b11b1f
- Nuke Python 2 support
Martin Kutlak 6b11b1f
- plugins: Catch unhandled exception in a-a-g-machine-id
Martin Kutlak 6b11b1f
- plugins: retrace-client: Bail out if we can’t get a config
Martin Kutlak 6b11b1f
- plugins: retrace-client: Default to HTTPS in RETRACE_SERVER_URI
Martin Kutlak 6b11b1f
- plugins: analyze_RetraceServer: Fix default RETRACE_SERVER_URI
Martin Kutlak 6b11b1f
- plugins: Fix name of env variable for retrace server
Martin Kutlak 6b11b1f
- configure.ac: Add dependency on libcap
Martin Kutlak 6b11b1f
- dbus: entry: Don’t claim truncation when there was none
Martin Kutlak 6b11b1f
- applet: Add systemd service unit
Martin Kutlak 6b11b1f
- spec: Remove obsolete scriptlets
Martin Kutlak 6b11b1f
- Makefile.am: Use correct locale when getting date
Martin Kutlak 6b11b1f
f9e6665
* Mon Jun 10 22:13:16 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.12.0-4
f9e6665
- Rebuild for RPM 4.15
f9e6665
17aa2db
* Mon Jun 10 15:41:59 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.12.0-3
17aa2db
- Rebuild for RPM 4.15
17aa2db
Ernestas Kulik 5dfc508
* Tue Feb 5 2019 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-2
Ernestas Kulik 5dfc508
- Bump glib and libreport dependencies
Ernestas Kulik 5dfc508
Ernestas Kulik c7b20eb
* Mon Feb 4 2019 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-1
Ernestas Kulik c7b20eb
- Update to 2.12.0
Ernestas Kulik c7b20eb
ebf6445
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
ebf6445
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
ebf6445
eadff20
* Sun Jan 27 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.11.1-4
eadff20
- Remove obsolete scriptlets
eadff20
895d076
* Tue Jan 08 2019 Matej Marusak <mmarusak@redhat.com> 2.11.1-2
895d076
- dbus: task: Use modern GLib type macros
895d076
5003975
* Tue Jan 08 2019 Matej Marusak <mmarusak@redhat.com> 2.11.1-1
5003975
- Translation updates
5003975
- a-a-install-debuginfo: Clean cache if we need space
5003975
- shellcheck: Use command instead of type
5003975
- shellcheck: Check exit code directly with if mycmd
5003975
- shellcheck: Suppress shellcheck warning SC1090
5003975
- shellcheck: Use $(...) instead of legacy backticked
5003975
- cli: Add a shebang
5003975
- applet: Port to GApplication/GNotification
5003975
- spec: Add explicit package-version requirement of abrt-libs
5003975
- Introduce pylintrc
5003975
- augeas: Adjust testsuite to changes in libreport
5003975
- signal_is_fatal: generate problem reports for SIGSYS
5003975
- plugins: retrace-client: Port to libsoup
5003975
- plugins: retrace-client: Fix copy-paste error
5003975
- revert: spec: disable addon-vmcore on aarch64
5003975
- spec: turn on --enable-native-unwinder aarch64
5003975
- configure: Replace sphinx-build check with sphinx-build-3
5003975
- a-a-c-o-f-hw-error: Check systemd-journal for MCE logs
5003975
- koops: Filter kernel oopses based on logged hostname
5003975
- add hostname BR for tests
5003975
- add new prepare-data to dist files
5003975
- fix tests names for dist target after making templates from them
5003975
- fix for MCE events: Bug 1613182 - abrt-cli ignores rsyslog host info and incorrectly assumes that the receiving host had a problem
5003975
- dbus: Add configuration for Python3
5003975
- Add . to etc
5003975
Martin Kutlak 92d1203
* Mon Oct 08 2018 Martin Kutlak <mkutlak@redhat.com> 2.11.0-1
Martin Kutlak 92d1203
- Translation updates
Martin Kutlak 92d1203
- plugins: Allow abrt-retrace-client to be optional at build time
Martin Kutlak 92d1203
- daemon: Fix double closed fd race condition
Martin Kutlak 92d1203
- sosreport: plugin "general" split into two new plugins
Martin Kutlak 92d1203
- plugins: Replace vfork with posix_spawn
Martin Kutlak 92d1203
- gui-config: Remove deprecated GTK functions
Martin Kutlak 92d1203
- abrtd.service: force abrt-dbus to load changes from conf
Martin Kutlak 92d1203
- spec: Build python*-abrt-addon packages as noarch
Martin Kutlak 92d1203
- spec: remove duplicated python3-devel
Martin Kutlak 92d1203
- spec: set PYTHON variable because of ./py-compile
Martin Kutlak 92d1203
bcfb1b5
* Sat Sep 15 2018 Adam Williamson <awilliam@redhat.com> - 2.10.10-5
bcfb1b5
- Backport fix for RHBZ #1629408 (failed gdb backtrace generation)
bcfb1b5
- Backport fix for deprecated function use (broke build)
bcfb1b5
- Backport fix for argument error in harvest_vmcore
bcfb1b5
- Backport fix for missing parameter translations in abrt-hook-ccpp
bcfb1b5
4ac8f5f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.10-4
4ac8f5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4ac8f5f
3c2253d
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-3
3c2253d
- Rebuilt for Python 3.7
3c2253d
042464a
* Fri Jun 08 2018 Miro Hrončok <mhroncok@redhat.com> - 2.10.10-2
042464a
- Set PYTHON to python3 during install to avoid ambiguous python invocation (#1589314)
042464a
dcab69a
* Thu May 31 2018 Matej Marusak <mmarusak@redhat.com> 2.10.10-1
dcab69a
- Translation updates
dcab69a
- Changelog: Update changelog
dcab69a
- Remove dependency on deprecated nss-pem
dcab69a
- spec: abrt do not require python2
dcab69a
- spec: abrt-addon-ccpp do not require python2
dcab69a
- spec: drop python2-abrt-addon requires
dcab69a
- spec: fix bugs in python requires
dcab69a
- cores: comment an unclearing statement
dcab69a
- cores: print to stdout
dcab69a
- cores: read all journal files
dcab69a
2c14e84
* Thu May 10 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-5
2c14e84
- abrt do not require python2 if "with python3"
2c14e84
2c14e84
* Wed May 09 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-4
81b08b8
- abrt-addon-ccpp do not require python2 if "with python3"
81b08b8
437b080
* Thu May 03 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-3
437b080
- drop python2-abrt-addon requires
437b080
c9a0a10
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-2
c9a0a10
- fix requires for python in spec file
c9a0a10
4f98a32
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-1
4f98a32
- build: conditionalize the Python2 and Python3
4f98a32
- cli-ng,hooks,python-problem: Allow python to be optional at build time
4f98a32
- spec: fix ambiguous Python 2 dependency declarations
4f98a32
- plugins: a-a-g-machine-id use dmidecode command
4f98a32
- spec: use dmidecode instead of python3-dmidecode
4f98a32
- hooks: use container-exception-logger tool
4f98a32
- spec: container python hooks require cel
4f98a32
- hooks: do not write any additional logs
4f98a32
- a-a-s-package-data: add python3.7 to known Interpreters
4f98a32
- autogen: ignore abrt's python packages
4f98a32
- correctly parse buildrequires from spec file
648b4c8
fa6bf82
* Wed Mar 21 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.8-1
fa6bf82
- Translation updates
4f98a32
- spec: use Python3 as default in abrt-cli-ng
fa6bf82
- cli-ng: use Python3 as default
fa6bf82
- Add a new element 'interpreter' for python problems
4f98a32
- retrace-client: Require nss-pem
22482fb
dc422cf
* Mon Feb 26 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.7-1
dc422cf
- Translation updates
dc422cf
- hooks: introduce docker hook for Python2
4f98a32
- hook: add type to Python3 container exception handler
4f98a32
- spec: introduce docker hook for Python2
4f98a32
- Add ABRT hexa stickers
4f98a32
- a-container-logger: workaround permission issue in minishift
dc422cf
4f98a32
* Mon Feb 19 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.6-1
e06dcb5
- Translation updates
e06dcb5
- hooks: introduce docker hook for Python3
4f98a32
- spec: introduce Python3 hook for container
e06dcb5
- Remove deprecated is_error macro
e06dcb5
- ldconfig is not needed in rawhide
e06dcb5
- remove python_sitearch macro
e06dcb5
- remove python_site macro
e06dcb5
- move BuildRequires to top
e06dcb5
- remove systemd-units and replace it with systemd macro
e06dcb5
- remove init.d services
e06dcb5
- a-h-event: Do not deduplicate different containers
4f98a32
- rpm: include epocho in package element if > 0
37ad201
85802ca
* Thu Nov 02 2017 Julius Milan <jmilan@redhat.com> 2.10.5-1
85802ca
- Translation updates
85802ca
- a-action-ureport: add option 'ProcessUnpackaged'
85802ca
- spec: change dependency on python{2,3}-gobject
85802ca
- applet: Additional changes to allow optional polkit
85802ca
- doc: remove obsolete doxygen tags
85802ca
- dbus: Additional changes to allow optional polkit
85802ca
- cli-ng: Explicitly state python version in shebangs
85802ca
- spec: rename python binary packages
85802ca
- a-d-journal-core: Save mountinfo from journal
85802ca
- a-d-journal-core: Save container cmdline
85802ca
- logging: rename omitted log() to log_warning()
85802ca
d2918af
* Mon Aug 28 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.4-1
d2918af
- Translation updates
d2918af
- logging: rename log() to log_warning()
d2918af
- Quick hack to fix build with rpm >= 4.14
4f98a32
- tests: Crash different binary in infinite event loop
4f98a32
- tests: Revert not sufficient fix
4f98a32
- tests: Reflect field changes in reporter-s-journal
4f98a32
- tests: Get docker-inspect while container is running
d2918af
- cli,dbus: Allow polkit to be optional at build time
d2918af
- spec: add dependency for python{3}-gobject
d2918af
- a-d-journal-core: fix bad condition in creating reason msg
d2918af
- a-d-journal-core: use pid of crashed process in dumpdir name
d2918af
- changelog: update CHANGELOG.md
d2918af
Martin Kutlak 253f3b5
* Thu Jun 15 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.3-1
Martin Kutlak 253f3b5
- Translation updates
Martin Kutlak 253f3b5
- applet: add a default action to a notification
Martin Kutlak 253f3b5
- spec: require libreport-plugin-systemd-journal on Fedoras
Martin Kutlak 253f3b5
- changing load location from bin to libexec
Martin Kutlak 253f3b5
- changing location of abrt-action-save-container-data from bin to libexec
Martin Kutlak 253f3b5
- koops: Improve not-reportable for oopses with taint flags
Martin Kutlak 253f3b5
- This fixes #1173
Martin Kutlak 253f3b5
- python: provide more information about exception
Martin Kutlak 253f3b5
- abrt-journal: adapt to suspicious blacklist addition
Martin Kutlak 253f3b5
- koops: add suspicious strings blacklist
Martin Kutlak 253f3b5
- build: fix changelog adding in release target
4f98a32
- changelog: update CHANGELOG.md
a170e2f
3c50298
* Tue Apr 25 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-1
3c50298
- Translation updates
3c50298
- spec: introduce migration to abrt-journal-core
3c50298
- abrt_event: Save cpuinfo in problem directories
3c50298
- koops: Improve fatal MCE check when dumping backtrace
3c50298
- lib: typo in header
3c50298
- Spelling fixes
3c50298
- Python 3.6 invalid escape sequence deprecation fix
3c50298
- koops_event: add check to restrict reporting of MCEs
3c50298
ba27e11
* Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.1-1
4f98a32
- changelog: update CHANGELOG.md
4f98a32
- build: create tarball in release-* target
4f98a32
- spec: sosreport is not a package
4f98a32
- Fix Typo
ba27e11
- bodhi: Remove dependency on hawkey
ba27e11
- spec: Remove dependency on hawkey
ba27e11
- build: do not upload tarball to fedorahosted.org
ba27e11
- spec: do not use fedorahosted.org as source
4f98a32
- spec: install new plugins
ba27e11
- plugins: introduce Machine ID and SOS report
4f98a32
- Update CHANGELOG.md
ba27e11
- build: fix generating list of dependences in autogen.sh
ba27e11
- spec: start abrt-journal-core instead of abrt-ccpp
ba27e11
- build: fix scratch-build target
ba27e11
- a-a-ureport: fix calling of run_event_on_problem_dir
ba27e11
- spec: if using systemd, default to os-release ID for desktopvendor
ba27e11
- kernel: modify suspicious string "invalid opcode:"
ba27e11
- daemon: Allow rpm to be optional at build time
ba27e11
- spec: allow any compression of man pages
4f98a32
- spec: remove defattr
4f98a32
- spec: remove cleaning buildroot
4f98a32
- spec: use versioned provides
4f98a32
- spec: remove changelog entries older than 2 years
4f98a32
- remove Buildroot and Groups tags
ba27e11
- spec: recommend libreport-plugin-systemd-journal on Fedoras
ba27e11
- doc: document selinux change needed for automatic deletion of reports
ba27e11
- ccpp: tell gdb to analyze saved binary image
ba27e11
4f98a32
* Sat Dec 03 2016 Jakub Filak <jakub@thefilaks.net> 2.10.0-1
540f6e7
- Translation updates
4f98a32
- spec: bump required libreport and satyr versions
540f6e7
- build: make the release-* targets smarter
540f6e7
- Add CHANGELOG.md
4f98a32
- a-a-notify: set env var before run report_systemd-journal event
540f6e7
- use run_event_on_problem_dir() helper for running events
540f6e7
- notify: do not require package element
4f98a32
- spec: add catalog_journal_ccpp_format.conf file
4f98a32
- reporter-s-journal: add formatting file for abrt-journal-core analyser
540f6e7
- cli-ng: fix --fmt parameter
540f6e7
- python: create analyzer element in dumpdir
4f98a32
- abrt-action-list-dsos: fix typo in vendor variable name
4f98a32
- cli-ng: chown problem before reporting
540f6e7
- lib: stop printing out a debug message 'adding: '
4f98a32
- cli: print out the not-reportable reason
540f6e7
- cli: configure libreport to ignore not-reportable
4f98a32
- cli-ng: force reporting even if not-reportable
540f6e7
- cli-ng: introduce verbose argument
4f98a32
- Import GObject from gi.repository
540f6e7
- ccpp: configure package repositories for correct OS
540f6e7
- a-a-s-c-data: adapt to current docker
4f98a32
- daemon: don't drop problems from unknown containers
540f6e7
- a-a-s-c-data: correct detection of container type
4f98a32
- spec: install Bodhi event files
540f6e7
- bodhi: factor out Bodhi updates lookup into a solo event
540f6e7
- problems2: update the documentation
4f98a32
- a-a-analyze-python: create exception_type element
4f98a32
- a-a-analyze-xorg: create crash_function into dump dir
4f98a32
- koops: create crash_function element
4f98a32
- a-a-analyze-python: create crash_function element
4f98a32
- a-a-analyze-c: create crash_function element
4f98a32
- spec: add formatting files for reporter-systemd-journal
4f98a32
- reporter-systemd-journal: add formatting files
540f6e7
- vmcore: /var/tmp/abrt is no longer a dump location
540f6e7
- events: add event report_systemd-journal to all addons
540f6e7
- abrt-action-notify: notify to systemd journal
4f98a32
- spec: add abrt's catalog source files
540f6e7
- journal-catalog: add abrt's catalog source files
540f6e7
- ccpp: retain partial core_backtrace upon error
4f98a32
- ccpp: log waitpid errors
4f98a32
- ccpp: inform users about not supported unwinding
4f98a32
- ccpp: close stdin when we can let the process die
540f6e7
- daemon: properly shutdown socket connection
540f6e7
- daemon: close forgotten FD to /proc/[pid]
4f98a32
- ccpp: pass proc pid FD instead of pid to *_at fns
4f98a32
- ccpp+daemon: pass valid params to dd_open_item()
4f98a32
- python: remove unused functions from sysexcept hook
4f98a32
- build: add gettext-devel to sysdeps
4f98a32
- spec: add libcap-devel to BRs of addon-ccpp
540f6e7
- ccpp: avoid running elfutils under root
4f98a32
- Add abrt-action-analyze-vulnerability to .gitignore
4f98a32
- build: autoge.sh without args configures for debugging
540f6e7
- conf: increase MaxCrashReportsSize to 5GiB
540f6e7
- ccpp: fast dumping and abrt core limit
4f98a32
- CI: make debugging easier with more log messages
540f6e7
- doc: add a guide for ABRT hackers
4f98a32
- vmcore: fix an undefined variable on error path
540f6e7
- vmcore: read kdump.conf from an arbitrary location
4f98a32
- ccpp: use libreport 'at' functions
4f98a32
- ccpp: use abort() to exit in debug mode
540f6e7
- python2: stop generating dso_list in the process
4f98a32
- python: stop collecting ENVIRON in the process
4f98a32
- abrtd: details of processes from different PID NS
540f6e7
- abrtd: save interesting process details
540f6e7
- a-a-s-package-data: add python3.6 to known Interpreters
4f98a32
- spec: update gdb Requires
540f6e7
- tree-wide: make path to GDB configurable
540f6e7
- a-a-ureport: print out exit codes in verbose mode
540f6e7
- daemon: stop replacing analyzer with type
540f6e7
Jakub Filak 21561ba
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.9.0-1
4f98a32
- spec: install abrt_dbus_event.conf
4f98a32
- dbus: use Problems2 API in abrt-dbus
Jakub Filak 21561ba
- dbus: Problems2 API implementation
4f98a32
- spec: install Problems2 interfaces
4f98a32
- dbus-doc: rewrite the XML to Problems2
4f98a32
- Fix memory leaks
4f98a32
- lib: introdcue a function checking post-create name
Jakub Filak 21561ba
- abrtd: change HTTP response code for duplicate problems to 303
4f98a32
- autogen: fix typo in usage help string
4f98a32
- daemon: send base names from abrt-server to abrtd
Jakub Filak 21561ba
- lib: normalize slashes of configured paths
Jakub Filak 21561ba
- lib: make configuration paths alterable at runtime
4f98a32
- Add generated CCpp.conf to .gitignore
Jakub Filak 21561ba
- abrt-bodhi: use CCpp PackageManager configuration directive from configure
Jakub Filak 21561ba
- cli: introduce unsafe reporting for not-reporable problems
Jakub Filak 21561ba
- handle-event: stop creating post-create lock
Jakub Filak 21561ba
- daemon: trigger dump location cleanup after detection
Jakub Filak 21561ba
- hook-ccpp: dump own core file in debug mode
c649b7d
e2f4733
* Mon Jul 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.2-1
e2f4733
- Translation updates
e2f4733
- abrt-hook-ccpp: Fix mismatching argument
e2f4733
- Allow selinux to be optional at build time
e2f4733
- vmcore: use findmnt to get mountpoint
4f98a32
- spec: add utils-linux to vmcore's Require
e2f4733
- vmcore: fix finding partitions by UUID and LABEL
e2f4733
- a-a-install-debuginfo: Exception may not have an argument errno
e2f4733
- koops: do not assume version has 3 levels
e2f4733
- Add ARM specific oops backtrace processing.
e2f4733
- examples: add oops-kernel-panic-hung-tasks-arm
e2f4733
- Add oops processing for kernel panics caused by hung tasks.
e2f4733
- abrt-hook-ccpp: save get_fsuid() return values in int variables
e2f4733
168fecc
* Wed May 25 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.1-1
168fecc
- a-dump-journal-xorg: allow *libexec/X* to be executable element
168fecc
- a-dump-journal-xorg: add '_COMM=gnome-shell' to journal filter
168fecc
- build: update pkg names for systemd
168fecc
- a-d-journal-core: save core dump bytes from the journal field
168fecc
- a-d-journal-core: support lz4 compressed core dump files
168fecc
- a-a-install-debuginfo: do not try to split None
168fecc
- doc: improve documentation of AllowedGroups, AllowedUsers and IgnoredPaths
168fecc
- testcase: add serial field to uReport check
168fecc
- a-a-install-debuginfo: correct handling of DebuginfoLocation
168fecc
- a-a-s-container-data: update docker container ID parser
168fecc
- abrt-hook-ccpp: drop saving of container env vars
168fecc
- a-console-notification: do not leak variables
168fecc
- a-retrace-client: format security
168fecc
- daemon: avoid infinite crash loops
168fecc
- spec: drop abrt-action-save-kernel-data bits
cd3efea
- spec: README -> README.md
cd3efea
- Add basic documentation
cd3efea
- a-a-install-debuginfo: fix BrokenPipe error
cd3efea
- a-a-install-debuginfo: make tmpdir variable global
a22abdb
- python3 addon: workaround a bug in traceback
4f98a32
- CCpp: turn off compat cores
4f98a32
- a-a-save-package-data: blacklist /usr/lib(64)/firefox/plugin-container
4f98a32
- Fix minor typo: possition -> position
4f98a32
- translations: add missing new line
4f98a32
- Translation updates
4f98a32
- translations: update zanata configuration
4f98a32
- ccpp: drop %e from the core_pattern
4f98a32
- Save Vendor and GPG Fingerprint
04b13c6
ba52311
* Wed Feb 03 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.0-1
ba52311
- a-a-save-package-data: do not blacklist firefox
ba52311
ee087b9
* Tue Feb 02 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.2-1
4f98a32
- ccpp: bug fix - undefined variables
4f98a32
- a-a-c-o-f-hw-error: fix unicode error
4f98a32
- ccpp: use error_msg_ignore_crash() instead of error_msg()
ee087b9
- ccpp: add AllowedUsers and AllowedGroups feature
4f98a32
- doc: fix formatting in abrt.conf man page
ee087b9
- ccpp: use executable name from pid
ee087b9
- a-a-c-o-f-hw-error: do not crash on invalid unicode
4f98a32
- Use %s instead of %d.
ee087b9
- configui: link GUI library with libabrt.so
4f98a32
- Do not include system libabrt.h
ee087b9
- ccpp: unify log message of ignored crashes
ee087b9
- ccpp: add IgnoredPath option
4f98a32
- lib: check_recent_crash_file do not produce error_msg
ee087b9
Jakub Filak 61650c5
* Mon Nov 23 2015 Jakub Filak <jfilak@redhat.com> 2.7.1-1
4f98a32
- spec: switch owner of the dump location to 'root'
4f98a32
- abrtd: switch owner of the dump location to 'root'
4f98a32
- lib: add convenient wrappers for ensuring writable dir
4f98a32
- ccpp: save abrt core files only to new files
4f98a32
- ccpp: ignore crashes of ABRT binaries if DebugLevel == 0
4f98a32
- conf: introduce DebugLevel
4f98a32
- a-a-i-d-to-abrt-cache: make own random temporary directory
4f98a32
- update .gitignore
Jakub Filak 61650c5
- ccpp: make crashes of processes with locked memory not-reportable
4f98a32
- a-a-s-p-data: fix segfault if GPGKeysDir isn't configured
4f98a32
- a-dump-journal-xorg: make journal filter configurable
4f98a32
- doc: a-a-analyze-xorg fix path to conf file
4f98a32
- abrt-journal: use GList instead of char** in abrt_journal_set_journal_filter()
Jakub Filak 61650c5
- xorg: introduce tool abrt-dump-journal-xorg
Jakub Filak 61650c5
- abrt-xorg.service: change due to abrt-dump-journal-xorg
4f98a32
- journal: add function abrt_journal_get_next_log_line
4f98a32
- spec: add abrt-dump-journal-xorg to spec file
4f98a32
- xorg: rewrite skip_pfx() function to work with journal msgs
4f98a32
- xorg: introduce library xorg-utils
4f98a32
- dbus: ensure expected bytes width of DBus numbers
Jakub Filak 61650c5
- a-d-journal-core: set root owner for created dump directory
4f98a32
- doc: add missing man page for abrt-dump-journal-core
Jakub Filak 61650c5
- spec: add missing man page for abrt-dump-journal-core
Jakub Filak 820caf5
52400fc
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
4f98a32
- abrt-python: add problem.chown
4f98a32
- a-a-a-ccpp-local don't delete build_ids
4f98a32
- update .gitignore
4f98a32
- spec: add cli-ng
52400fc
- cli-ng: initial
4f98a32
4f98a32
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.3-1
52400fc
- bodhi: introduce wrapper for 'reporter-bugzilla -h' and 'abrt-bodhi'
4f98a32
- remove random code example from abrt-server
4f98a32
- spec: introduce abrt-action-find-bodhi-update
4f98a32
- api: fix pths -> paths rename
52400fc
- handle-event: remove obsolete workaround
52400fc
- remove 'not needed' code
4f98a32
- events: fix example wording
52400fc
- doc: change /var/tmp/abrt to /var/spool/abrt
4f98a32
- doc: actualize core_pattern content in documentation
52400fc
- doc: fix default DumpLocation in abrt.conf man page
4f98a32
- events: improve example
4f98a32
- events: comments not needed anymore
4f98a32
- abrt-retrace-client: use atoll for _size conversion
52400fc
- abrt-dump-xorg: support Xorg log backtraces prefixed by (EE)
4f98a32
- runtests: more verbose fail in get_crash_path
4f98a32
- ureport-auth: force cp/mv when restoring configuration
4f98a32
- runtests: stick to new BZ password rules
4f98a32
- bodhi: fix typo in error messages
58ac8d6
- bodhi: fix a segfault when testing an os-release opt for 'rawhide'
4f98a32
- doc: actualize the abrt-bodhi man page
4f98a32
- autogen: use dnf instead of yum to install dependencies
ef5d23d
- bodhi: add parsing of error responses
ef5d23d
- bodhi: add ignoring of Rawhide
4f98a32
- ccpp: do not break the reporting if a-bodhi fails
ef5d23d
- spec: add hawkey to BRs of abrt-bodhi
ef5d23d
- introduce bodhi2 to abrt-bodhi
4f98a32
- a-handle-upload: pass bytes to file.write()
4f98a32
- upload a problem data in the EVENT 'notify'
4f98a32
- turn off several post-create scripts for remote problems
ef5d23d
- convert all 'ex.message' stmts to 'str(ex)'
4f98a32
- cli: don't start reporting of not-reportable problems
4f98a32
- a-a-s-p-d: add bash on the package blacklist
4f98a32
- correct usage of abrt-gdb-exploitable
4f98a32
- testsutie: first wait_for_hooks, then get_crash_path
4f98a32
- ccpp: use global TID
4f98a32
- ccpp: fix comment related to 'MakeCompatCore' option in CCpp.conf
4f98a32
- cli: fix testing of DBus API return codes
b52e1a7
- dbus-api: unify reporting of errors
4f98a32
- doc: fix related to conditional compilation of man page
b52e1a7
- abrt-auto-reporting: fix related to conditional compilation
4f98a32
- vmcore: read vmcore by chunks
66b169c
- pass encoded Unicode to hashlib.sha1.update()
66b169c
- abrt-merge-pstoreoops: merge files in descending order
207cb13
- use gettext instead of lgettext in all python scripts
4f98a32
- gitignore: add a generated man page source file
207cb13
Jakub Filak 9705d07
* Fri Jul 17 2015 Jakub Filak <jfilak@redhat.com> 2.6.2-1
Jakub Filak 9705d07
- applet: do not crash if the new problem has no command_line
4f98a32
- ccpp: do not crash if generate_core_backtrace fails
4f98a32
- abrt: Fixup component of select kernel backtraces
4f98a32
- abrtd: de-prioritize post-create event scripts
4f98a32
- spec: switch python Requires to python3
4f98a32
- switch all python scripts to python3
4f98a32
- spec: drop abrt-addon-python requires
4f98a32
- a-dump-oops: allow update the problem, if more then one oops found
4f98a32
- cli: use internal command impl in the command process
4f98a32
- cli: remove useless code from print_crash()
4f98a32
- cli: enable authetication for all commands
4f98a32
4f98a32
* Thu Jul 02 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-1
4f98a32
- dbus: keep the polkit authorization for all clients
4f98a32
- cli: enable polkit authentication on command line
4f98a32
- spec: --enable-dump-time-unwind by default
4f98a32
- ccpp: use TID to find crash thread
4f98a32
- spec: remove PyGObject from all Requires
4f98a32
- spec: update version of gdb because of -ascending
4f98a32
- lib: make it easier to find the backtrace of th crash thread
4f98a32
- ccpp: save TID in the file 'tid'
4f98a32
- ccpp: get TID from correct cmd line argument
4f98a32
- configui: add option always generate backtrace locally
4f98a32
- a-a-p-ccpp-analysis: use ask_yes_no_save_result instead of ask_yes_no_yesforever
4f98a32
- spec: use more appropriate url
4f98a32
- spec: abrt requires libreport-plugin-rhtsupport on rhel
4f98a32
- sosreport: add processor information to sosreport
4f98a32
- doc: update abrt-cli man page
9d664f2
Jakub Filak a8bf279
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-1
4f98a32
- spec: add abrt-dbus to Rs of abrt-python
4f98a32
- vmcore: use libreport dd API in the harvestor
4f98a32
- ccpp: don't save the system logs by default
4f98a32
- cli: exit with the number of unreported problems
4f98a32
- spec: restart abrt-dbus in posttrans
4f98a32
- cli: chown before reporting
Jakub Filak a8bf279
- hooks: use root for owner of all dump directories
Jakub Filak a8bf279
- ccpp: do not unlink failed and big user cores
4f98a32
- ccpp: include the system logs only with root's coredumps
Jakub Filak a8bf279
- koops: don't save dmesg if kernel.dmesg_restrict=1
4f98a32
- daemon, dbus: allow only root to create CCpp, Koops, vmcore and xorg
4f98a32
- daemon: allow only root user to trigger the post-create
4f98a32
- daemon: harden against race conditions in DELETE
4f98a32
- ccpp: revert the UID/GID changes if user core fails
4f98a32
- a-a-i-d-t-a-cache: sanitize umask
4f98a32
- a-a-i-d-t-a-cache: sanitize arguments
4f98a32
- dbus: report invalid element names
4f98a32
- dbus: avoid race-conditions in tests for dum dir availability
4f98a32
- dbus: process only valid sub-directories of the dump location
4f98a32
- lib: add functions validating dump dir
4f98a32
- daemon: use libreport's function checking file name
4f98a32
- configure: move the default dump location to /var/spool
4f98a32
- ccpp: avoid overriding system files by coredump
4f98a32
- spec: add libselinux-devel to BRs
4f98a32
- ccpp: emulate selinux for creation of compat cores
4f98a32
- ccpp: harden dealing with UID/GID
4f98a32
- ccpp: do not use value of /proc/PID/cwd for chdir
4f98a32
- ccpp: do not override existing files by compat cores
4f98a32
- ccpp: stop reading hs_error.log from /tmp
4f98a32
- ccpp: fix symlink race conditions
Jakub Filak a8bf279
- turn off exploring crashed process's root directories
4f98a32
- abrt-python: add proper PYTHONPATH to test shellscripts
4f98a32
- abrt-python: unify unknown problem type handling
4f98a32
- abrt-python: add not_reportable properties
4f98a32
- spec: remove analyzer to type conversion
4f98a32
- abrt-python: add Python3 problem type
4f98a32
- abrt-python: add id, short_id and path to problem
4f98a32
- abrt-python: add Problem.prefetch_data function
4f98a32
- abrt-python: handle reconnection gracefully
4f98a32
- config UI: Automatic reporting from GSettings
34dad7f
- doc, polkit: Spelling/grammar fixes
4f98a32
- applet: fix problem info double free
4f98a32
- a-a-s-p-d: add new known interpreter to conf file
4f98a32
- config UI: enable options without config files
34dad7f
- config UI: read glade from a local file first
4f98a32
- applet: migrate Autoreporting options to GSettings
4f98a32
- abrt-action-list-dsos: do not decode not existing object
4f98a32
- spec: add AUTHENTICATED_AUTOREPORTING conditional
4f98a32
- abrt-auto-reporting: require rhtsupport.conf file only on RHEL
4f98a32
- lib: add new kernel taint flags
4f98a32
- spec: add a dependency on abrt-dbus to abrt-cli
4f98a32
- cli: do not exit with segfault if dbus fails
4f98a32
- applet: switch to D-Bus methods
4f98a32
- upload: validate and sanitize uploaded dump directories
Jakub Filak b72e339
Jakub Filak 91cb6cb
* Thu Apr 09 2015 Jakub Filak <jfilak@redhat.com> 2.5.1-1
Jakub Filak 91cb6cb
- Translation updates
Jakub Filak 91cb6cb
- problem: use 'type' element instead of 'analyzer'
Jakub Filak 91cb6cb
- cli-status: don't return 0 if there is a problem older than limit
Jakub Filak 91cb6cb
- journal-oops: add an argument accepting journal directory
4f98a32
- journal: open journal files from directory
Jakub Filak 91cb6cb
- lib: don't expect kernel's version '2.6.*' or '3.*.*'
4f98a32
- cli: use the DBus methods for getting problem information
4f98a32
- libabrt: add wrappers TestElemeExists and GetInfo for one element
Jakub Filak 91cb6cb
- dbus: add new method to test existence of an element
4f98a32
- libabrt: add new function fetching full problem data over DBus
4f98a32
- applet: use a shared function for getting problems over DBus
Jakub Filak 91cb6cb
- vmcore: generate 'reason' file in all cases
4f98a32
- applet: Fix trivial indentation bug
Jakub Filak 91cb6cb
- applet: Don't show report button for unpackaged programs
4f98a32
- applet: fix freeing of the notify problem list
Jakub Filak 91cb6cb
- applet: get the list of problems through D-Bus service
4f98a32
- doc: D-Bus api: make desc of DeleteProblem clearer
Jakub Filak bc96715
Jakub Filak f986ffa
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
4f98a32
- applet: cast to correct type to fix a warrning
4f98a32
- applet: Use new problem_create_app_from_env() helper
4f98a32
- doc: add documentation for GetProblemData
Jakub Filak f986ffa
- dbus: add a new method GetProblemData
Jakub Filak f986ffa
- abrt_event: run save package data event even if component exists
Jakub Filak f986ffa
- a-a-s-container-data: add a new argument --root
4f98a32
- spec: add a-a-s-package-data to abrt-atomic
Jakub Filak f986ffa
- a-a-s-kernel-data: add --root argument
Jakub Filak f986ffa
- journal-oops: add an argument similar to '--merge'
4f98a32
- spec: let configure generate the spec file
Jakub Filak f986ffa
- ccpp: create the dump location from standalone hook
Jakub Filak f986ffa
- retrace-client: stop failing on SSL2
Jakub Filak f986ffa
- spec: changes for Atomic hosts
4f98a32
- add stuff necessary for Project Atomic
4f98a32
- Python 3 fixes
Jakub Filak f986ffa
- ccpp: add support for multiple pkg mngrs
Jakub Filak f986ffa
- Python 3 compatibility
4f98a32
- Revert "dbus: Allow admins to load problems without a password"
4f98a32
- dbus: Allow admins to load problems without a password
4f98a32
- abrtd: Don't allow users to list problems "by hand"
4f98a32
- spec: Don't allow users to list problems "by hand"
Jakub Filak f986ffa
- spec: abrt-python requires libreport-python to build
Jakub Filak f986ffa
4f98a32
* Fri Feb 20 2015 Jakub Filak <jfilak@redhat.com> 2.4.0-1
4f98a32
- spec: factor out core_pattern helper from addon-ccpp
4f98a32
- ccpp: standalone hook
4f98a32
- ccpp: save package data from hook in case of crash in container
4f98a32
- a-a-s-package-data: save data from artifical chroots
4f98a32
- spec: install containers tools
4f98a32
- containers: add utility collecting containers info
4f98a32
- ccpp: add support for containers
4f98a32
- spec: install the daemon's D-Bus configuration file
4f98a32
- daemon: add configuration enabling our name on the System bus
4f98a32
- daemon: get rid of own main loop
4f98a32
- init: set Type of abrtd.service to dbus
4f98a32
- applet: Use libreport's helper to find applications
4f98a32
- applet: Remove unused build information
4f98a32
- build: Fix pkg-config warning related to abrt.pc
4f98a32
- applet: Fix a massive leak in the app detection code
4f98a32
- applet: Remove left-over code from the systray icon
4f98a32
- applet: Use the easy way to detect empty lists
4f98a32
- applet: Fix a number of "problems" memory leaks
4f98a32
- applet: Make problem_info_t refcounted
4f98a32
- applet: If gnome-abrt isn't there, don't offer to report
4f98a32
- applet: Fix multiple notifications for the same problem
4f98a32
- applet: Always defer auto-reporting without a network
4f98a32
- applet: Don't ignore foreign problems if an admin
4f98a32
- applet: Rename problem variable to "pi"
4f98a32
- applet: Remove unused "flags" parameters
4f98a32
- applet: Completely ignore incomplete problems
4f98a32
- applet: Don't ignore repeat problems in the same app
4f98a32
- applet: Fix warning when crash doesn't happen in app
4f98a32
- applet: Remove unused functions
4f98a32
- applet: Remove unused flags
4f98a32
- applet: Rewrite notifications
4f98a32
- applet: Don't run full reports from the applet
4f98a32
- applet: Simplify "report" action
4f98a32
- applet: Add helper to guess .desktop for a cmdline
4f98a32
- applet: Get more details from the crash report
4f98a32
- applet: Ignore other people's problems for non-admins
4f98a32
- applet: Remove handling of "ignored" crashes
4f98a32
- applet: Remove specific persistent notifications handling
4f98a32
- applet: Rename applet to match gnome-abrt
4f98a32
- applet: Initialise libnotify on startup
4f98a32
- applet: Use g_new0() instead of xzalloc()
4f98a32
- applet: Use g_strdup_printf()/g_strdup()
4f98a32
- applet: Move variable inside block where it's used
4f98a32
- daemon: process unpackaged by default
4f98a32
- spec: fix abrt-applet requires
4f98a32
- applet: Fix memory leak in fork_exec_gui()
4f98a32
- applet: Detect whether gnome-abrt is available
4f98a32
- applet: Use GUI_EXECUTABLE macro
4f98a32
- autogen: move configure to the default case
4f98a32
- applet: Use GIO to launch gnome-abrt
4f98a32
- applet: Fix typo in "Oterwise"
4f98a32
- applet: Use symbolic icon instead of abrt's in notifications
4f98a32
- applet: Add some debug to new_dir_exists()
4f98a32
- applet: Require at least libnotify 0.7
4f98a32
- applet: Fix typo in "cuurent"
4f98a32
- applet: Don't defer sending out uReports
4f98a32
- applet: Use G_SOURCE_REMOVE in timeout callback
4f98a32
- spec: Bump required glib2 version
4f98a32
- applet: Use g_bus_own_name() for single-instance
4f98a32
- applet: Remove status icon
4f98a32
- applet: Use GDBus to filter crash signals
4f98a32
- applet: Remove XSMP support
4f98a32
- build: Launch configure after autogen.sh
4f98a32
- make: make some python depencies optional
4f98a32
- configure: fix typos
4f98a32
- configure: check for python-sphinx and nose
4f98a32
- spec: add gsettings-desktop-schemas to the build requires
4f98a32
- core: use updated dump_fd_info()
4f98a32
- switch from 'analyzer' to 'type'
4f98a32
- spec: install abrt-dump-journal-core stuff
4f98a32
- init: add abrt-journal-core service
4f98a32
- introduce abrt-dump-journal-core
4f98a32
- applet: Remove the automatic crash reporting message dialog
4f98a32
- applet: Remove pre-glib 2.32 code
4f98a32
- applet: Remove pointless custom signal handling
4f98a32
- applet: Use GNetworkMonitor instead of NM directly
4f98a32
- applet: Use GSettings to check whether to send uReports
4f98a32
- Rewrite journalctl invocations: replace grep/tail pipeline with journalctl builtins.
4f98a32
- Don't slurp unbounded amounts of data when invoking journalctl. Fixes #887.
4f98a32
- console-notifications: add timeout
4f98a32
- cli-status: use will_python_exception
4f98a32
- ccpp-hook: move utility functions to hooklib
4f98a32
- ccpp-hook: move /proc/[pid]/ utils to libreport
4f98a32
- abrt-journal: add functions for reading/saving journald state
4f98a32
- Do not use 'bool' in OPT_BOOL() macro : it expects 'int'
4f98a32
- daemon: Own a D-Bus name
4f98a32
- zanata: add gettext mappings
4f98a32
- auto-reporting: add options to specify auth type
4f98a32
- translations: move from transifex to zanata
4f98a32
- spec: add missing augeas dependency
4f98a32
- Only analyze vulnerabilities when coredump present
4f98a32
- abrt-install-ccpp-hook check configuration
4f98a32
- UUID from core backtrace if coredump is missing
4f98a32
- Create core backtrace in unwind hook
4f98a32
- abrt-hook-ccpp: minor refactoring
4f98a32
- vmcore: remove original vmcore file in the last step
4f98a32
- vmcore: catch IOErrors and OSErrors
4f98a32
- python: load the configuration from correct file
4f98a32
- Remove garbage from ccpp_event.conf
4f98a32
- spec: update the required gdb version
4f98a32
- gdb: make gdb aware of the abrt's debuginfo dir
4f98a32
- Revert "gdb: disable loading of auto-loaded files"
4f98a32
- spec: update the URL
Jakub Filak 181e4a8
- koops: improve 'reason' text for page faults
4f98a32
- sos: use all valuable plugins
4f98a32
- a-a-g-machine-id: do not print any error from the event handler
4f98a32
- a-a-g-machine-id: omit trailing new-line for one-liners only
4f98a32
- a-a-g-machine-id: suppress its failures in abrt_event.conf
4f98a32
- a-a-g-machine-id: add systemd's machine id
4f98a32
- applet: ensure writable dump directory before reporting
4f98a32
- make ABRT quieter
4f98a32
- journal-oops: use the length result of sd_journal_get_data()
Jakub Filak a355adb
- console-notifications: skip non-interactive shells
4f98a32
- applet: don't show duphash instead of component
4f98a32
- ureport: attach contact email if configured
Jakub Filak ceaa3bf
- console-notifications: use return instead of exit
4f98a32
- Translation updates
4f98a32
- a-a-s-p-d: add firefox on the package blacklist