Fri, 19 Apr 2024 22:18:14 UTC | login

Information for build abrt-2.15.1-4.fc37

ID205182
Package Nameabrt
Version2.15.1
Release4.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/abrt.git#d3f14892f8b4c2fb8030bcb07db2d313ca8242a1
SummaryAutomatic bug detection and reporting tool
Descriptionabrt 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.
Built bychurchyard
State failed
Volume DEFAULT
StartedWed, 28 Sep 2022 21:21:16 UTC
CompletedWed, 28 Sep 2022 21:34:10 UTC
Taskbuild (f37, /rpms/abrt.git:d3f14892f8b4c2fb8030bcb07db2d313ca8242a1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/abrt.git#d3f14892f8b4c2fb8030bcb07db2d313ca8242a1'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Michal Srb <michal@redhat.com> - 2.15.1-3 - Fix FTBFS - Resolves: rhbz#2093924 * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.15.1-2 - Rebuilt for Python 3.11 * Thu Mar 10 2022 Michal Srb <michal@redhat.com> - 2.15.1-1 - Update to 2.15.1 * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 19 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-2 - Rebuild for testing * Mon Jan 17 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.15.0-1 - Bump abrt library version to 1:0:1 - cli: Fix path and glob matching for abrt info etc. - abrt-dump-oops: Fix vmcore call trace parsing - Use lazy imports in abrt_exception_handler3 - Don't copy coredump to problem dir - Detect Python 3.10 and Perl correctly in abrt-action-save-package-data - Fix calls to deprecated methods in tests - Update translations * Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 2.14.6-11 - Make abrt-tui and python3-abrt-container-addon noarch as they contain no architecture-specific content - Ensure Python bytecode in noarch subpackages is reproducible * Thu Jan 06 2022 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-10 - Bump release for rebuild * Wed Dec 22 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-9 - Rebuild for satyr 0.39 * Mon Sep 27 2021 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.6-8 - Use lazy import in the Python exception handler to avoid slowdown in Python startup (rhbz#2007664) * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 2.14.6-6 - Rebuild for versioned symbols in json-c * Mon Jun 07 2021 Python Maint <python-maint@redhat.com> - 2.14.6-5 - Rebuilt for Python 3.10 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.14.6-3 - Rebuilt for Python 3.10 * Tue May 25 2021 Michal Fabik <mfabik@redhat.com> - 2.14.6-1 - Add support of master + subkeys gpg. - hooks: Remove stale workaround for a fixed bug - cli: Gracefully handle disappearance of problem directory - libs: Add version info script - retrace-client: Output task ID to console in batch mode - retrace-client: Separate commands by commas - Doc: Improve man page for abrt-action-analyze-vulnerability - Various memory management and other fixes * Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 2.14.5-4 - Obsoletes abrt-plugin-sosreport, to fix upgrade path * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.14.5-3 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 01 2020 Michal Fabik <mfabik@redhat.com> 2.14.5-1 - Fix invalid free (rhbz#1895660) - Fix crash during local processing (rhbz#1881745) - Fix reported numbers of missing debuginfo packages in abrt-action-install-debuginfo - Correct the format of NEVRA generated for packages where a problem occurred (rhbz#1900982) - Drop --raw flag in abrt-action-generate-core-backtrace * Tue Oct 13 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-3 - Add upstream patch for an invalid read bug * Thu Sep 24 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.14.4-2 - Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1881745 * Mon Aug 17 2020 Michal Fabik <mfabik@redhat.com> - 2.14.4-1 - Fix broken release 2.14.3 - oops-utils: Respect the 'world-readable' flag - Decommission libreport_list_free_with_free * Thu Aug 13 2020 Michal Fabik <mfabik@redhat.com> - 2.14.3-1 - plugins: abrt-dump-journal-core: Handle zstd compression - applet: application: Use GLib for logging - Replace various utility functions with stock GLib ones - Various coding style improvements - Update documentation - applet: application: Fix crash when processing deferred problems - dbus: Remove session objects when owner disconnects - python-problem: Use org.freedesktop.Problems2 API - abrt-console-notification: Work around noclobber - daemon: rpm: Use NEVRA instead of ENVRA - abrtd: Don't delete new problem dirs - Make sure that former caches are group writable - Various memory management fixes * Thu Aug 13 2020 Adam Williamson <awilliam@redhat.com> - 2.14.2-6 - Rebuild for libreport soname bump * Tue Jul 28 2020 - Ernestas Kulik <ekulik@redhat.com> - 2.14.2-5 - Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1860903 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild