10661d
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
10661d
# http://fedoraproject.org/wiki/Hardened_Packages
10661d
%global _hardened_build 1
10661d
10661d
%if 0%{?fedora} || 0%{?rhel} > 7
10661d
# Enable python3 build by default
10661d
%bcond_without python3
10661d
%else
10661d
%bcond_with python3
10661d
%endif
10661d
10661d
%if 0%{?rhel} > 7 || 0%{?fedora} > 28
10661d
# Disable python2 build by default
10661d
%bcond_with python2
10661d
%else
10661d
%bcond_without python2
10661d
%endif
10661d
10661d
%if 0%{?rhel}%{?suse_version}
10661d
    %bcond_with bodhi
10661d
%else
10661d
    %bcond_without bodhi
10661d
%endif
10661d
10661d
# build abrt-atomic subpackage
10661d
%bcond_without atomic
10661d
10661d
# rpmbuild --define 'desktopvendor mystring'
10661d
%if "x%{desktopvendor}" == "x"
10661d
    %define desktopvendor %(source /etc/os-release; echo ${ID})
10661d
%endif
10661d
10661d
%if 0%{?suse_version}
10661d
%define dbus_devel dbus-1-devel
10661d
%define libjson_devel libjson-devel
10661d
%define nss_devel mozilla-nss-devel
10661d
%define shadow_utils pwdutils
10661d
%else
10661d
%define dbus_devel dbus-devel
10661d
%define libjson_devel json-c-devel
10661d
%define nss_devel nss-devel
10661d
%define shadow_utils shadow-utils
10661d
%endif
10661d
10661d
# do not append package version to doc directory of subpackages in F20 and later; rhbz#993656
10661d
%if "%{_pkgdocdir}" == "%{_docdir}/%{name}"
10661d
    %define docdirversion %{nil}
10661d
%else
10661d
    %define docdirversion -%{version}
10661d
%endif
10661d
10661d
%define libreport_ver 2.9.3
10661d
%define satyr_ver 0.24
10661d
10661d
Summary: Automatic bug detection and reporting tool
10661d
Name: abrt
10661d
Version: 2.10.9
68f15b
Release: 24%{?dist}
10661d
License: GPLv2+
10661d
URL: https://abrt.readthedocs.org/
10661d
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
10661d
10661d
Patch0001: 0001-Remove-dependency-on-deprecated-nss-pem.patch
10661d
#Patch0002: 0002-testsuite-add-test-for-core-template-substitution.patch
10661d
Patch0003: 0003-ccpp-add-h-and-e-parameter-into-abrt-hook-ccpp.patch
10661d
#Patch0004: 0004-spec-remove-duplicated-python3-devel.patch
10661d
#Patch0005: 0005-spec-Switch-hardcoded-python3-shebangs-into-the-__py.patch
10661d
#Patch0006: 0006-spec-sed-abrt-action-find-bodhi-update-only-if-with-.patch
10661d
#Patch0007: 0007-Sed-shebang-only-if-have_kexec_tools-1-in-some-tools.patch
10661d
#Patch0008: 0008-spec-switch-Python-tests-to-use-__python3.patch
10661d
Patch0009: 0009-lib-Correct-the-syntax-for-gdb-backtrace-command.patch
10661d
#git format-patch 7e9e07dc -N --start-number 10 --topo-order
10661d
#Patch0010: 0010-testsuite-fix-path-for-augeas-in-ccpp-plugin-hook.patch
10661d
#Patch0011: 0011-testsuite-Remove-abrt-Python2-packages.patch
10661d
#Patch0012: 0012-testsuite-Force-grep-to-process-binary-files.patch
10661d
#Patch0013: 0013-testsuite-Force-grep-to-process-binary-files-2.patch
10661d
#Patch0014: 0014-testsuite-Disable-Python2-integration-tests.patch
10661d
#Patch0015: 0015-testsuite-Migrate-integeration-tests-to-Python3.patch
10661d
#Patch0016: 0016-testsuite-Open-files-in-binary-mode.patch
10661d
#Patch0017: 0017-testsuite-Test-Python3-with-dbus-configuration.patch
10661d
#Patch0018: 0018-testsuite-Migrate-helper-scripts-in-tests-to-Python3.patch
10661d
#Patch0019: 0019-testsuite-Fix-for-tests-incorrectly-marked-as-failed.patch
10661d
#Patch0020: 0020-revert-spec-disable-addon-vmcore-on-aarch64.patch
10661d
#Patch0021: 0021-spec-turn-on-enable-native-unwinder-aarch64.patch
10661d
#git format-patch b13f52bd5 -N --start-number 21 --topo-order
10661d
#Patch0022: 0022-spec-Set-PYTHON-to-python3-during-install.patch
10661d
#Patch0023: 0023-spec-Remove-forgotten-have_kexec_tools-check.patch
10661d
Patch0024: 0024-dbus-Add-configuration-for-Python3.patch
10661d
Patch0025: 0025-daemon-Fix-double-closed-fd-race-condition.patch
10661d
#git format-patch 1725bd258 -N --start-number 26 --topo-order
a8b6c4
Patch0026: 0026-cli-list-show-a-hint-about-creating-a-case-in-RHTS.patch
a8b6c4
Patch0027: 0027-cli-mark-the-suggestion-text-for-translation.patch
a8b6c4
Patch0028: 0028-cli-get-list-of-possible-workflows-for-problem_data_.patch
10661d
#Patch0029: 0029-spec-Add-explicit-package-version-requirement-of-abr.patch
10661d
#git format-patch 2.10.9-10.el8 -N --start-number 30 --topo-order
d0ed5a
#Patch030: 0030-testsuite-dbus-element-handling-Use-external-script.patch
d0ed5a
#Patch031: 0031-testsuite-reporter-upload-ssh-keys-Don-t-test-curl-o.patch
d0ed5a
#Patch032: 0032-testsuite-abrt-action-ureport-Port-fakefaf-to-Python.patch
d0ed5a
#Patch033: 0033-testsuite-bugzilla-private-reports-Port-pyserve-to-P.patch
d0ed5a
#Patch034: 0034-testsuite-ureport-attachments-Port-pyserve-to-Python.patch
d0ed5a
#Patch035: 0035-testsuite-upload-ftp-Drop-in-tree-copy-of-pyftpdlib.patch
d0ed5a
#Patch036: 0036-testsuite-rhts-test-Port-pyserve-to-Python-3.patch
d0ed5a
#Patch037: 0037-testsuite-dumpdir_completeness-Batch-import-keys.patch
d0ed5a
#Patch038: 0038-testsuite-Add-initial-test-order-for-RHEL-8.patch
d0ed5a
#Patch039: 0039-testsuite-bugzilla-bt-reattach-Port-pyserve-to-Pytho.patch
d0ed5a
#Patch040: 0040-testsuite-reporter-mantisbt-Port-pyserve-to-Python3.patch
d0ed5a
#Patch041: 0041-testsuite-reporter-mantisbt-Fix-query-header.patch
d0ed5a
#Patch042: 0042-testsuite-abrt-action-ureport-Fix-fakefaf.py.patch
d0ed5a
#Patch043: 0043-testsuite-aux-Remove-Python-3-related-packages.patch
d0ed5a
#Patch044: 0044-aux-lib.sh-add-generate_python3_segfault.patch
d0ed5a
#Patch045: 0045-dont-blame-interpret-switch-to-generate_python3_segf.patch
d0ed5a
#Patch046: 0046-duptest-core_backtrace-use-python3-on-rhel8.patch
d0ed5a
#Patch047: 0047-ureport-auth-modify-a-pattern-to-match-error-message.patch
d0ed5a
#Patch048: 0048-testsuite-Add-abrt-auto-reporting-sanity-authenticat.patch
d0ed5a
#Patch049: 0049-runtests-new-test-for-PrivateReports.patch
d0ed5a
#Patch050: 0050-dumpoops-make-sure-hostname-matches-in-oops_full_hos.patch
d0ed5a
#Patch051: 0051-oops-processing-fixed-oops1.test-handling.-reworked-.patch
d0ed5a
#Patch052: 0052-meaningful-logs-check-relative-counts-of-lines-inste.patch
d0ed5a
#Patch053: 0053-non-fatal-mce-prepare-oops1.test-from-template-befor.patch
d0ed5a
#Patch054: 0054-oops-processing-fix-for-rhel-8.patch
d0ed5a
#Patch055: 0055-dumpoops-remove-sed-of-file-not-existing-and-not-nee.patch
d0ed5a
Patch056: 0056-a-a-list-dsos-Fix-decoding-of-strings-from-rpm.patch
d0ed5a
#git format-patch 2.10.9-11.el8 -N --start-number 57 --topo-order
a8b6c4
Patch057: 0057-a-a-save-package-data-Use-regexps-to-match-interpret.patch
a8b6c4
Patch058: 0058-harvest_vmcore-Fix-missing-argument-error-during-del.patch
a8b6c4
#git format-patch 2.10.9-12.el8 -N --start-number 59 --topo-order
a8b6c4
#Patch059: 0059-abrtd-infinite-event-loop-remove-unnecesary-from-REs.patch
a8b6c4
#Patch060: 0060-spec-Revert-libreport-dependency-change.patch
a8b6c4
#Patch061: 0061-Revert-spec-Revert-libreport-dependency-change.patch
a8b6c4
#Patch062: 0062-spec-Revert-libreport-dependency-change.patch
a8b6c4
#Patch063: 0063-spec-Don-t-build-with-RHTS-bits-on-CentOS.patch
a8b6c4
#Patch064: 0064-dont-blame-interpret-Rename-and-redo.patch
a8b6c4
#Patch065: 0065-tests-aux-lib-Add-remove_problem_directory.patch
a8b6c4
Patch066: 0066-cli-Add-a-shebang.patch
a8b6c4
Patch067: 0067-shellcheck-Use-.-instead-of-legacy-backticked.patch
a8b6c4
Patch068: 0068-shellcheck-Suppress-shellcheck-warning-SC1090.patch
a8b6c4
Patch069: 0069-shellcheck-Check-exit-code-directly-with-if-mycmd.patch
a8b6c4
Patch070: 0070-shellcheck-Use-command-instead-of-type.patch
a8b6c4
#git format-patch 2.10.9-13.el8 --no-numbered --start-number=71 --topo-order
a8b6c4
Patch071: 0071-plugin-general-from-sos-has-been-split-into-two-new-.patch
a8b6c4
#git format-patch 2.10.9-14.el8 --no-numbered --start-number=72 --topo-order
a8b6c4
Patch072: 0072-sos-use-services-instead-of-startup.patch
a8b6c4
#git format-patch 2.10.9-16.el8 --no-numbered --start-number=73 --topo-order
a8b6c4
#Patch0073: 0073-setgid-instead-of-setuid-the-abrt-action-install-deb.patch
a8b6c4
#Patch0074: 0074-remove-old-transition-postscriptlet.patch
a8b6c4
#Patch0075: 0075-make-sure-that-former-caches-are-group-writable.patch
a8b6c4
#Patch0076: 0076-abrt-action-install-debuginfo-Fix-variable-reference.patch
a8b6c4
#Patch0077: 0077-Revert-abrt-action-install-debuginfo-Fix-variable-re.patch
a8b6c4
#Patch0078: 0078-Revert-make-sure-that-former-caches-are-group-writab.patch
a8b6c4
#Patch0079: 0079-Revert-remove-old-transition-postscriptlet.patch
a8b6c4
#Patch0080: 0080-Revert-setgid-instead-of-setuid-the-abrt-action-inst.patch
a8b6c4
#Patch0081: 0081-Revert-a-a-install-debuginfo-Clean-cache-if-we-need-.patch
a8b6c4
Patch0082: 0082-setgid-instead-of-setuid-the-abrt-action-install-deb.patch
a8b6c4
Patch0083: 0083-remove-old-transition-postscriptlet.patch
a8b6c4
Patch0084: 0084-make-sure-that-former-caches-are-group-writable.patch
a8b6c4
Patch0085: 0085-abrt-action-install-debuginfo-Fix-variable-reference.patch
a8b6c4
Patch0086: 0086-plugins-sosreport_event-Rename-nfsserver-plugin.patch
a8b6c4
# git format-patch 2.10.9-19.el8 --no-numbered --start-number=87 --topo-order
a8b6c4
Patch0087: 0087-plugins-abrt-action-install-debuginfo-Fix-reference.patch
7afedc
Patch0090: 0090-skip-journal-reporting.patch
68f15b
# rhbz#2137499: Update sosreport command line call.
68f15b
Patch0091: 0091-plugins-Update-sosreport-event.patch
68f15b
# git format-patch -1 a58e1fb2 --start-number=92
68f15b
Patch0092: 0092-abrt-dump-oops-Fix-vmcore-call-trace-parsing.patch
10661d
10661d
# autogen.sh is need to regenerate all the Makefile files
10661d
Patch1000: 1000-Add-autogen.sh.patch
10661d
10661d
BuildRequires: %{dbus_devel}
10661d
BuildRequires: gtk3-devel
10661d
BuildRequires: glib2-devel >= 2.43
10661d
BuildRequires: rpm-devel >= 4.6
10661d
BuildRequires: desktop-file-utils
10661d
BuildRequires: libnotify-devel
10661d
#why? BuildRequires: file-devel
10661d
BuildRequires: gettext
10661d
BuildRequires: libxml2-devel
10661d
BuildRequires: intltool
10661d
BuildRequires: libtool
10661d
BuildRequires: %{nss_devel}
10661d
BuildRequires: asciidoc
10661d
BuildRequires: doxygen
10661d
BuildRequires: xmlto
10661d
BuildRequires: libreport-devel >= %{libreport_ver}
10661d
BuildRequires: satyr-devel >= %{satyr_ver}
10661d
BuildRequires: augeas
10661d
BuildRequires: libselinux-devel
10661d
BuildRequires: sed
10661d
%if %{with python2}
10661d
BuildRequires: python2-devel
10661d
BuildRequires: python2-systemd
10661d
BuildRequires: python2-argcomplete
10661d
BuildRequires: python2-argh
10661d
BuildRequires: python2-humanize
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
BuildRequires: python3-devel
10661d
BuildRequires: python3-systemd
10661d
BuildRequires: python3-argcomplete
10661d
BuildRequires: python3-argh
10661d
BuildRequires: python3-humanize
10661d
%endif # with python3
10661d
BuildRequires: git
10661d
10661d
Requires: libreport >= %{libreport_ver}
10661d
Requires: satyr >= %{satyr_ver}
10661d
# these only exist on suse
10661d
%if 0%{?suse_version}
10661d
BuildRequires: dbus-1-glib-devel
10661d
Requires: dbus-1-glib
10661d
%endif
10661d
10661d
%{?systemd_requires}
10661d
Requires: systemd
10661d
Requires: %{name}-libs = %{version}-%{release}
10661d
Requires: python3-%{name} = %{version}-%{release}
10661d
Requires(pre): %{shadow_utils}
10661d
%if %{with python2}
10661d
Requires: python2-augeas
10661d
Requires: python2-dbus
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
Requires: python3-augeas
10661d
Requires: python3-dbus
10661d
%endif # with python3
10661d
%ifarch aarch64 i686 x86_64
10661d
Requires: dmidecode
10661d
%endif
10661d
Requires: libreport-plugin-ureport
10661d
%if 0%{?rhel}
10661d
Requires: libreport-plugin-rhtsupport
10661d
%endif
10661d
%if 0%{?fedora}
10661d
Requires: libreport-plugin-systemd-journal
10661d
%endif
10661d
10661d
#gui
10661d
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
10661d
BuildRequires: gsettings-desktop-schemas-devel >= 3.15
10661d
#addon-ccpp
10661d
BuildRequires: gdb-headless
10661d
BuildRequires: libcap-devel
10661d
#addon-kerneloops
10661d
BuildRequires: systemd-devel
10661d
BuildRequires: %{libjson_devel}
10661d
%if %{with bodhi}
10661d
# plugin-bodhi
10661d
BuildRequires: libreport-web-devel >= %{libreport_ver}
10661d
%endif
10661d
#desktop
10661d
#Default config of addon-ccpp requires gdb
10661d
BuildRequires: gdb-headless
10661d
#dbus
10661d
BuildRequires: polkit-devel
10661d
%if %{with python2}
10661d
#python2-abrt
10661d
BuildRequires: python2-sphinx
10661d
BuildRequires: python2-libreport
10661d
#python2-abrt-doc
10661d
BuildRequires: python2-devel
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
#python3-abrt
10661d
BuildRequires: python3-nose
10661d
BuildRequires: python3-sphinx
10661d
BuildRequires: python3-libreport
10661d
#python3-abrt-doc
10661d
BuildRequires: python3-devel
10661d
%endif # with python3
10661d
10661d
%description
10661d
%{name} is a tool to help users to detect defects in applications and
10661d
to create a bug report with all information needed by maintainer to fix it.
10661d
It uses plugin system to extend its functionality.
10661d
10661d
%package libs
10661d
Summary: Libraries for %{name}
10661d
10661d
%description libs
10661d
Libraries for %{name}.
10661d
10661d
%package devel
10661d
Summary: Development libraries for %{name}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description devel
10661d
Development libraries and headers for %{name}.
10661d
10661d
%package gui-libs
10661d
Summary: Libraries for %{name}-gui
10661d
Requires: %{name}-libs = %{version}-%{release}
10661d
10661d
%description gui-libs
10661d
Libraries for %{name}-gui.
10661d
10661d
%package gui-devel
10661d
Summary: Development libraries for %{name}-gui
10661d
Requires: abrt-gui-libs = %{version}-%{release}
10661d
10661d
%description gui-devel
10661d
Development libraries and headers for %{name}-gui.
10661d
10661d
%package gui
10661d
Summary: %{name}'s gui
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: %{name}-dbus = %{version}-%{release}
10661d
Requires: gnome-abrt
10661d
Requires: gsettings-desktop-schemas >= 3.15
10661d
# we used to have abrt-applet, now abrt-gui includes it:
10661d
Provides: abrt-applet = %{version}-%{release}
10661d
Obsoletes: abrt-applet < 0.0.5
10661d
Conflicts: abrt-applet < 0.0.5
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
Requires: abrt-gui-libs = %{version}-%{release}
10661d
10661d
%description gui
10661d
GTK+ wizard for convenient bug reporting.
10661d
10661d
%package addon-coredump-helper
10661d
Summary: %{name}'s /proc/sys/kernel/core_pattern helper
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description addon-coredump-helper
10661d
This package contains hook for C/C++ crashed programs.
10661d
10661d
%package addon-ccpp
10661d
Summary: %{name}'s C/C++ addon
10661d
Requires: cpio
10661d
Requires: gdb-headless
10661d
Requires: elfutils
10661d
%if 0%{!?rhel:1}
10661d
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
10661d
Requires: %{name}-retrace-client
10661d
%endif
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: %{name}-addon-coredump-helper = %{version}-%{release}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
%if %{with python2}
10661d
Requires: python2-libreport
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
Requires: python3-libreport
10661d
%endif # with python3
d0ed5a
Requires: rpm >= 4.14.2-11
10661d
10661d
%description addon-ccpp
10661d
This package contains %{name}'s C/C++ analyzer plugin.
10661d
10661d
%package addon-upload-watch
10661d
Summary: %{name}'s upload addon
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description addon-upload-watch
10661d
This package contains hook for uploaded problems.
10661d
10661d
%package retrace-client
10661d
Summary: %{name}'s retrace client
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: xz
10661d
Requires: tar
10661d
Requires: p11-kit-trust
10661d
10661d
%description retrace-client
10661d
This package contains the client application for Retrace server
10661d
which is able to analyze C/C++ crashes remotely.
10661d
10661d
%package addon-kerneloops
10661d
Summary: %{name}'s kerneloops addon
10661d
Requires: curl
10661d
Requires: %{name} = %{version}-%{release}
10661d
%if 0%{!?rhel:1}
10661d
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
10661d
%endif
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description addon-kerneloops
10661d
This package contains plugin for collecting kernel crash information from
10661d
system log.
10661d
10661d
%package addon-xorg
10661d
Summary: %{name}'s Xorg addon
10661d
Requires: curl
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description addon-xorg
10661d
This package contains plugin for collecting Xorg crash information from Xorg
10661d
log.
10661d
10661d
%package addon-vmcore
10661d
Summary: %{name}'s vmcore addon
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-addon-kerneloops
10661d
Requires: kexec-tools
10661d
%if %{with python2}
10661d
Requires: python2-abrt
10661d
Requires: python2-augeas
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
Requires: python3-abrt
10661d
Requires: python3-augeas
10661d
%endif # with python3
10661d
Requires: util-linux
10661d
10661d
%description addon-vmcore
10661d
This package contains plugin for collecting kernel crash information from
10661d
vmcore files.
10661d
10661d
%package addon-pstoreoops
10661d
Summary: %{name}'s pstore oops addon
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
Requires: abrt-addon-kerneloops
10661d
Obsoletes: abrt-addon-uefioops
10661d
10661d
%description addon-pstoreoops
10661d
This package contains plugin for collecting kernel oopses from pstore storage.
10661d
10661d
%if %{with bodhi}
10661d
%package plugin-bodhi
10661d
Summary: %{name}'s bodhi plugin
10661d
Requires: %{name} = %{version}-%{release}
10661d
Obsoletes: libreport-plugin-bodhi > 0.0.1
10661d
Provides: libreport-plugin-bodhi = %{version}-%{release}
10661d
10661d
%description plugin-bodhi
10661d
Search for a new updates in bodhi server.
10661d
%endif
10661d
10661d
%if %{with python2}
10661d
%package -n python2-abrt-addon
10661d
Summary: %{name}'s addon for catching and analyzing Python exceptions
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: python2-systemd
10661d
Requires: python2-abrt
10661d
# Remove before F30
10661d
Provides: abrt-addon-python = %{version}-%{release}
10661d
Provides: abrt-addon-python%{?_isa} = %{version}-%{release}
10661d
Obsoletes: abrt-addon-python < 2.10.4
10661d
10661d
%description -n python2-abrt-addon
10661d
This package contains python hook and python analyzer plugin for handling
10661d
uncaught exception in python programs.
10661d
10661d
%package -n python2-abrt-container-addon
10661d
Summary: %{name}'s container addon for catching Python 2 exceptions
10661d
Conflicts: python2-abrt-addon
10661d
Requires: container-exception-logger
10661d
10661d
%description -n python2-abrt-container-addon
10661d
This package contains python 2 hook and handling uncaught exception in python 2
10661d
programs in container.
10661d
%endif # with python2
10661d
10661d
%if %{with python3}
10661d
%package -n python3-abrt-addon
10661d
Summary: %{name}'s addon for catching and analyzing Python 3 exceptions
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: python3-systemd
10661d
Requires: python3-abrt
10661d
# Remove before F30
10661d
Provides: abrt-addon-python3 = %{version}-%{release}
10661d
Provides: abrt-addon-python3%{?_isa} = %{version}-%{release}
10661d
Obsoletes: abrt-addon-python3 < 2.10.4
10661d
10661d
%description -n python3-abrt-addon
10661d
This package contains python 3 hook and python analyzer plugin for handling
10661d
uncaught exception in python 3 programs.
10661d
10661d
%package -n python3-abrt-container-addon
10661d
Summary: %{name}'s container addon for catching Python 3 exceptions
10661d
Conflicts: python3-abrt-addon
10661d
Requires: container-exception-logger
10661d
10661d
%description -n python3-abrt-container-addon
10661d
This package contains python 3 hook and handling uncaught exception in python 3
10661d
programs in container.
10661d
%endif # with python3
10661d
10661d
%package plugin-sosreport
10661d
Summary: %{name}'s plugin for building automatic sosreports
10661d
Requires: sos
10661d
Requires: %{name} = %{version}-%{release}
10661d
10661d
%description plugin-sosreport
10661d
This package contains a configuration snippet to enable automatic generation
10661d
of sosreports for abrt events.
10661d
10661d
%package plugin-machine-id
10661d
Summary: %{name}'s plugin to generate machine_id based off dmidecode
10661d
Requires: %{name} = %{version}-%{release}
10661d
10661d
%description plugin-machine-id
10661d
This package contains a configuration snippet to enable automatic generation
10661d
of machine_id for abrt events.
10661d
10661d
%package tui
10661d
Summary: %{name}'s command line interface
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: libreport-cli >= %{libreport_ver}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
Requires: abrt-dbus
10661d
10661d
%description tui
10661d
This package contains a simple command line client for processing abrt reports
10661d
in command line environment.
10661d
10661d
%if %{with python3}
10661d
%package cli-ng
10661d
Summary: %{name}'s improved command line interface
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: libreport-cli >= %{libreport_ver}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
Requires: abrt-dbus
10661d
Requires: python3-abrt
10661d
Requires: abrt-addon-ccpp
10661d
Requires: python3-argh
10661d
Requires: python3-argcomplete
10661d
Requires: python3-humanize
10661d
10661d
%description cli-ng
10661d
New generation command line interface for ABRT
10661d
%endif # with python3
10661d
10661d
%package cli
10661d
Summary: Virtual package to make easy default installation on non-graphical environments
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-tui
10661d
Requires: abrt-addon-kerneloops
10661d
Requires: abrt-addon-pstoreoops
10661d
Requires: abrt-addon-vmcore
10661d
Requires: abrt-addon-ccpp
10661d
%if %{with python2}
10661d
Requires: python2-abrt-addon
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
Requires: python3-abrt-addon
10661d
%endif # with python3
10661d
Requires: abrt-addon-xorg
10661d
%if 0%{?rhel}
10661d
Requires: libreport-rhel >= %{libreport_ver}
10661d
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
10661d
%else
10661d
Requires: abrt-retrace-client
10661d
%if %{with bodhi}
10661d
Requires: abrt-plugin-bodhi
10661d
%endif
10661d
%if 0%{!?suse_version:1}
10661d
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
10661d
%endif
10661d
Requires: libreport-plugin-logger >= %{libreport_ver}
10661d
Requires: libreport-plugin-ureport >= %{libreport_ver}
10661d
%if 0%{?fedora}
10661d
Requires: libreport-fedora >= %{libreport_ver}
10661d
%endif
10661d
%endif
10661d
10661d
%description cli
10661d
Virtual package to install all necessary packages for usage from command line
10661d
environment.
10661d
10661d
%package desktop
10661d
Summary: Virtual package to make easy default installation on desktop environments
10661d
# This package gets installed when anything requests bug-buddy -
10661d
# happens when users upgrade Fn to Fn+1;
10661d
# or if user just wants "typical desktop installation".
10661d
# Installing abrt-desktop should result in the abrt which works without
10661d
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-addon-kerneloops
10661d
Requires: abrt-addon-pstoreoops
10661d
Requires: abrt-addon-vmcore
10661d
Requires: abrt-addon-ccpp
10661d
%if %{with python2}
10661d
Requires: python2-abrt-addon
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
Requires: python3-abrt-addon
10661d
%endif # with python3
10661d
Requires: abrt-addon-xorg
10661d
Requires: gdb-headless
10661d
Requires: abrt-gui
10661d
Requires: gnome-abrt
10661d
%if 0%{?rhel}
10661d
Requires: libreport-rhel >= %{libreport_ver}
10661d
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
10661d
%else
10661d
Requires: abrt-retrace-client
10661d
%if %{with bodhi}
10661d
Requires: abrt-plugin-bodhi
10661d
%endif
10661d
%if 0%{!?suse_version:1}
10661d
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
10661d
%endif
10661d
Requires: libreport-plugin-logger >= %{libreport_ver}
10661d
Requires: libreport-plugin-ureport >= %{libreport_ver}
10661d
%if 0%{?fedora}
10661d
Requires: libreport-fedora >= %{libreport_ver}
10661d
%endif
10661d
%endif
10661d
#Requires: abrt-plugin-firefox
10661d
Provides: bug-buddy = %{version}-%{release}
10661d
10661d
%description desktop
10661d
Virtual package to install all necessary packages for usage from desktop
10661d
environment.
10661d
10661d
%if %{with atomic}
10661d
%package atomic
10661d
Summary: Package to make easy default installation on Atomic hosts.
10661d
Requires: %{name}-addon-coredump-helper = %{version}-%{release}
10661d
Requires: %{name}-libs = %{version}-%{release}
10661d
Conflicts: %{name}-addon-ccpp
10661d
10661d
%description atomic
10661d
Package to install all necessary packages for usage from Atomic
10661d
hosts.
10661d
%endif
10661d
10661d
%package dbus
10661d
Summary: ABRT DBus service
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: abrt-libs = %{version}-%{release}
10661d
10661d
%description dbus
10661d
ABRT DBus service which provides org.freedesktop.problems API on dbus and
10661d
uses PolicyKit to authorize to access the problem data.
10661d
10661d
%if %{with python2}
10661d
%package -n python2-abrt
10661d
Summary: ABRT Python API
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: %{name}-libs = %{version}-%{release}
10661d
Requires: %{name}-dbus = %{version}-%{release}
10661d
Requires: python2-dbus
10661d
Requires: python2-libreport
10661d
%if 0%{?rhel:%{rhel} == 7}
10661d
Requires: python-gobject-base
10661d
%else
10661d
Requires: python2-gobject-base
10661d
%endif
10661d
%{?python_provide:%python_provide python2-abrt}
10661d
# Remove before F30
10661d
Provides: %{name}-python = %{version}-%{release}
10661d
Provides: %{name}-python%{?_isa} = %{version}-%{release}
10661d
Obsoletes: %{name}-python < 2.10.4
10661d
10661d
%description -n python2-abrt
10661d
High-level API for querying, creating and manipulating
10661d
problems handled by ABRT in Python.
10661d
10661d
%package -n python2-abrt-doc
10661d
Summary: ABRT Python API Documentation
10661d
BuildArch: noarch
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: python2-abrt = %{version}-%{release}
10661d
# Remove before F30
10661d
Provides: %{name}-python-doc = %{version}-%{release}
10661d
Obsoletes: %{name}-python-doc < 2.10.4
10661d
10661d
%description -n python2-abrt-doc
10661d
Examples and documentation for ABRT Python API.
10661d
%endif # with python2
10661d
10661d
%if %{with python3}
10661d
%package -n python3-abrt
10661d
Summary: ABRT Python 3 API
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: %{name}-libs = %{version}-%{release}
10661d
Requires: %{name}-dbus = %{version}-%{release}
10661d
Requires: python3-dbus
10661d
Requires: python3-libreport
10661d
%{?python_provide:%python_provide python3-abrt}
10661d
# Remove before F30
10661d
Provides: %{name}-python3 = %{version}-%{release}
10661d
Provides: %{name}-python3%{?_isa} = %{version}-%{release}
10661d
Obsoletes: %{name}-python3 < 2.10.4
10661d
Requires: python3-gobject-base
10661d
10661d
%description -n python3-abrt
10661d
High-level API for querying, creating and manipulating
10661d
problems handled by ABRT in Python 3.
10661d
10661d
%package -n python3-abrt-doc
10661d
Summary: ABRT Python API Documentation
10661d
BuildArch: noarch
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: python3-%{name} = %{version}-%{release}
10661d
# Remove before F30
10661d
Provides: %{name}-python3-doc = %{version}-%{release}
10661d
Obsoletes: %{name}-python3-doc < 2.10.4
10661d
10661d
%description -n python3-abrt-doc
10661d
Examples and documentation for ABRT Python 3 API.
10661d
%endif # with python3
10661d
10661d
%package console-notification
10661d
Summary: ABRT console notification script
10661d
Requires: %{name} = %{version}-%{release}
10661d
Requires: %{name}-cli = %{version}-%{release}
10661d
10661d
%description console-notification
10661d
A small script which prints a count of detected problems when someone logs in
10661d
to the shell
10661d
10661d
%prep
10661d
# http://www.rpm.org/wiki/PackagerDocs/Autosetup
10661d
# Default '__scm_apply_git' is 'git apply && git commit' but this workflow
10661d
# doesn't allow us to create a new file within a patch, so we have to use
10661d
# 'git am' (see /usr/lib/rpm/macros for more details)
10661d
#%%define __scm_apply_git(qp:m:) %{__git} am --exclude doc/design --exclude doc/project/abrt.tex
10661d
%define __scm_apply_git(qp:m:) %{__git} am
10661d
%autosetup -S git
10661d
10661d
%build
10661d
export PYTHON_NOSE="%{__python3} -m nose"
10661d
./autogen.sh
10661d
autoconf
10661d
10661d
%define var_base_dir spool
10661d
10661d
CFLAGS="%{optflags} -Werror" %configure \
10661d
%if %{without python2}
10661d
        --without-python2 \
10661d
%endif # with python2
10661d
%if %{without python3}
10661d
        --without-python3 \
10661d
%endif # with python3
10661d
%if %{without bodhi}
10661d
        --without-bodhi \
10661d
%endif
10661d
%if %{without atomic}
10661d
        --without-atomic \
10661d
%endif
10661d
%if 0%{?rhel}
10661d
        --enable-suggest-autoreporting \
d0ed5a
        --enable-authenticated-autoreporting \
10661d
%endif
10661d
%ifnarch %{arm}
10661d
        --enable-native-unwinder \
10661d
%endif
10661d
        --with-defaultdumplocation=/var/%{var_base_dir}/abrt \
10661d
        --enable-doxygen-docs \
10661d
        --enable-dump-time-unwind \
10661d
        --disable-silent-rules
10661d
10661d
make %{?_smp_mflags}
10661d
10661d
%install
10661d
make install DESTDIR=$RPM_BUILD_ROOT \
10661d
             PYTHON=%{__python3} \
10661d
             mandir=%{_mandir} \
10661d
             dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
10661d
10661d
%find_lang %{name}
10661d
10661d
# Switch hardcoded python3 shebangs into the %%{__python3} macro
10661d
sed -i '1s=^#!/usr/bin/python3\($\|\s\)=#!%{__python3}\1=' \
10661d
    %{buildroot}%{_sbindir}/abrt-harvest-pstoreoops \
10661d
    %{buildroot}%{_bindir}/abrt \
10661d
    %{buildroot}%{_bindir}/abrt-handle-upload \
10661d
    %{buildroot}%{_bindir}/abrt-action-analyze-core \
10661d
%if %{with bodhi}
10661d
    %{buildroot}%{_bindir}/abrt-action-find-bodhi-update \
10661d
%endif
10661d
    %{buildroot}%{_bindir}/abrt-action-install-debuginfo \
10661d
    %{buildroot}%{_bindir}/abrt-action-list-dsos \
10661d
    %{buildroot}%{_bindir}/abrt-action-notify \
10661d
    %{buildroot}%{_bindir}/abrt-action-perform-ccpp-analysis \
10661d
    %{buildroot}%{_libexecdir}/abrt-action-generate-machine-id \
10661d
    %{buildroot}%{_libexecdir}/abrt-action-ureport \
10661d
    %{buildroot}%{_libexecdir}/abrt-gdb-exploitable \
10661d
    %{buildroot}%{_sbindir}/abrt-harvest-vmcore \
10661d
    %{buildroot}%{_bindir}/abrt-action-analyze-vmcore \
10661d
    %{buildroot}%{_bindir}/abrt-action-check-oops-for-alt-component \
10661d
    %{buildroot}%{_bindir}/abrt-action-check-oops-for-hw-error \
10661d
10661d
# Remove byte-compiled python files generated by automake.
10661d
# automake uses system's python for all *.py files, even
10661d
# for those which needs to be byte-compiled with different
10661d
# version (python2/python3).
10661d
# rpm can do this work and use the appropriate python version.
10661d
find $RPM_BUILD_ROOT -name "*.py[co]" -delete
10661d
10661d
# remove all .la and .a files
10661d
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
10661d
mkdir -p $RPM_BUILD_ROOT/var/cache/abrt-di
10661d
mkdir -p $RPM_BUILD_ROOT/var/run/abrt
10661d
mkdir -p $RPM_BUILD_ROOT/var/%{var_base_dir}/abrt
10661d
mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
10661d
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/abrt
10661d
10661d
desktop-file-install \
10661d
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
10661d
        src/applet/abrt-applet.desktop
10661d
10661d
ln -sf %{_datadir}/applications/abrt-applet.desktop ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/
10661d
10661d
# After everything is installed, remove info dir
10661d
rm -f %{buildroot}%{_infodir}/dir
10661d
10661d
%check
10661d
make check|| {
10661d
    # find and print the logs of failed test
10661d
    # do not cat tests/testsuite.log because it contains a lot of bloat
10661d
    find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
10661d
    exit 1
10661d
}
10661d
10661d
%pre
10661d
#uidgid pair 173:173 reserved in setup rhbz#670231
10661d
%define abrt_gid_uid 173
10661d
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
10661d
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
10661d
exit 0
10661d
10661d
%post
10661d
# $1 == 1 if install; 2 if upgrade
10661d
%systemd_post abrtd.service
10661d
10661d
%post addon-ccpp
10661d
%systemd_post abrt-ccpp.service
a8b6c4
# migration from 2.14.1.18
a8b6c4
if [ ! -e "%{_localstatedir}/cache/abrt-di/.migration-group-add" ]; then
a8b6c4
  chmod -R g+w %{_localstatedir}/cache/abrt-di
a8b6c4
  touch "%{_localstatedir}/cache/abrt-di/.migration-group-add"
a8b6c4
fi
a8b6c4
10661d
%systemd_post abrt-journal-core.service
10661d
%journal_catalog_update
10661d
10661d
%post addon-kerneloops
10661d
%systemd_post abrt-oops.service
10661d
%journal_catalog_update
10661d
10661d
%post addon-xorg
10661d
%systemd_post abrt-xorg.service
10661d
%journal_catalog_update
10661d
10661d
%if %{with python2}
10661d
%post -n python2-abrt-addon
10661d
%journal_catalog_update
10661d
%endif # with python2
10661d
10661d
%if %{with python3}
10661d
%post -n python3-abrt-addon
10661d
%journal_catalog_update
10661d
%endif # with python3
10661d
10661d
%post addon-vmcore
10661d
%systemd_post abrt-vmcore.service
10661d
%journal_catalog_update
10661d
10661d
%post addon-pstoreoops
10661d
%systemd_post abrt-pstoreoops.service
10661d
10661d
%post addon-upload-watch
10661d
%systemd_post abrt-upload-watch.service
10661d
10661d
%preun
10661d
%systemd_preun abrtd.service
10661d
10661d
%preun addon-ccpp
10661d
%systemd_preun abrt-ccpp.service
10661d
%systemd_preun abrt-journal-core.service
10661d
10661d
%preun addon-kerneloops
10661d
%systemd_preun abrt-oops.service
10661d
10661d
%preun addon-xorg
10661d
%systemd_preun abrt-xorg.service
10661d
10661d
%preun addon-vmcore
10661d
%systemd_preun abrt-vmcore.service
10661d
10661d
%preun addon-pstoreoops
10661d
%systemd_preun abrt-pstoreoops.service
10661d
10661d
%preun addon-upload-watch
10661d
%systemd_preun abrt-upload-watch.service
10661d
10661d
%postun
10661d
%systemd_postun_with_restart abrtd.service
10661d
10661d
%postun addon-ccpp
10661d
%systemd_postun_with_restart abrt-ccpp.service
10661d
%systemd_postun_with_restart abrt-journal-core.service
10661d
10661d
%postun addon-kerneloops
10661d
%systemd_postun_with_restart abrt-oops.service
10661d
10661d
%postun addon-xorg
10661d
%systemd_postun_with_restart abrt-xorg.service
10661d
10661d
%postun addon-vmcore
10661d
%systemd_postun_with_restart abrt-vmcore.service
10661d
10661d
%postun addon-pstoreoops
10661d
%systemd_postun_with_restart abrt-pstoreoops.service
10661d
10661d
%postun addon-upload-watch
10661d
%systemd_postun_with_restart abrt-upload-watch.service
10661d
10661d
%post gui
10661d
# update icon cache
10661d
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
10661d
10661d
%if %{with atomic}
10661d
%post atomic
10661d
if [ -f /etc/abrt/plugins/CCpp.conf ]; then
10661d
    mv /etc/abrt/plugins/CCpp.conf /etc/abrt/plugins/CCpp.conf.rpmsave.atomic || exit 1;
10661d
fi
10661d
ln -sf /etc/abrt/plugins/CCpp_Atomic.conf /etc/abrt/plugins/CCpp.conf
10661d
if [ -f /usr/share/abrt/conf.d/plugins/CCpp.conf ]; then
10661d
    mv /usr/share/abrt/conf.d/plugins/CCpp.conf /usr/share/abrt/conf.d/plugins/CCpp.conf.rpmsave.atomic || exit 1;
10661d
fi
10661d
ln -sf /usr/share/abrt/conf.d/plugins/CCpp_Atomic.conf /usr/share/abrt/conf.d/plugins/CCpp.conf
10661d
%systemd_post abrt-coredump-helper.service
10661d
10661d
%preun atomic
10661d
if [ -L /etc/abrt/plugins/CCpp.conf ]; then
10661d
    rm /etc/abrt/plugins/CCpp.conf
10661d
fi
10661d
if [ -L /usr/share/abrt/conf.d/plugins/CCpp.conf ]; then
10661d
    rm /usr/share/abrt/conf.d/plugins/CCpp.conf
10661d
fi
10661d
if [ -f /etc/abrt/plugins/CCpp.conf.rpmsave.atomic ]; then
10661d
    mv /etc/abrt/plugins/CCpp.conf.rpmsave.atomic /etc/abrt/plugins/CCpp.conf || exit 1
10661d
fi
10661d
if [ -f  /usr/share/abrt/conf.d/plugins/CCpp.conf.rpmsave.atomic ]; then
10661d
    mv /usr/share/abrt/conf.d/plugins/CCpp.conf.rpmsave.atomic /usr/share/abrt/conf.d/plugins/CCpp.conf || exit 1
10661d
fi
10661d
10661d
%postun atomic
10661d
%systemd_postun_with_restart abrt-coredump-helper.service
10661d
%endif # with atomic
10661d
10661d
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
10661d
# ldconfigi and gtk-update-icon-cache is not needed
10661d
%else
10661d
%post libs -p /sbin/ldconfig
10661d
10661d
%postun libs -p /sbin/ldconfig
10661d
10661d
%post gui-libs -p /sbin/ldconfig
10661d
10661d
%postun gui-libs -p /sbin/ldconfig
10661d
10661d
%postun gui
10661d
if [ $1 -eq 0 ] ; then
10661d
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
10661d
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
10661d
fi
10661d
%endif
10661d
10661d
%posttrans
10661d
# update the old problem dirs to contain "type" element
10661d
service abrtd condrestart >/dev/null 2>&1 || :
10661d
10661d
%posttrans addon-ccpp
10661d
# Migrate from abrt-ccpp.service to abrt-journal-core.service
10661d
# 'systemctl preset abrt-ccpp.service abrt-journal-core.service'
10661d
# is done only for installation by %systemd_post macro but not for package
10661d
# upgrade. Following lines affect changes in Fedora preset files in case of
10661d
# package upgrade and also starts abrt-journal-core.service and stops
10661d
# abrt-ccpp.service if abrt-ccpp.service is running.
10661d
# All this has to be done only once because some users want to use
10661d
# abrt-ccpp.service instead of the default abrt-journal-core.service.
10661d
# Hence we introduced a %{_localstatedir}/lib/abrt/abrt-migrated file to
10661d
# mark the migration was done.
10661d
if test ! -f %{_localstatedir}/lib/abrt/abrt-migrated ; then
10661d
    systemctl --no-reload preset abrt-ccpp.service >/dev/null 2>&1 || : 
10661d
    systemctl --no-reload preset abrt-journal-core.service >/dev/null 2>&1 || :
10661d
    if service abrt-ccpp status >/dev/null 2>&1 ; then
10661d
        systemctl stop abrt-ccpp >/dev/null 2>&1 || :
10661d
        systemctl start abrt-journal-core >/dev/null 2>&1 || :
10661d
    fi
10661d
    touch %{_localstatedir}/lib/abrt/abrt-migrated
10661d
fi
10661d
systemctl try-restart abrt-journal-core >/dev/null 2>&1 || :
10661d
systemctl try-restart abrt-ccpp >/dev/null 2>&1 || :
10661d
# Regenerate core_bactraces because of missing crash threads
10661d
abrtdir=$(grep "DumpLocation" /etc/abrt/abrt.conf | cut -d'=' -f2 | tr -d ' ')
10661d
if test -d "$abrtdir"; then
10661d
    for DD in `find "$abrtdir" -mindepth 1 -maxdepth 1 -type d`
10661d
    do
10661d
        if test -f "$DD/analyzer" && grep -q "^CCpp$" "$DD/analyzer"; then
10661d
            /usr/bin/abrt-action-generate-core-backtrace -d "$DD" -- >/dev/null 2>&1 || :
10661d
            test -f "$DD/core_backtrace" && chown `stat --format=%U:abrt $DD` "$DD/core_backtrace" || :
10661d
        fi
10661d
    done
