Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libreport | Distribution: Fedora Project |
Version: 2.13.1 | Vendor: Fedora Project |
Release: 5.fc32 | Build date: Wed Oct 7 13:58:03 2020 |
Group: Unspecified | Build host: buildvm-x86-11.iad2.fedoraproject.org |
Size: 2499307 | Source RPM: libreport-2.13.1-5.fc32.src.rpm |
Packager: Fedora Project | |
Url: https://abrt.readthedocs.org/ | |
Summary: Generic library for reporting various problems |
Libraries providing API for reporting different problems in applications to different bug targets like Bugzilla, ftp, trac, etc...
GPLv2+
* Wed Oct 07 2020 Matěj Grabovský <mgrabovs@redhat.com> - 2.13.1-5 - Add fix for https://bugzilla.redhat.com/show_bug.cgi?id=1883337 * Mon May 11 2020 Michal Fabik <mfabik@redhat.com> 2.13.1-2 - Fix broken abrt-vmcore.service due to bad namespacing * Mon May 11 2020 Michal Fabik <mfabik@redhat.com> 2.13.1-1 - Fix broken abrt-vmcore.service due to bad namespacing * Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> 2.13.0-2 - Support new "time" and "time_for_children" kernel namespaces - Remove preprocessor namespacing in favor of function name prefixes - client-python: Accomodate for multiple debug directories - gui-wizard-gtk: Wrap event log messages - lib: Drop D-Bus code - plugins: reporter-rhtsupport: Drop unused debugging code - Update translations * Fri Mar 20 2020 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-3 - Add patch for https://bugzilla.redhat.com/show_bug.cgi?id=1815544 * Fri Feb 07 2020 Ernestas Kulik <ekulik@redhat.com> - 2.12.0-2 - Bump release for side tag rebuild * Thu Feb 06 2020 Michal Fabik <mfabik@redhat.com> 2.12.0-1 - ureport: Allow printf-like data attaching - plugins: reporter-rhtsupport: Avoid runtime warning - Update translations - lib: Don't include Nettle in a public interface - ureport: Drop HTTP header table - glib_support: Use g_strsplit - glib_support: Drop type initialization - client-python: Drop yumdebuginfo - lib: Use Nettle for computing SHA-1 digests - Move augeas lenses to new subdirectory * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 14 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.11.3-1 - Remove unused scripts - gtk: Fix infinite loop crashing the reporting - gtk: Improve logging - gtk: Remove page number from page struct - gtk: Code style adjustments - Make notebook tabs invisible again - gui-wizard-gtk: Remove expert mode - gui-wizard-gtk: Stop allowing overriding UI definitions - pull-trans: Suggest zanata install - shellcheck: Iterating over ls output is fragile. Use globs. - shellcheck: Double quote to prevent globbing and word splitting - zanata: Use python3 zanata client to pull translations - gtk: Fix another possible double-free * Mon Nov 11 2019 Ernestas Kulik <ekulik@redhat.com> - 2.11.2-2 - Add patch to fix a double-free * Wed Oct 23 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.11.2-1 - gtk: Improve memory management - gtk: Prevent memory leak - lib: Eliminate GLib inefficiency - gtk,style: Minor style consistency fixes - workflows: Correct name of post_report event * Wed Oct 16 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.11.1-1 - gtk: Fix a double-free condition * Fri Oct 11 2019 Matěj Grabovský <mgrabovs@redhat.com> 2.11.0-1 - Remove option for emergency analysis/reporting - tests: proc_helpers: Fix call to errx() - plugins: bugzilla: Add format file for libreport duplicates - dbus: Remove interface introspection files - lib: Don't warn if a configuration key is missing - gtk: Handle event wildcards in command line options - gtk: Better handling of workflows with wildcarded events - lib: Remove unused arguments of prepare_commands - lib: Reintroduce error logging in event XML parser - cli: Continue running even if some events have no commands - cli: Expand event name wildcards - lib: Expand wildcards in workflow XML parser - lib: Add a function to expand wildcards in event names - style: Simplify code; fix typos in comments - gitignore: Update with missing and renamed generated files - dirsize: Skip dirs in which sosreport is being generated - tests: Fix Python tests being skipped unconditionally - Remove Python 2 support * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 2.10.1-3 - Rebuilt for Python 3.8 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jul 03 2019 Martin Kutlak <mkutlak@redhat.com> 2.10.1-1 - doc: Makefile.am: Use correct path for --conf-file - lib: copy_file_recursive: Use GLib abstractions - gui-wizard-gtk: Fix fix - cli: run-command: Replace use of vfork() with fork() - plugins: rhbz: Don’t call strlen() on attachment data - Check for empty fmt_file name when printing error msgs - cli: Unpack command-line argument parsing logic - lib: event_config: Remove pointless assignment - gui-wizard-gtk: Fix never-read assignment - lib: xatonum: Check string parameters - Rework and refine composition of error messages - Add clearer warnings about missing report elements specified in format files - Move uReport workflow to plugin-ureport subpackage - lib: ureport: Export workflow when saving server response - lib: dump_dir: Clean up on failure in dd_delete() - Use #ifdef to check whether macros are defined - autogen.sh: Use autoreconf - autogen.sh: Allow skipping running configure - tests: forbidden_words: Don’t hardcode sysconfdir - Makefile.am: Use correct locale when getting date * Tue Apr 23 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-3 - Add patch to fix workflow fields not being added to reported_to when μReport response comes with a Bugzilla URL * Mon Feb 04 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-2 - Remove unused patch * Sat Feb 02 2019 Ernestas Kulik <ekulik@redhat.com> - 2.10.0-1 - Update to 2.10.0 - Bump GLib dependency - Add patch to work around issue with test
/etc/libreport/forbidden_words.conf /etc/libreport/ignored_words.conf /etc/libreport/libreport.conf /etc/libreport/report_event.conf /usr/lib/.build-id /usr/lib/.build-id/db /usr/lib/.build-id/db/969a2b5787d7f52e709d9df5bf8335850a6f6f /usr/lib/libreport.so.0 /usr/lib/libreport.so.0.0.1 /usr/share/augeas/lenses/libreport.aug /usr/share/doc/libreport /usr/share/doc/libreport/README.md /usr/share/libreport/conf.d/libreport.conf /usr/share/licenses/libreport /usr/share/licenses/libreport/COPYING /usr/share/locale/ar/LC_MESSAGES/libreport.mo /usr/share/locale/as/LC_MESSAGES/libreport.mo /usr/share/locale/ast/LC_MESSAGES/libreport.mo /usr/share/locale/bg/LC_MESSAGES/libreport.mo /usr/share/locale/bn/LC_MESSAGES/libreport.mo /usr/share/locale/bn_IN/LC_MESSAGES/libreport.mo /usr/share/locale/bs/LC_MESSAGES/libreport.mo /usr/share/locale/ca/LC_MESSAGES/libreport.mo /usr/share/locale/cs/LC_MESSAGES/libreport.mo /usr/share/locale/da/LC_MESSAGES/libreport.mo /usr/share/locale/de/LC_MESSAGES/libreport.mo /usr/share/locale/el/LC_MESSAGES/libreport.mo /usr/share/locale/en_GB/LC_MESSAGES/libreport.mo /usr/share/locale/eo/LC_MESSAGES/libreport.mo /usr/share/locale/es/LC_MESSAGES/libreport.mo /usr/share/locale/et/LC_MESSAGES/libreport.mo /usr/share/locale/eu/LC_MESSAGES/libreport.mo /usr/share/locale/fa/LC_MESSAGES/libreport.mo /usr/share/locale/fi/LC_MESSAGES/libreport.mo /usr/share/locale/fr/LC_MESSAGES/libreport.mo /usr/share/locale/fur/LC_MESSAGES/libreport.mo /usr/share/locale/gl/LC_MESSAGES/libreport.mo /usr/share/locale/gu/LC_MESSAGES/libreport.mo /usr/share/locale/he/LC_MESSAGES/libreport.mo /usr/share/locale/hi/LC_MESSAGES/libreport.mo /usr/share/locale/hu/LC_MESSAGES/libreport.mo /usr/share/locale/ia/LC_MESSAGES/libreport.mo /usr/share/locale/id/LC_MESSAGES/libreport.mo /usr/share/locale/it/LC_MESSAGES/libreport.mo /usr/share/locale/ja/LC_MESSAGES/libreport.mo /usr/share/locale/ka/LC_MESSAGES/libreport.mo /usr/share/locale/kk/LC_MESSAGES/libreport.mo /usr/share/locale/km/LC_MESSAGES/libreport.mo /usr/share/locale/kn/LC_MESSAGES/libreport.mo /usr/share/locale/ko/LC_MESSAGES/libreport.mo /usr/share/locale/lt/LC_MESSAGES/libreport.mo /usr/share/locale/lv/LC_MESSAGES/libreport.mo /usr/share/locale/ml/LC_MESSAGES/libreport.mo /usr/share/locale/mr/LC_MESSAGES/libreport.mo /usr/share/locale/nb/LC_MESSAGES/libreport.mo /usr/share/locale/nds/LC_MESSAGES/libreport.mo /usr/share/locale/nl/LC_MESSAGES/libreport.mo /usr/share/locale/nn/LC_MESSAGES/libreport.mo /usr/share/locale/or/LC_MESSAGES/libreport.mo /usr/share/locale/pa/LC_MESSAGES/libreport.mo /usr/share/locale/pl/LC_MESSAGES/libreport.mo /usr/share/locale/pt/LC_MESSAGES/libreport.mo /usr/share/locale/pt_BR/LC_MESSAGES/libreport.mo /usr/share/locale/ru/LC_MESSAGES/libreport.mo /usr/share/locale/sk/LC_MESSAGES/libreport.mo /usr/share/locale/sq/LC_MESSAGES/libreport.mo /usr/share/locale/sr/LC_MESSAGES/libreport.mo /usr/share/locale/sr_Latn/LC_MESSAGES/libreport.mo /usr/share/locale/sv/LC_MESSAGES/libreport.mo /usr/share/locale/ta/LC_MESSAGES/libreport.mo /usr/share/locale/te/LC_MESSAGES/libreport.mo /usr/share/locale/tg/LC_MESSAGES/libreport.mo /usr/share/locale/th/LC_MESSAGES/libreport.mo /usr/share/locale/tr/LC_MESSAGES/libreport.mo /usr/share/locale/uk/LC_MESSAGES/libreport.mo /usr/share/locale/ur/LC_MESSAGES/libreport.mo /usr/share/locale/vi/LC_MESSAGES/libreport.mo /usr/share/locale/zh_CN/LC_MESSAGES/libreport.mo /usr/share/locale/zh_HK/LC_MESSAGES/libreport.mo /usr/share/locale/zh_TW/LC_MESSAGES/libreport.mo /usr/share/man/man5/forbidden_words.conf.5.gz /usr/share/man/man5/ignored_words.conf.5.gz /usr/share/man/man5/libreport.conf.5.gz /usr/share/man/man5/report_event.conf.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 9 14:25:43 2022