-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2019-ddee7f79e6 2019-10-25 18:06:00.866647 --------------------------------------------------------------------------------
Name : abrt Product : Fedora 29 Version : 2.13.0 Release : 1.fc29 URL : https://abrt.readthedocs.org/ Summary : Automatic bug detection and reporting tool Description : abrt is a tool to help users to detect defects in applications and to create a bug report with all information needed by maintainer to fix it. It uses plugin system to extend its functionality.
-------------------------------------------------------------------------------- Update Information:
New upstream release 2.13.0 * abrt-hook-ccpp was removed in favour of systemd- coredump which has been in its place since Fedora 26 * The abrt-configuration D-Bus configuration service was removed * Config files in /etc/abrt emptied by default * Man pages for config files updated * Some config files moved between subpackages * CLI improvements -------------------------------------------------------------------------------- ChangeLog:
* Fri Oct 11 2019 Mat��j Grabovsk�� mgrabovs@redhat.com 2.13.0-1 - cli: Use format argument in info command - cli: Make pretty and format mutually exclusive - cli: Set PYTHONPATH for tests - cli: Rework commands - Remove abrt-hook-ccpp - spec: Use macros where appropriate - tests: Use Augeas consistently - spec: Move config files to corresponding subpackages - build,spec: Empty config files in /etc/abrt/ - doc: Update man pages and comments in config files - plugins: Update in-code defaults - doc: Correct alignment of heading underlines - a-dump-journal-core: Purge commented code - dbus: Remove D-Bus configuration service - Partly revert removal of default configs - cli: Tweak problem matching - plugins: Add satyr flags when building - cli: Fix warning - cli: Fix file name - cli: Use decorator for MATCH positional argument - cli: match: Iterate dict instead of calling keys() - cli: Make pylint happier about imports - cli: Drop unused variables - cli: utils: Use consistent return - cli: Improve i18n - cli: Drop humanize import - Drop uses of bind_textdomain_codeset() - gitignore: Update path to generated file after cli-ng move - tests: runner: Use systemctl instead of service - autogen.sh: Use autoreconf * Thu Oct 3 2019 Miro Hron��ok mhroncok@redhat.com - 2.12.2-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hron��ok mhroncok@redhat.com - 2.12.2-2 - Rebuilt for Python 3.8 * Thu Aug 1 2019 Ernestas Kulik ekulik@redhat.com 2.12.2-1 - Remove old CLI and move cli-ng subpackage files into tui subpackage * Wed Jul 24 2019 Fedora Release Engineering releng@fedoraproject.org - 2.12.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 12 2019 Martin Kutlak mkutlak@redhat.com 2.12.1-2 - Add patch to fix failing action abrt-action-list-dsos on rawhide * Wed Jul 3 2019 Martin Kutlak mkutlak@redhat.com 2.12.1-1 - Translation updates - Rename all abrt-python to python3-abrt - spec: Get rid of python provides - hooks: abrt-hook-ccpp: Rename CreateCoreBacktrace setting - Update icon - non-fatal-mce: prepare oops1.test from template before using it - meaningful-logs: check relative counts of lines instead of absolute - oops-processing: fixed oops1.test handling. reworked so each oops has its own phase - dumpoops: make sure hostname matches in oops_full_hostname.test - Revert "applet: Add systemd service unit" - a-a-analyze-c: Fix segfault when saving function name - Fix grammar in implementation docs - doc: Update man pages and mention locations of config files - augeas,build,spec: Remove references to default configs - daemon,lib: Update default config according to abrt.conf - plugins: abrt-action-install-debuginfo: Replace uses of exit() - plugins: abrt-action-install-debuginfo: Catch BrokenPipeError - plugins: abrt-action-install-debuginfo: Remove unused imports - daemon: Check return value after reading from channel - spec: Require dbus-tools - daemon: Don't process crashes from unpackaged apps by default - plugins: abrt-action-install-debuginfo: Remove duplicate code - plugins: abrt-action-install-debuginfo: Remove variable - plugins: abrt-action-install-debuginfo: Remove comment - plugins: abrt-action-install-debuginfo: Remove dead assignment - doc: Fix spelling mistake in path to cache - doc: Update man page for abrt-handle-upload - doc: Update man page and help for a-a-install-debuginfo - Nuke Python 2 support - plugins: Catch unhandled exception in a-a-g-machine-id - plugins: retrace-client: Bail out if we can���t get a config - plugins: retrace-client: Default to HTTPS in RETRACE_SERVER_URI - plugins: analyze_RetraceServer: Fix default RETRACE_SERVER_URI - plugins: Fix name of env variable for retrace server - configure.ac: Add dependency on libcap - dbus: entry: Don���t claim truncation when there was none - applet: Add systemd service unit - spec: Remove obsolete scriptlets - Makefile.am: Use correct locale when getting date * Mon Jun 10 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.12.0-4 - Rebuild for RPM 4.15 * Mon Jun 10 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.12.0-3 - Rebuild for RPM 4.15 * Tue Feb 5 2019 Ernestas Kulik ekulik@redhat.com - 2.12.0-2 - Bump glib and libreport dependencies * Mon Feb 4 2019 Ernestas Kulik ekulik@redhat.com - 2.12.0-1 - Update to 2.12.0 * Thu Jan 31 2019 Fedora Release Engineering releng@fedoraproject.org - 2.11.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jan 27 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.11.1-4 - Remove obsolete scriptlets * Tue Jan 8 2019 Matej Marusak mmarusak@redhat.com 2.11.1-2 - dbus: task: Use modern GLib type macros * Tue Jan 8 2019 Matej Marusak mmarusak@redhat.com 2.11.1-1 - Translation updates - a-a-install-debuginfo: Clean cache if we need space - shellcheck: Use command instead of type - shellcheck: Check exit code directly with if mycmd - shellcheck: Suppress shellcheck warning SC1090 - shellcheck: Use $(...) instead of legacy backticked - cli: Add a shebang - applet: Port to GApplication/GNotification - spec: Add explicit package-version requirement of abrt-libs - Introduce pylintrc - augeas: Adjust testsuite to changes in libreport - signal_is_fatal: generate problem reports for SIGSYS - plugins: retrace-client: Port to libsoup - plugins: retrace-client: Fix copy-paste error - revert: spec: disable addon-vmcore on aarch64 - spec: turn on --enable-native-unwinder aarch64 - configure: Replace sphinx-build check with sphinx-build-3 - a-a-c-o-f-hw-error: Check systemd-journal for MCE logs - koops: Filter kernel oopses based on logged hostname - add hostname BR for tests - add new prepare-data to dist files - fix tests names for dist target after making templates from them - fix for MCE events: Bug 1613182 - abrt-cli ignores rsyslog host info and incorrectly assumes that the receiving host had a problem - dbus: Add configuration for Python3 - Add . to etc --------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2019-ddee7f79e6' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys --------------------------------------------------------------------------------
package-announce@lists.fedoraproject.org