10661d
fi
10661d
10661d
%posttrans addon-kerneloops
10661d
service abrt-oops condrestart >/dev/null 2>&1 || :
10661d
10661d
%posttrans addon-xorg
10661d
service abrt-xorg condrestart >/dev/null 2>&1 || :
10661d
10661d
%posttrans addon-vmcore
10661d
service abrt-vmcore condrestart >/dev/null 2>&1 || :
10661d
# Copy the configuration file to plugin's directory
10661d
test -f /etc/abrt/abrt-harvest-vmcore.conf && {
10661d
    echo "Moving /etc/abrt/abrt-harvest-vmcore.conf to /etc/abrt/plugins/vmcore.conf"
10661d
    mv -b /etc/abrt/abrt-harvest-vmcore.conf /etc/abrt/plugins/vmcore.conf
10661d
}
10661d
exit 0
10661d
10661d
%posttrans addon-pstoreoops
10661d
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
10661d
10661d
%if 0%{?fedora} > 27
10661d
# gtk-update-icon-cache is not needed
10661d
%else
10661d
%posttrans gui
10661d
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
10661d
%endif
10661d
10661d
%posttrans dbus
10661d
# Force abrt-dbus to restart like we do with the other services
10661d
killall abrt-dbus >/dev/null 2>&1 || :
10661d
10661d
%files -f %{name}.lang
10661d
%doc README.md COPYING
10661d
%{_unitdir}/abrtd.service
10661d
%{_tmpfilesdir}/abrt.conf
10661d
%{_sbindir}/abrtd
10661d
%{_sbindir}/abrt-server
10661d
%{_sbindir}/abrt-auto-reporting
10661d
%{_libexecdir}/abrt-handle-event
10661d
%{_libexecdir}/abrt-action-ureport
10661d
%{_libexecdir}/abrt-action-save-container-data
10661d
%{_bindir}/abrt-handle-upload
10661d
%{_bindir}/abrt-action-notify
10661d
%{_mandir}/man1/abrt-action-notify.1*
10661d
%{_bindir}/abrt-action-save-package-data
10661d
%{_bindir}/abrt-watch-log
10661d
%{_bindir}/abrt-action-analyze-python
10661d
%{_bindir}/abrt-action-analyze-xorg
10661d
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.problems.daemon.conf
10661d
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
10661d
%{_datadir}/%{name}/conf.d/abrt-action-save-package-data.conf
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/xorg.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/xorg.conf
10661d
%{_mandir}/man5/abrt-xorg.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
10661d
%{_datadir}/%{name}/conf.d/gpg_keys.conf
10661d
%{_mandir}/man5/gpg_keys.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
10661d
%{_mandir}/man5/abrt_event.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
10661d
%{_mandir}/man5/smart_event.conf.5*
10661d
%dir %attr(0751, root, abrt) %{_localstatedir}/%{var_base_dir}/%{name}
10661d
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
10661d
# abrtd runs as root
a8b6c4
%ghost %dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
10661d
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
10661d
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
10661d
10661d
%{_mandir}/man1/abrt-handle-upload.1*
10661d
%{_mandir}/man1/abrt-server.1*
10661d
%{_mandir}/man1/abrt-action-save-package-data.1*
10661d
%{_mandir}/man1/abrt-watch-log.1*
10661d
%{_mandir}/man1/abrt-action-analyze-python.1*
10661d
%{_mandir}/man1/abrt-action-analyze-xorg.1*
10661d
%{_mandir}/man1/abrt-auto-reporting.1*
10661d
%{_mandir}/man8/abrtd.8*
10661d
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
10661d
# {_mandir}/man5/pyhook.conf.5*
10661d
10661d
%files libs
10661d
%{_libdir}/libabrt.so.*
10661d
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
10661d
%{_datadir}/%{name}/conf.d/abrt.conf
10661d
%{_mandir}/man5/abrt.conf.5*
10661d
%dir %{_sysconfdir}/%{name}
10661d
%dir %{_sysconfdir}/%{name}/plugins
10661d
%dir %{_datadir}/%{name}
10661d
%dir %{_datadir}/%{name}/conf.d
10661d
%dir %{_datadir}/%{name}/conf.d/plugins
10661d
10661d
# filesystem package should own /usr/share/augeas/lenses directory
10661d
%{_datadir}/augeas/lenses/abrt.aug
10661d
10661d
%files devel
10661d
# The complex pattern below (instead of simlpy *) excludes Makefile{.am,.in}:
10661d
%doc apidoc/html/*.{html,png,css,js}
10661d
%{_includedir}/abrt/abrt-dbus.h
10661d
%{_includedir}/abrt/hooklib.h
10661d
%{_includedir}/abrt/libabrt.h
10661d
%{_includedir}/abrt/problem_api.h
10661d
%{_libdir}/libabrt.so
10661d
%{_libdir}/pkgconfig/abrt.pc
10661d
10661d
%files gui-libs
10661d
%{_libdir}/libabrt_gui.so.*
10661d
10661d
%files gui-devel
10661d
%{_includedir}/abrt/abrt-config-widget.h
10661d
%{_includedir}/abrt/system-config-abrt.h
10661d
%{_libdir}/libabrt_gui.so
10661d
%{_libdir}/pkgconfig/abrt_gui.pc
10661d
10661d
%files gui
10661d
%dir %{_datadir}/%{name}
10661d
# all glade, gtkbuilder and py files for gui
10661d
%{_datadir}/icons/hicolor/*/apps/*
10661d
%{_datadir}/icons/hicolor/*/status/*
10661d
%{_datadir}/%{name}/icons/hicolor/*/status/*
10661d
%{_datadir}/%{name}/ui/*
10661d
%{_bindir}/abrt-applet
10661d
%{_bindir}/system-config-abrt
10661d
#%%{_bindir}/test-report
10661d
%{_datadir}/applications/abrt-applet.desktop
10661d
%config(noreplace) %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
10661d
%{_mandir}/man1/abrt-applet.1*
10661d
%{_mandir}/man1/system-config-abrt.1*
10661d
10661d
%files addon-coredump-helper
10661d
%{_libexecdir}/abrt-hook-ccpp
10661d
%{_sbindir}/abrt-install-ccpp-hook
10661d
10661d
%files addon-ccpp
10661d
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/CCpp.conf
10661d
%{_mandir}/man5/abrt-CCpp.conf.5*
10661d
%{_libexecdir}/abrt-gdb-exploitable
10661d
%{_journalcatalogdir}/abrt_ccpp.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_ccpp_format.conf
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_journal_ccpp_format.conf
10661d
%{_unitdir}/abrt-ccpp.service
10661d
%{_unitdir}/abrt-journal-core.service
10661d
10661d
%dir %{_localstatedir}/lib/abrt
10661d
a8b6c4
# attr(2755) ~= SETGID
a8b6c4
%attr(2755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
10661d
10661d
%{_bindir}/abrt-action-analyze-c
10661d
%{_bindir}/abrt-action-trim-files
10661d
%{_bindir}/abrt-action-analyze-core
10661d
%{_bindir}/abrt-action-analyze-vulnerability
10661d
%{_bindir}/abrt-action-install-debuginfo
10661d
%{_bindir}/abrt-action-generate-backtrace
10661d
%{_bindir}/abrt-action-generate-core-backtrace
10661d
%{_bindir}/abrt-action-analyze-backtrace
10661d
%{_bindir}/abrt-action-list-dsos
10661d
%{_bindir}/abrt-action-perform-ccpp-analysis
10661d
%{_bindir}/abrt-action-analyze-ccpp-local
10661d
%{_bindir}/abrt-dump-journal-core
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
10661d
%{_mandir}/man5/ccpp_event.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
10661d
%{_mandir}/man5/gconf_event.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
10661d
%{_mandir}/man5/vimrc_event.conf.5*
10661d
%{_datadir}/libreport/events/analyze_CCpp.xml
10661d
%{_datadir}/libreport/events/analyze_LocalGDB.xml
10661d
%{_datadir}/libreport/events/collect_xsession_errors.xml
10661d
%{_datadir}/libreport/events/collect_GConf.xml
10661d
%{_datadir}/libreport/events/collect_vimrc_user.xml
10661d
%{_datadir}/libreport/events/collect_vimrc_system.xml
10661d
%{_datadir}/libreport/events/post_report.xml
10661d
%{_mandir}/man*/abrt-action-analyze-c.*
10661d
%{_mandir}/man*/abrt-action-trim-files.*
10661d
%{_mandir}/man*/abrt-action-generate-backtrace.*
10661d
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
10661d
%{_mandir}/man*/abrt-action-analyze-backtrace.*
10661d
%{_mandir}/man*/abrt-action-list-dsos.*
10661d
%{_mandir}/man*/abrt-install-ccpp-hook.*
10661d
%{_mandir}/man*/abrt-action-install-debuginfo.*
10661d
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
10661d
%{_mandir}/man*/abrt-action-analyze-core.*
10661d
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
10661d
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
10661d
%{_mandir}/man1/abrt-dump-journal-core.1*
10661d
10661d
%files addon-upload-watch
10661d
%{_sbindir}/abrt-upload-watch
10661d
%{_unitdir}/abrt-upload-watch.service
10661d
%{_mandir}/man*/abrt-upload-watch.*
10661d
10661d
10661d
%files retrace-client
10661d
%{_bindir}/abrt-retrace-client
10661d
%{_mandir}/man1/abrt-retrace-client.1*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
10661d
%{_mandir}/man5/ccpp_retrace_event.conf.5*
10661d
%{_datadir}/libreport/events/analyze_RetraceServer.xml
10661d
10661d
%files addon-kerneloops
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
10661d
%{_journalcatalogdir}/abrt_koops.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_koops_format.conf
10661d
%{_mandir}/man5/koops_event.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/oops.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/oops.conf
10661d
%{_unitdir}/abrt-oops.service
10661d
10661d
%dir %{_localstatedir}/lib/abrt
10661d
10661d
%{_bindir}/abrt-dump-oops
10661d
%{_bindir}/abrt-dump-journal-oops
10661d
%{_bindir}/abrt-action-analyze-oops
10661d
%{_mandir}/man1/abrt-dump-oops.1*
10661d
%{_mandir}/man1/abrt-dump-journal-oops.1*
10661d
%{_mandir}/man1/abrt-action-analyze-oops.1*
10661d
%{_mandir}/man5/abrt-oops.conf.5*
10661d
10661d
%files addon-xorg
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
10661d
%{_journalcatalogdir}/abrt_xorg.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_xorg_format.conf
10661d
%{_mandir}/man5/xorg_event.conf.5*
10661d
%{_unitdir}/abrt-xorg.service
10661d
%{_bindir}/abrt-dump-xorg
10661d
%{_bindir}/abrt-dump-journal-xorg
10661d
%{_mandir}/man1/abrt-dump-xorg.1*
10661d
%{_mandir}/man1/abrt-dump-journal-xorg.1*
10661d
10661d
%files addon-vmcore
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
10661d
%{_mandir}/man5/vmcore_event.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/vmcore.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/vmcore.conf
10661d
%{_datadir}/libreport/events/analyze_VMcore.xml
10661d
%{_unitdir}/abrt-vmcore.service
10661d
%{_sbindir}/abrt-harvest-vmcore
10661d
%{_bindir}/abrt-action-analyze-vmcore
10661d
%{_bindir}/abrt-action-check-oops-for-alt-component
10661d
%{_bindir}/abrt-action-check-oops-for-hw-error
10661d
%{_mandir}/man1/abrt-harvest-vmcore.1*
10661d
%{_mandir}/man5/abrt-vmcore.conf.5*
10661d
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
10661d
%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
10661d
%{_journalcatalogdir}/abrt_vmcore.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_vmcore_format.conf
10661d
10661d
%files addon-pstoreoops
10661d
%{_unitdir}/abrt-pstoreoops.service
10661d
%{_sbindir}/abrt-harvest-pstoreoops
10661d
%{_bindir}/abrt-merge-pstoreoops
10661d
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
10661d
%{_mandir}/man1/abrt-merge-pstoreoops.1*
10661d
10661d
%if %{with python2}
10661d
%files -n python2-abrt-addon
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/python.conf
10661d
%{_mandir}/man5/abrt-python.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/python_event.conf
10661d
%{_journalcatalogdir}/abrt_python.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_python_format.conf
10661d
%{_mandir}/man5/python_event.conf.5*
10661d
%{python_sitearch}/abrt.pth
10661d
%{python_sitearch}/abrt_exception_handler.*
10661d
10661d
%files -n python2-abrt-container-addon
10661d
%{python_sitearch}/abrt_container.pth
10661d
%{python_sitearch}/abrt_exception_handler_container.*
10661d
%endif # with python2
10661d
10661d
%if %{with python3}
10661d
%files -n python3-abrt-addon
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python3.conf
10661d
%{_datadir}/%{name}/conf.d/plugins/python3.conf
10661d
%{_mandir}/man5/abrt-python3.conf.5*
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/python3_event.conf
10661d
%{_journalcatalogdir}/abrt_python3.catalog
10661d
%config(noreplace) %{_sysconfdir}/libreport/plugins/catalog_python3_format.conf
10661d
%{_mandir}/man5/python3_event.conf.5*
10661d
%{python3_sitearch}/abrt3.pth
10661d
%{python3_sitearch}/abrt_exception_handler3.py
10661d
%{python3_sitearch}/__pycache__/abrt_exception_handler3.*
10661d
10661d
%files -n python3-abrt-container-addon
10661d
%{python3_sitearch}/abrt3_container.pth
10661d
%{python3_sitearch}/abrt_exception_handler3_container.py
10661d
%{python3_sitearch}/__pycache__/abrt_exception_handler3_container.*
10661d
%endif # with python3
10661d
10661d
%files plugin-sosreport
10661d
%defattr(-,root,root,-)
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/sosreport_event.conf
10661d
10661d
%files plugin-machine-id
10661d
%defattr(-,root,root,-)
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/machine-id_event.conf
10661d
%{_libexecdir}/abrt-action-generate-machine-id
10661d
10661d
%files cli
10661d
10661d
%files tui
10661d
%{_bindir}/abrt-cli
10661d
%{_mandir}/man1/abrt-cli.1*
10661d
10661d
%if %{with python3}
10661d
%files cli-ng
10661d
%config(noreplace) %{_sysconfdir}/bash_completion.d/abrt.bash_completion
10661d
%{_bindir}/abrt
10661d
%{python3_sitearch}/abrtcli/
10661d
%{_mandir}/man1/abrt.1*
10661d
%endif # with python3
10661d
10661d
%files desktop
10661d
10661d
%if %{with atomic}
10661d
%files atomic
10661d
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp_Atomic.conf
10661d
%{_unitdir}/abrt-coredump-helper.service
10661d
%{_datadir}/%{name}/conf.d/plugins/CCpp_Atomic.conf
10661d
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
10661d
%{_bindir}/abrt-action-save-package-data
10661d
%{_mandir}/man1/abrt-action-save-package-data.1*
10661d
%{_mandir}/man5/abrt-action-save-package-data.conf.5*
10661d
%endif
10661d
10661d
%if %{with bodhi}
10661d
%files plugin-bodhi
10661d
%{_bindir}/abrt-bodhi
10661d
%{_bindir}/abrt-action-find-bodhi-update
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/bodhi_event.conf
10661d
%{_datadir}/libreport/events/analyze_BodhiUpdates.xml
10661d
%{_mandir}/man1/abrt-bodhi.1*
10661d
%{_mandir}/man1/abrt-action-find-bodhi-update.1*
10661d
%endif
10661d
10661d
%files dbus
10661d
%{_sbindir}/abrt-dbus
10661d
%{_sbindir}/abrt-configuration
10661d
%{_mandir}/man8/abrt-dbus.8*
10661d
%{_mandir}/man8/abrt-configuration.8*
10661d
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
10661d
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.xml
10661d
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Entry.xml
10661d
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Session.xml
10661d
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems2.Task.xml
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xml
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.oops.xml
10661d
%if %{with python2}
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.python.xml
10661d
%endif # with python2
10661d
%if %{with python3}
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.python3.xml
10661d
%endif # with python3
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.vmcore.xml
10661d
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xorg.xml
10661d
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
10661d
%{_datadir}/dbus-1/system-services/com.redhat.problems.configuration.service
10661d
%{_datadir}/polkit-1/actions/abrt_polkit.policy
10661d
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/
10661d
%dir %{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/
10661d
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.html
10661d
%{_defaultdocdir}/%{name}-dbus%{docdirversion}/html/*.css
10661d
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_dbus_event.conf
10661d
10661d
%if %{with python2}
10661d
%files -n python2-abrt
10661d
%{python_sitearch}/problem/
10661d
%{_mandir}/man5/abrt-python.5*
10661d
10661d
%files -n python2-abrt-doc
10661d
%{python_sitelib}/problem_examples
10661d
%endif # with python2
10661d
10661d
%if %{with python3}
10661d
%files -n python3-abrt
10661d
%{python3_sitearch}/problem/
10661d
%{_mandir}/man5/abrt-python3.5*
10661d
10661d
%files -n python3-abrt-doc
10661d
%{python3_sitelib}/problem_examples
10661d
%endif # with python3
10661d
10661d
%files console-notification
10661d
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
10661d
10661d
%changelog
f16503
* Tue May 16 2023 CentOS Sources <bugs@centos.org> - 2.10.9-24.el8.centos
f16503
- Apply debranding changes
f16503
68f15b
* Thu Feb 16 2023 Matěj Grabovský <mgrabovs@redhat.com> - 2.10.9-24
68f15b
- Revert part of patch for rhbz#2137499
68f15b
- Resolves: rhbz#2137499
68f15b
68f15b
* Fri Feb 3 2023 Michal Fabík <mfabik@redhat.com> - 2.10.9-23
68f15b
- Fix vmcore call trace parsing in kernel versions >=4.10
68f15b
- Resolves: rhbz#1993225
68f15b
68f15b
* Tue Jan 31 2023 Matěj Grabovský <mgrabovs@redhat.com> - 2.10.9-22
68f15b
- Update sos report command line
68f15b
- Resolves: rhbz#2137499
581a19
7afedc
* Wed Mar 31 2021 Michal Srb <michal@redhat.com> - 2.10.9-21
7afedc
- Do not report problems to journal as we don't ship the journal reporter
7afedc
- Resolves: rhbz#1844739
11f046
a8b6c4
* Wed Aug 19 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.10.9-20
a8b6c4
- Something something patch for rhbz#1835388
a8b6c4
a8b6c4
* Tue Jun 30 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.10.9-19
a8b6c4
- Add another patch for #1846272
a8b6c4
a8b6c4
* Mon Jun 29 2020 - Michal Židek <mzidek@redhat.com> - 2.10.9-18
a8b6c4
- Resolves: rhbz#1835388
a8b6c4
- This is seccond commit to fix som mess with one missing patch and synchronize
a8b6c4
  the internal gitlab patch numbers with this spec file
a8b6c4
a8b6c4
* Wed Jun 24 2020 - Michal Židek <mzidek@redhat.com> - 2.10.9-17
a8b6c4
- Resolves: rhbz#1835388
a8b6c4
a8b6c4
* Mon Jun 22 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.10.9-16
a8b6c4
- Add another patch for #1846272
a8b6c4
a8b6c4
* Thu Jun 11 2020 Ernestas Kulik <ekulik@redhat.com> - 2.10.9-15
a8b6c4
- Remove unintended line change in abrt_event.conf
a8b6c4
a8b6c4
* Thu Jun 11 2020 Ernestas Kulik <ekulik@redhat.com> - 2.10.9-14
a8b6c4
- Add patch for #1846272
a8b6c4
a8b6c4
* Wed Jun 10 2020 Michal Židek <mzidek@redhat.com> - 2.10.9-13
a8b6c4
- Resolves: rhbz#1658685
a8b6c4
- shellcheck: Use command instead of type
a8b6c4
- shellcheck: Check exit code directly with if mycmd
a8b6c4
- shellcheck: Suppress shellcheck warning SC1090
a8b6c4
- shellcheck: Use $(...) instead of legacy backticked
a8b6c4
- cli: Add a shebang
a8b6c4
a8b6c4
* Wed Mar 11 2020 Ernestas Kulik <ekulik@redhat.com> - 2.10.9-12
a8b6c4
- Fix #1798494, #1805728, #1809949
6e059a
d0ed5a
* Tue Jul 16 2019 Michal Fabik <mfabik@redhat.com> - 2.10.9-11
d0ed5a
- a-a-list-dsos: Fix decoding of strings from rpm
d0ed5a
Resolves: rhbz#1694970
5de50e
10661d
* Fri Dec 7 2018 Martin Kutlak <mkutlak@redhat.com> - 2.10.9-10
10661d
- spec: Add-explicit-package-version-requirement-of-abrt-libs
10661d
- cli: get list of possible workflows for problem_data_t
10661d
- cli: mark the suggestion text for translation
10661d
- cli list: show a hint about creating a case in RHTS
10661d
Resolves: #1649753
10661d
10661d
* Fri Nov 30 2018 Martin Kutlak <mkutlak@redhat.com> - 2.10.9-9
10661d
- spec: turn on --enable-native-unwinder aarch64
10661d
- spec: enable addon-vmcore on aarch64
10661d
- daemon: Fix double closed fd race condition
10661d
- dbus: Add configuration for Python3
10661d
- Add autogen.sh
10661d
- Resolves: #1646569, #1651676, #1650619, #1650622, #1652676
10661d
10661d
* Tue Nov 20 2018 Martin Kutlak <mkutlak@redhat.com> - 2.10.9-8
10661d
- lib: Correct the syntax for gdb backtrace command
10661d
- Resolves: #1623960
10661d
10661d
* Tue Aug 14 2018 Petr Viktorin <pviktori@redhat.com> - 2.10.9-7
10661d
- Switch Python tests to use %%{__python3}
10661d
- Resolves: #1615505
10661d
10661d
* Fri Jun 15 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-6
10661d
- Switch hardcoded python3 shebangs into the %%{__python3}
10661d
10661d
* Fri Jun 15 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-5
10661d
- Set PYTHON to python3 during install
10661d
10661d
* Fri Jun 15 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-4
10661d
- ccpp: add %h and %e parameter into abrt-hook-ccpp
10661d
- Resovles: #1587891
10661d
10661d
* Thu May 24 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-3
10661d
- Remove dependency on deprecated nss-pem
10661d
- Resovles: #1578427
10661d
10661d
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-2
10661d
- fix python requires in spec file
10661d
10661d
* Fri Apr 27 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.9-1
10661d
- build: conditionalize the Python2 and Python3
10661d
- cli-ng,hooks,python-problem: Allow python to be optional at build time
10661d
- spec: fix ambiguous Python 2 dependency declarations
10661d
- plugins: a-a-g-machine-id use dmidecode command
10661d
- spec: use dmidecode instead of python3-dmidecode
10661d
- hooks: use container-exception-logger tool
10661d
- spec: container python hooks require cel
10661d
- hooks: do not write any additional logs
10661d
- a-a-s-package-data: add python3.7 to known Interpreters
10661d
- autogen: ignore abrt's python packages
10661d
- correctly parse buildrequires from spec file
10661d
10661d
* Wed Mar 21 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.8-1
10661d
- Translation updates
10661d
- spec: use Python3 as default in abrt-cli-ng
10661d
- cli-ng: use Python3 as default
10661d
- Add a new element 'interpreter' for python problems
10661d
- retrace-client: Require nss-pem
10661d
10661d
* Mon Feb 26 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.7-1
10661d
- Translation updates
10661d
- hooks: introduce docker hook for Python2
10661d
- hook: add type to Python3 container exception handler
10661d
- spec: introduce docker hook for Python2
10661d
- Add ABRT hexa stickers
10661d
- a-container-logger: workaround permission issue in minishift
10661d
10661d
* Mon Feb 19 2018 Matej Habrnal <mhabrnal@redhat.com> 2.10.6-1
10661d
- Translation updates
10661d
- hooks: introduce docker hook for Python3
10661d
- spec: introduce Python3 hook for container
10661d
- Remove deprecated is_error macro
10661d
- ldconfig is not needed in rawhide
10661d
- remove python_sitearch macro
10661d
- remove python_site macro
10661d
- move BuildRequires to top
10661d
- remove systemd-units and replace it with systemd macro
10661d
- remove init.d services
10661d
- a-h-event: Do not deduplicate different containers
10661d
- rpm: include epocho in package element if > 0
10661d
10661d
* Thu Nov 02 2017 Julius Milan <jmilan@redhat.com> 2.10.5-1
10661d
- Translation updates
10661d
- a-action-ureport: add option 'ProcessUnpackaged'
10661d
- spec: change dependency on python{2,3}-gobject
10661d
- applet: Additional changes to allow optional polkit
10661d
- doc: remove obsolete doxygen tags
10661d
- dbus: Additional changes to allow optional polkit
10661d
- cli-ng: Explicitly state python version in shebangs
10661d
- spec: rename python binary packages
10661d
- a-d-journal-core: Save mountinfo from journal
10661d
- a-d-journal-core: Save container cmdline
10661d
- logging: rename omitted log() to log_warning()
10661d
10661d
* Mon Aug 28 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.4-1
10661d
- Translation updates
10661d
- logging: rename log() to log_warning()
10661d
- Quick hack to fix build with rpm >= 4.14
10661d
- tests: Crash different binary in infinite event loop
10661d
- tests: Revert not sufficient fix
10661d
- tests: Reflect field changes in reporter-s-journal
10661d
- tests: Get docker-inspect while container is running
10661d
- cli,dbus: Allow polkit to be optional at build time
10661d
- spec: add dependency for python{3}-gobject
10661d
- a-d-journal-core: fix bad condition in creating reason msg
10661d
- a-d-journal-core: use pid of crashed process in dumpdir name
10661d
- changelog: update CHANGELOG.md
10661d
10661d
* Thu Jun 15 2017 Martin Kutlak <mkutlak@redhat.com> 2.10.3-1
10661d
- Translation updates
10661d
- applet: add a default action to a notification
10661d
- spec: require libreport-plugin-systemd-journal on Fedoras
10661d
- changing load location from bin to libexec
10661d
- changing location of abrt-action-save-container-data from bin to libexec
10661d
- koops: Improve not-reportable for oopses with taint flags
10661d
- This fixes #1173
10661d
- python: provide more information about exception
10661d
- abrt-journal: adapt to suspicious blacklist addition
10661d
- koops: add suspicious strings blacklist
10661d
- build: fix changelog adding in release target
10661d
- changelog: update CHANGELOG.md
10661d
10661d
* Tue Apr 25 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.2-1
10661d
- Translation updates
10661d
- spec: introduce migration to abrt-journal-core
10661d
- abrt_event: Save cpuinfo in problem directories
10661d
- koops: Improve fatal MCE check when dumping backtrace
10661d
- lib: typo in header
10661d
- Spelling fixes
10661d
- Python 3.6 invalid escape sequence deprecation fix
10661d
- koops_event: add check to restrict reporting of MCEs
10661d
10661d
* Thu Mar 16 2017 Matej Habrnal <mhabrnal@redhat.com> 2.10.1-1
10661d
- changelog: update CHANGELOG.md
10661d
- build: create tarball in release-* target
10661d
- spec: sosreport is not a package
10661d
- Fix Typo
10661d
- bodhi: Remove dependency on hawkey
10661d
- spec: Remove dependency on hawkey
10661d
- build: do not upload tarball to fedorahosted.org
10661d
- spec: do not use fedorahosted.org as source
10661d
- spec: install new plugins
10661d
- plugins: introduce Machine ID and SOS report
10661d
- Update CHANGELOG.md
10661d
- build: fix generating list of dependences in autogen.sh
10661d
- spec: start abrt-journal-core instead of abrt-ccpp
10661d
- build: fix scratch-build target
10661d
- a-a-ureport: fix calling of run_event_on_problem_dir
10661d
- spec: if using systemd, default to os-release ID for desktopvendor
10661d
- kernel: modify suspicious string "invalid opcode:"
10661d
- daemon: Allow rpm to be optional at build time
10661d
- spec: allow any compression of man pages
10661d
- spec: remove defattr
10661d
- spec: remove cleaning buildroot
10661d
- spec: use versioned provides
10661d
- spec: remove changelog entries older than 2 years
10661d
- remove Buildroot and Groups tags
10661d
- spec: recommend libreport-plugin-systemd-journal on Fedoras
10661d
- doc: document selinux change needed for automatic deletion of reports
10661d
- ccpp: tell gdb to analyze saved binary image
10661d
10661d
* Sat Dec 03 2016 Jakub Filak <jakub@thefilaks.net> 2.10.0-1
10661d
- Translation updates
10661d
- spec: bump required libreport and satyr versions
10661d
- build: make the release-* targets smarter
10661d
- Add CHANGELOG.md
10661d
- a-a-notify: set env var before run report_systemd-journal event
10661d
- use run_event_on_problem_dir() helper for running events
10661d
- notify: do not require package element
10661d
- spec: add catalog_journal_ccpp_format.conf file
10661d
- reporter-s-journal: add formatting file for abrt-journal-core analyser
10661d
- cli-ng: fix --fmt parameter
10661d
- python: create analyzer element in dumpdir
10661d
- abrt-action-list-dsos: fix typo in vendor variable name
10661d
- cli-ng: chown problem before reporting
10661d
- lib: stop printing out a debug message 'adding: '
10661d
- cli: print out the not-reportable reason
10661d
- cli: configure libreport to ignore not-reportable
10661d
- cli-ng: force reporting even if not-reportable
10661d
- cli-ng: introduce verbose argument
10661d
- Import GObject from gi.repository
10661d
- ccpp: configure package repositories for correct OS
10661d
- a-a-s-c-data: adapt to current docker
10661d
- daemon: don't drop problems from unknown containers
10661d
- a-a-s-c-data: correct detection of container type
10661d
- spec: install Bodhi event files
10661d
- bodhi: factor out Bodhi updates lookup into a solo event
10661d
- problems2: update the documentation
10661d
- a-a-analyze-python: create exception_type element
10661d
- a-a-analyze-xorg: create crash_function into dump dir
10661d
- koops: create crash_function element
10661d
- a-a-analyze-python: create crash_function element
10661d
- a-a-analyze-c: create crash_function element
10661d
- spec: add formatting files for reporter-systemd-journal
10661d
- reporter-systemd-journal: add formatting files
10661d
- vmcore: /var/tmp/abrt is no longer a dump location
10661d
- events: add event report_systemd-journal to all addons
10661d
- abrt-action-notify: notify to systemd journal
10661d
- spec: add abrt's catalog source files
10661d
- journal-catalog: add abrt's catalog source files
10661d
- ccpp: retain partial core_backtrace upon error
10661d
- ccpp: log waitpid errors
10661d
- ccpp: inform users about not supported unwinding
10661d
- ccpp: close stdin when we can let the process die
10661d
- daemon: properly shutdown socket connection
10661d
- daemon: close forgotten FD to /proc/[pid]
10661d
- ccpp: pass proc pid FD instead of pid to *_at fns
10661d
- ccpp+daemon: pass valid params to dd_open_item()
10661d
- python: remove unused functions from sysexcept hook
10661d
- build: add gettext-devel to sysdeps
10661d
- spec: add libcap-devel to BRs of addon-ccpp
10661d
- ccpp: avoid running elfutils under root
10661d
- Add abrt-action-analyze-vulnerability to .gitignore
10661d
- build: autoge.sh without args configures for debugging
10661d
- conf: increase MaxCrashReportsSize to 5GiB
10661d
- ccpp: fast dumping and abrt core limit
10661d
- CI: make debugging easier with more log messages
10661d
- doc: add a guide for ABRT hackers
10661d
- vmcore: fix an undefined variable on error path
10661d
- vmcore: read kdump.conf from an arbitrary location
10661d
- ccpp: use libreport 'at' functions
10661d
- ccpp: use abort() to exit in debug mode
10661d
- python2: stop generating dso_list in the process
10661d
- python: stop collecting ENVIRON in the process
10661d
- abrtd: details of processes from different PID NS
10661d
- abrtd: save interesting process details
10661d
- a-a-s-package-data: add python3.6 to known Interpreters
10661d
- spec: update gdb Requires
10661d
- tree-wide: make path to GDB configurable
10661d
- a-a-ureport: print out exit codes in verbose mode
10661d
- daemon: stop replacing analyzer with type
10661d
10661d
* Fri Sep 09 2016 Jakub Filak <jfilak@redhat.com> 2.9.0-1
10661d
- spec: install abrt_dbus_event.conf
10661d
- dbus: use Problems2 API in abrt-dbus
10661d
- dbus: Problems2 API implementation
10661d
- spec: install Problems2 interfaces
10661d
- dbus-doc: rewrite the XML to Problems2
10661d
- Fix memory leaks
10661d
- lib: introdcue a function checking post-create name
10661d
- abrtd: change HTTP response code for duplicate problems to 303
10661d
- autogen: fix typo in usage help string
10661d
- daemon: send base names from abrt-server to abrtd
10661d
- lib: normalize slashes of configured paths
10661d
- lib: make configuration paths alterable at runtime
10661d
- Add generated CCpp.conf to .gitignore
10661d
- abrt-bodhi: use CCpp PackageManager configuration directive from configure
10661d
- cli: introduce unsafe reporting for not-reporable problems
10661d
- handle-event: stop creating post-create lock
10661d
- daemon: trigger dump location cleanup after detection
10661d
- hook-ccpp: dump own core file in debug mode
10661d
10661d
* Mon Jul 18 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.2-1
10661d
- Translation updates
10661d
- abrt-hook-ccpp: Fix mismatching argument
10661d
- Allow selinux to be optional at build time
10661d
- vmcore: use findmnt to get mountpoint
10661d
- spec: add utils-linux to vmcore's Require
10661d
- vmcore: fix finding partitions by UUID and LABEL
10661d
- a-a-install-debuginfo: Exception may not have an argument errno
10661d
- koops: do not assume version has 3 levels
10661d
- Add ARM specific oops backtrace processing.
10661d
- examples: add oops-kernel-panic-hung-tasks-arm
10661d
- Add oops processing for kernel panics caused by hung tasks.
10661d
- abrt-hook-ccpp: save get_fsuid() return values in int variables
10661d
10661d
* Wed May 25 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.1-1
10661d
- a-dump-journal-xorg: allow *libexec/X* to be executable element
10661d
- a-dump-journal-xorg: add '_COMM=gnome-shell' to journal filter
10661d
- build: update pkg names for systemd
10661d
- a-d-journal-core: save core dump bytes from the journal field
10661d
- a-d-journal-core: support lz4 compressed core dump files
10661d
- a-a-install-debuginfo: do not try to split None
10661d
- doc: improve documentation of AllowedGroups, AllowedUsers and IgnoredPaths
10661d
- testcase: add serial field to uReport check
10661d
- a-a-install-debuginfo: correct handling of DebuginfoLocation
10661d
- a-a-s-container-data: update docker container ID parser
10661d
- abrt-hook-ccpp: drop saving of container env vars
10661d
- a-console-notification: do not leak variables
10661d
- a-retrace-client: format security
10661d
- daemon: avoid infinite crash loops
10661d
- spec: drop abrt-action-save-kernel-data bits
10661d
- spec: README -> README.md
10661d
- Add basic documentation
10661d
- a-a-install-debuginfo: fix BrokenPipe error
10661d
- a-a-install-debuginfo: make tmpdir variable global
10661d
- python3 addon: workaround a bug in traceback
10661d
- CCpp: turn off compat cores
10661d
- a-a-save-package-data: blacklist /usr/lib(64)/firefox/plugin-container
10661d
- Fix minor typo: possition -> position
10661d
- translations: add missing new line
10661d
- Translation updates
10661d
- translations: update zanata configuration
10661d
- ccpp: drop %e from the core_pattern
10661d
- Save Vendor and GPG Fingerprint
10661d
10661d
* Wed Feb 03 2016 Matej Habrnal <mhabrnal@redhat.com> 2.8.0-1
10661d
- a-a-save-package-data: do not blacklist firefox
10661d
10661d
* Tue Feb 02 2016 Matej Habrnal <mhabrnal@redhat.com> 2.7.2-1
10661d
- ccpp: bug fix - undefined variables
10661d
- a-a-c-o-f-hw-error: fix unicode error
10661d
- ccpp: use error_msg_ignore_crash() instead of error_msg()
10661d
- ccpp: add AllowedUsers and AllowedGroups feature
10661d
- doc: fix formatting in abrt.conf man page
10661d
- ccpp: use executable name from pid
10661d
- a-a-c-o-f-hw-error: do not crash on invalid unicode
10661d
- Use %s instead of %d.
10661d
- configui: link GUI library with libabrt.so
10661d
- Do not include system libabrt.h
10661d
- ccpp: unify log message of ignored crashes
10661d
- ccpp: add IgnoredPath option
10661d
- lib: check_recent_crash_file do not produce error_msg
10661d
10661d
* Mon Nov 23 2015 Jakub Filak <jfilak@redhat.com> 2.7.1-1
10661d
- spec: switch owner of the dump location to 'root'
10661d
- abrtd: switch owner of the dump location to 'root'
10661d
- lib: add convenient wrappers for ensuring writable dir
10661d
- ccpp: save abrt core files only to new files
10661d
- ccpp: ignore crashes of ABRT binaries if DebugLevel == 0
10661d
- conf: introduce DebugLevel
10661d
- a-a-i-d-to-abrt-cache: make own random temporary directory
10661d
- update .gitignore
10661d
- ccpp: make crashes of processes with locked memory not-reportable
10661d
- a-a-s-p-data: fix segfault if GPGKeysDir isn't configured
10661d
- a-dump-journal-xorg: make journal filter configurable
10661d
- doc: a-a-analyze-xorg fix path to conf file
10661d
- abrt-journal: use GList instead of char** in abrt_journal_set_journal_filter()
10661d
- xorg: introduce tool abrt-dump-journal-xorg
10661d
- abrt-xorg.service: change due to abrt-dump-journal-xorg
10661d
- journal: add function abrt_journal_get_next_log_line
10661d
- spec: add abrt-dump-journal-xorg to spec file
10661d
- xorg: rewrite skip_pfx() function to work with journal msgs
10661d
- xorg: introduce library xorg-utils
10661d
- dbus: ensure expected bytes width of DBus numbers
10661d
- a-d-journal-core: set root owner for created dump directory
10661d
- doc: add missing man page for abrt-dump-journal-core
10661d
- spec: add missing man page for abrt-dump-journal-core
10661d
10661d
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.7.0-1
10661d
- abrt-python: add problem.chown
10661d
- a-a-a-ccpp-local don't delete build_ids
10661d
- update .gitignore
10661d
- spec: add cli-ng
10661d
- cli-ng: initial
10661d
10661d
* Thu Oct 15 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.3-1
10661d
- bodhi: introduce wrapper for 'reporter-bugzilla -h' and 'abrt-bodhi'
10661d
- remove random code example from abrt-server
10661d
- spec: introduce abrt-action-find-bodhi-update
10661d
- api: fix pths -> paths rename
10661d
- handle-event: remove obsolete workaround
10661d
- remove 'not needed' code
10661d
- events: fix example wording
10661d
- doc: change /var/tmp/abrt to /var/spool/abrt
10661d
- doc: actualize core_pattern content in documentation
10661d
- doc: fix default DumpLocation in abrt.conf man page
10661d
- events: improve example
10661d
- events: comments not needed anymore
10661d
- abrt-retrace-client: use atoll for _size conversion
10661d
- abrt-dump-xorg: support Xorg log backtraces prefixed by (EE)
10661d
- runtests: more verbose fail in get_crash_path
10661d
- ureport-auth: force cp/mv when restoring configuration
10661d
- runtests: stick to new BZ password rules
10661d
- bodhi: fix typo in error messages
10661d
- bodhi: fix a segfault when testing an os-release opt for 'rawhide'
10661d
- doc: actualize the abrt-bodhi man page
10661d
- autogen: use dnf instead of yum to install dependencies
10661d
- bodhi: add parsing of error responses
10661d
- bodhi: add ignoring of Rawhide
10661d
- ccpp: do not break the reporting if a-bodhi fails
10661d
- spec: add hawkey to BRs of abrt-bodhi
10661d
- introduce bodhi2 to abrt-bodhi
10661d
- a-handle-upload: pass bytes to file.write()
10661d
- upload a problem data in the EVENT 'notify'
10661d
- turn off several post-create scripts for remote problems
10661d
- convert all 'ex.message' stmts to 'str(ex)'
10661d
- cli: don't start reporting of not-reportable problems
10661d
- a-a-s-p-d: add bash on the package blacklist
10661d
- correct usage of abrt-gdb-exploitable
10661d
- testsutie: first wait_for_hooks, then get_crash_path
10661d
- ccpp: use global TID
10661d
- ccpp: fix comment related to 'MakeCompatCore' option in CCpp.conf
10661d
- cli: fix testing of DBus API return codes
10661d
- dbus-api: unify reporting of errors
10661d
- doc: fix related to conditional compilation of man page
10661d
- abrt-auto-reporting: fix related to conditional compilation
10661d
- vmcore: read vmcore by chunks
10661d
- pass encoded Unicode to hashlib.sha1.update()
10661d
- abrt-merge-pstoreoops: merge files in descending order
10661d
- use gettext instead of lgettext in all python scripts
10661d
- gitignore: add a generated man page source file
10661d
10661d
* Fri Jul 17 2015 Jakub Filak <jfilak@redhat.com> 2.6.2-1
10661d
- applet: do not crash if the new problem has no command_line
10661d
- ccpp: do not crash if generate_core_backtrace fails
10661d
- abrt: Fixup component of select kernel backtraces
10661d
- abrtd: de-prioritize post-create event scripts
10661d
- spec: switch python Requires to python3
10661d
- switch all python scripts to python3
10661d
- spec: drop abrt-addon-python requires
10661d
- a-dump-oops: allow update the problem, if more then one oops found
10661d
- cli: use internal command impl in the command process
10661d
- cli: remove useless code from print_crash()
10661d
- cli: enable authetication for all commands
10661d
10661d
* Thu Jul 02 2015 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-1
10661d
- dbus: keep the polkit authorization for all clients
10661d
- cli: enable polkit authentication on command line
10661d
- spec: --enable-dump-time-unwind by default
10661d
- ccpp: use TID to find crash thread
10661d
- spec: remove PyGObject from all Requires
10661d
- spec: update version of gdb because of -ascending
10661d
- lib: make it easier to find the backtrace of th crash thread
10661d
- ccpp: save TID in the file 'tid'
10661d
- ccpp: get TID from correct cmd line argument
10661d
- configui: add option always generate backtrace locally
10661d
- a-a-p-ccpp-analysis: use ask_yes_no_save_result instead of ask_yes_no_yesforever
10661d
- spec: use more appropriate url
10661d
- spec: abrt requires libreport-plugin-rhtsupport on rhel
10661d
- sosreport: add processor information to sosreport
10661d
- doc: update abrt-cli man page
10661d
10661d
* Tue Jun 09 2015 Jakub Filak <jfilak@redhat.com> 2.6.0-1
10661d
- spec: add abrt-dbus to Rs of abrt-python
10661d
- vmcore: use libreport dd API in the harvestor
10661d
- ccpp: don't save the system logs by default
10661d
- cli: exit with the number of unreported problems
10661d
- spec: restart abrt-dbus in posttrans
10661d
- cli: chown before reporting
10661d
- hooks: use root for owner of all dump directories
10661d
- ccpp: do not unlink failed and big user cores
10661d
- ccpp: include the system logs only with root's coredumps
10661d
- koops: don't save dmesg if kernel.dmesg_restrict=1
10661d
- daemon, dbus: allow only root to create CCpp, Koops, vmcore and xorg
10661d
- daemon: allow only root user to trigger the post-create
10661d
- daemon: harden against race conditions in DELETE
10661d
- ccpp: revert the UID/GID changes if user core fails
10661d
- a-a-i-d-t-a-cache: sanitize umask
10661d
- a-a-i-d-t-a-cache: sanitize arguments
10661d
- dbus: report invalid element names
10661d
- dbus: avoid race-conditions in tests for dum dir availability
10661d
- dbus: process only valid sub-directories of the dump location
10661d
- lib: add functions validating dump dir
10661d
- daemon: use libreport's function checking file name
10661d
- configure: move the default dump location to /var/spool
10661d
- ccpp: avoid overriding system files by coredump
10661d
- spec: add libselinux-devel to BRs
10661d
- ccpp: emulate selinux for creation of compat cores
10661d
- ccpp: harden dealing with UID/GID
10661d
- ccpp: do not use value of /proc/PID/cwd for chdir
10661d
- ccpp: do not override existing files by compat cores
10661d
- ccpp: stop reading hs_error.log from /tmp
10661d
- ccpp: fix symlink race conditions
10661d
- turn off exploring crashed process's root directories
10661d
- abrt-python: add proper PYTHONPATH to test shellscripts
10661d
- abrt-python: unify unknown problem type handling
10661d
- abrt-python: add not_reportable properties
10661d
- spec: remove analyzer to type conversion
10661d
- abrt-python: add Python3 problem type
10661d
- abrt-python: add id, short_id and path to problem
10661d
- abrt-python: add Problem.prefetch_data function
10661d
- abrt-python: handle reconnection gracefully
10661d
- config UI: Automatic reporting from GSettings
10661d
- doc, polkit: Spelling/grammar fixes
10661d
- applet: fix problem info double free
10661d
- a-a-s-p-d: add new known interpreter to conf file
10661d
- config UI: enable options without config files
10661d
- config UI: read glade from a local file first
10661d
- applet: migrate Autoreporting options to GSettings
10661d
- abrt-action-list-dsos: do not decode not existing object
10661d
- spec: add AUTHENTICATED_AUTOREPORTING conditional
10661d
- abrt-auto-reporting: require rhtsupport.conf file only on RHEL
10661d
- lib: add new kernel taint flags
10661d
- spec: add a dependency on abrt-dbus to abrt-cli
10661d
- cli: do not exit with segfault if dbus fails
10661d
- applet: switch to D-Bus methods
10661d
- upload: validate and sanitize uploaded dump directories
10661d
10661d
* Thu Apr 09 2015 Jakub Filak <jfilak@redhat.com> 2.5.1-1
10661d
- Translation updates
10661d
- problem: use 'type' element instead of 'analyzer'
10661d
- cli-status: don't return 0 if there is a problem older than limit
10661d
- journal-oops: add an argument accepting journal directory
10661d
- journal: open journal files from directory
10661d
- lib: don't expect kernel's version '2.6.*' or '3.*.*'
10661d
- cli: use the DBus methods for getting problem information
10661d
- libabrt: add wrappers TestElemeExists and GetInfo for one element
10661d
- dbus: add new method to test existence of an element
10661d
- libabrt: add new function fetching full problem data over DBus
10661d
- applet: use a shared function for getting problems over DBus
10661d
- vmcore: generate 'reason' file in all cases
10661d
- applet: Fix trivial indentation bug
10661d
- applet: Don't show report button for unpackaged programs
10661d
- applet: fix freeing of the notify problem list
10661d
- applet: get the list of problems through D-Bus service
10661d
- doc: D-Bus api: make desc of DeleteProblem clearer
10661d
10661d
* Wed Mar 18 2015 Jakub Filak <jfilak@redhat.com> 2.5.0-1
10661d
- applet: cast to correct type to fix a warrning
10661d
- applet: Use new problem_create_app_from_env() helper
10661d
- doc: add documentation for GetProblemData
10661d
- dbus: add a new method GetProblemData
10661d
- abrt_event: run save package data event even if component exists
10661d
- a-a-s-container-data: add a new argument --root
10661d
- spec: add a-a-s-package-data to abrt-atomic
10661d
- a-a-s-kernel-data: add --root argument
10661d
- journal-oops: add an argument similar to '--merge'
10661d
- spec: let configure generate the spec file
10661d
- ccpp: create the dump location from standalone hook
10661d
- retrace-client: stop failing on SSL2
10661d
- spec: changes for Atomic hosts
10661d
- add stuff necessary for Project Atomic
10661d
- Python 3 fixes
10661d
- ccpp: add support for multiple pkg mngrs
10661d
- Python 3 compatibility
10661d
- Revert "dbus: Allow admins to load problems without a password"
10661d
- dbus: Allow admins to load problems without a password
10661d
- abrtd: Don't allow users to list problems "by hand"
10661d
- spec: Don't allow users to list problems "by hand"
10661d
- spec: abrt-python requires libreport-python to build
10661d
10661d
* Fri Feb 20 2015 Jakub Filak <jfilak@redhat.com> 2.4.0-1
10661d
- spec: factor out core_pattern helper from addon-ccpp
10661d
- ccpp: standalone hook
10661d
- ccpp: save package data from hook in case of crash in container
10661d
- a-a-s-package-data: save data from artifical chroots
10661d
- spec: install containers tools
10661d
- containers: add utility collecting containers info
10661d
- ccpp: add support for containers
10661d
- spec: install the daemon's D-Bus configuration file
10661d
- daemon: add configuration enabling our name on the System bus
10661d
- daemon: get rid of own main loop
10661d
- init: set Type of abrtd.service to dbus
10661d
- applet: Use libreport's helper to find applications
10661d
- applet: Remove unused build information
10661d
- build: Fix pkg-config warning related to abrt.pc
10661d
- applet: Fix a massive leak in the app detection code
10661d
- applet: Remove left-over code from the systray icon
10661d
- applet: Use the easy way to detect empty lists
10661d
- applet: Fix a number of "problems" memory leaks
10661d
- applet: Make problem_info_t refcounted
10661d
- applet: If gnome-abrt isn't there, don't offer to report
10661d
- applet: Fix multiple notifications for the same problem
10661d
- applet: Always defer auto-reporting without a network
10661d
- applet: Don't ignore foreign problems if an admin
10661d
- applet: Rename problem variable to "pi"
10661d
- applet: Remove unused "flags" parameters
10661d
- applet: Completely ignore incomplete problems
10661d
- applet: Don't ignore repeat problems in the same app
10661d
- applet: Fix warning when crash doesn't happen in app
10661d
- applet: Remove unused functions
10661d
- applet: Remove unused flags
10661d
- applet: Rewrite notifications
10661d
- applet: Don't run full reports from the applet
10661d
- applet: Simplify "report" action
10661d
- applet: Add helper to guess .desktop for a cmdline
10661d
- applet: Get more details from the crash report
10661d
- applet: Ignore other people's problems for non-admins
10661d
- applet: Remove handling of "ignored" crashes
10661d
- applet: Remove specific persistent notifications handling
10661d
- applet: Rename applet to match gnome-abrt
10661d
- applet: Initialise libnotify on startup
10661d
- applet: Use g_new0() instead of xzalloc()
10661d
- applet: Use g_strdup_printf()/g_strdup()
10661d
- applet: Move variable inside block where it's used
10661d
- daemon: process unpackaged by default
10661d
- spec: fix abrt-applet requires
10661d
- applet: Fix memory leak in fork_exec_gui()
10661d
- applet: Detect whether gnome-abrt is available
10661d
- applet: Use GUI_EXECUTABLE macro
10661d
- autogen: move configure to the default case
10661d
- applet: Use GIO to launch gnome-abrt
10661d
- applet: Fix typo in "Oterwise"
10661d
- applet: Use symbolic icon instead of abrt's in notifications
10661d
- applet: Add some debug to new_dir_exists()
10661d
- applet: Require at least libnotify 0.7
10661d
- applet: Fix typo in "cuurent"
10661d
- applet: Don't defer sending out uReports
10661d
- applet: Use G_SOURCE_REMOVE in timeout callback
10661d
- spec: Bump required glib2 version
10661d
- applet: Use g_bus_own_name() for single-instance
10661d
- applet: Remove status icon
10661d
- applet: Use GDBus to filter crash signals
10661d
- applet: Remove XSMP support
10661d
- build: Launch configure after autogen.sh
10661d
- make: make some python depencies optional
10661d
- configure: fix typos
10661d
- configure: check for python-sphinx and nose
10661d
- spec: add gsettings-desktop-schemas to the build requires
10661d
- core: use updated dump_fd_info()
10661d
- switch from 'analyzer' to 'type'
10661d
- spec: install abrt-dump-journal-core stuff
10661d
- init: add abrt-journal-core service
10661d
- introduce abrt-dump-journal-core
10661d
- applet: Remove the automatic crash reporting message dialog
10661d
- applet: Remove pre-glib 2.32 code
10661d
- applet: Remove pointless custom signal handling
10661d
- applet: Use GNetworkMonitor instead of NM directly
10661d
- applet: Use GSettings to check whether to send uReports
10661d
- Rewrite journalctl invocations: replace grep/tail pipeline with journalctl builtins.
10661d
- Don't slurp unbounded amounts of data when invoking journalctl. Fixes #887.
10661d
- console-notifications: add timeout
10661d
- cli-status: use will_python_exception
10661d
- ccpp-hook: move utility functions to hooklib
10661d
- ccpp-hook: move /proc/[pid]/ utils to libreport
10661d
- abrt-journal: add functions for reading/saving journald state
10661d
- Do not use 'bool' in OPT_BOOL() macro : it expects 'int'
10661d
- daemon: Own a D-Bus name
10661d
- zanata: add gettext mappings
10661d
- auto-reporting: add options to specify auth type
10661d
- translations: move from transifex to zanata
10661d
- spec: add missing augeas dependency
10661d
- Only analyze vulnerabilities when coredump present
10661d
- abrt-install-ccpp-hook check configuration
10661d
- UUID from core backtrace if coredump is missing
10661d
- Create core backtrace in unwind hook
10661d
- abrt-hook-ccpp: minor refactoring
10661d
- vmcore: remove original vmcore file in the last step
10661d
- vmcore: catch IOErrors and OSErrors
10661d
- python: load the configuration from correct file
10661d
- Remove garbage from ccpp_event.conf
10661d
- spec: update the required gdb version
10661d
- gdb: make gdb aware of the abrt's debuginfo dir
10661d
- Revert "gdb: disable loading of auto-loaded files"
10661d
- spec: update the URL
10661d
- koops: improve 'reason' text for page faults
10661d
- sos: use all valuable plugins
10661d
- a-a-g-machine-id: do not print any error from the event handler
10661d
- a-a-g-machine-id: omit trailing new-line for one-liners only
10661d
- a-a-g-machine-id: suppress its failures in abrt_event.conf
10661d
- a-a-g-machine-id: add systemd's machine id
10661d
- applet: ensure writable dump directory before reporting
10661d
- make ABRT quieter
10661d
- journal-oops: use the length result of sd_journal_get_data()
10661d
- console-notifications: skip non-interactive shells
10661d
- applet: don't show duphash instead of component
10661d
- ureport: attach contact email if configured
10661d
- console-notifications: use return instead of exit
10661d
- Translation updates
10661d
- a-a-s-p-d: add firefox on the package blacklist