|
|
baab13 |
%{!?python_site: %global python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
|
|
|
baab13 |
# platform-dependent
|
|
|
baab13 |
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
baab13 |
|
|
|
baab13 |
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
|
|
|
baab13 |
# http://fedoraproject.org/wiki/Hardened_Packages
|
|
|
baab13 |
%global _hardened_build 1
|
|
|
baab13 |
|
|
|
baab13 |
%if 0%{?fedora} >= 14
|
|
|
baab13 |
%bcond_without systemd
|
|
|
baab13 |
%else
|
|
|
baab13 |
%bcond_with systemd
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
# systemd wasn't set by the code above - so we're on old Fedora or we're not on Fedora at all
|
|
|
baab13 |
%if %{without systemd}
|
|
|
baab13 |
%if 0%{?rhel} >= 7
|
|
|
baab13 |
%bcond_without systemd
|
|
|
baab13 |
%else
|
|
|
baab13 |
%bcond_with systemd
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
%if 0%{?rhel} >= 6
|
|
|
baab13 |
%define desktopvendor redhat
|
|
|
baab13 |
%else
|
|
|
baab13 |
%define desktopvendor fedora
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
%define libreport_ver 2.1.11-36
|
|
|
baab13 |
%define satyr_ver 0.13-10
|
|
|
baab13 |
|
|
|
baab13 |
Summary: Automatic bug detection and reporting tool
|
|
|
baab13 |
Name: abrt
|
|
|
baab13 |
Version: 2.1.11
|
|
|
868a66 |
Release: 52%{?dist}
|
|
|
baab13 |
License: GPLv2+
|
|
|
baab13 |
Group: Applications/System
|
|
|
baab13 |
URL: https://abrt.readthedocs.org/
|
|
|
baab13 |
Source: %{name}-%{version}.tar.gz
|
|
|
baab13 |
|
|
|
baab13 |
Patch1: 0001-Do-not-enabled-Shortened-reporting-in-GNOME.patch
|
|
|
baab13 |
Patch2: 0002-remove-abrt-bodhi-from-configuration.patch
|
|
|
baab13 |
Patch3: 0003-replace-all-Fedora-URLs-by-corresponding-values-for-.patch
|
|
|
baab13 |
Patch4: 0004-have-AutoreportingEnabled-by-default.patch
|
|
|
baab13 |
Patch5: 0005-Enable-sosreport.patch
|
|
|
baab13 |
Patch6: 0006-post_report-always-exit-silenty.patch
|
|
|
baab13 |
Patch7: 0007-collect-installed-RPM-details-in-sosreport.patch
|
|
|
baab13 |
#Patch8: 0008-use-elfutils-stack-unwinder.patch
|
|
|
baab13 |
Patch9: 0009-fix-a-double-free-error-in-abrt-applet.patch
|
|
|
baab13 |
Patch10: 0010-vmcore-properly-configure-Augeas.patch
|
|
|
baab13 |
Patch11: 0011-applet-don-t-notify-missing-ignored_problems-file.patch
|
|
|
baab13 |
Patch12: 0012-configui-show-Close-button-in-the-dialog.patch
|
|
|
baab13 |
Patch13: 0013-applet-do-not-say-the-report-is-anonymous-when-urepo.patch
|
|
|
baab13 |
#Patch14: 0014-spec-abrt-cli-requires-a-pkg-providing-workflows.patch
|
|
|
baab13 |
#Patch15: 0015-testsuite-encourage-users-to-create-a-case-in-RHTS.patch
|
|
|
868a66 |
Patch16: 0016-cli-list-show-a-hint-about-creating-a-case-in-RHTS.patch
|
|
|
baab13 |
Patch17: 0017-harvest-vmcore-properly-handle-inaccessible-dir-erro.patch
|
|
|
baab13 |
Patch18: 0018-don-t-break-the-event-run-by-failures-of-abrt-action.patch
|
|
|
baab13 |
Patch19: 0019-Fix-handling-of-Machine-Check-Exceptions.patch
|
|
|
baab13 |
Patch20: 0020-move-MCE-handling-in-event-to-abrt-action-check-oops.patch
|
|
|
baab13 |
Patch21: 0021-abrt-action-check-oops-for-hw-error-i18n-add-error-c.patch
|
|
|
baab13 |
Patch22: 0022-Add-a-manpage-for-abrt-action-check-oops-for-hw-erro.patch
|
|
|
baab13 |
Patch23: 0023-oops-post-create-do-not-fail-the-event-if-check-oops.patch
|
|
|
baab13 |
Patch24: 0024-doc-MCE_readme.txt-new-file-documentation-about-MCE-.patch
|
|
|
baab13 |
Patch25: 0025-examples-mce2.test-an-example-of-non-fatal-MCE.patch
|
|
|
baab13 |
Patch26: 0026-MCE-cover-cases-where-kernel-version-isn-t-detected-.patch
|
|
|
baab13 |
Patch27: 0027-MCE-make-oops-and-vmcore-MCEs-a-bit-more-similar.patch
|
|
|
baab13 |
Patch28: 0028-python-install-modules-to-sitearch-directory.patch
|
|
|
baab13 |
#Patch29: 0029-spec-abrt-python-s-files-to-arch-specific-dir.patch
|
|
|
baab13 |
Patch30: 0030-retrace-client-stop-failing-on-SSL2.patch
|
|
|
baab13 |
#Patch31: 0031-add-transifex-configuration-for-RHEL7.patch
|
|
|
baab13 |
#Patch32: 0032-correct-rhel7-tx-configuration.patch
|
|
|
baab13 |
Patch33: 0033-upload-watch-remove-busy-wait-for-SIGUSR1.patch
|
|
|
baab13 |
Patch34: 0034-turn-off-Autoreporting.patch
|
|
|
baab13 |
#Patch35: 0035-make-dist-use-tar-ustar-due-to-long-filenames.patch
|
|
|
baab13 |
Patch36: 0036-never-search-for-MCE-strings-in-dmesg.patch
|
|
|
baab13 |
Patch37: 0037-sos-capture-all-necessary-data.patch
|
|
|
baab13 |
Patch38: 0038-stop-sending-ureports-from-abrt-applet.patch
|
|
|
baab13 |
Patch39: 0039-ccpp-run-vulnerability-analysis-in-analyze_LocalGDB.patch
|
|
|
baab13 |
Patch40: 0040-Translation-updates.patch
|
|
|
baab13 |
Patch41: 0041-Translation-updates.patch
|
|
|
baab13 |
Patch42: 0042-vmcore-start-the-service-after-kdump-service.patch
|
|
|
baab13 |
Patch43: 0043-configu-UI-use-glade-file-extension-instead-of-ui.patch
|
|
|
baab13 |
Patch44: 0044-localization-fixes.patch
|
|
|
baab13 |
Patch45: 0045-gdb-disable-loading-of-auto-loaded-files.patch
|
|
|
baab13 |
#Patch46: 0046-spec-add-dependency-on-abrt-python.patch
|
|
|
baab13 |
#Patch47: 0047-spec-add-missing-requires-for-python-api.patch
|
|
|
baab13 |
#Patch48: 0048-spec-remove-stray-space-from-description.patch
|
|
|
baab13 |
Patch49: 0049-koops-add-an-option-controlling-MCE-detection.patch
|
|
|
baab13 |
#Patch50: 0050-spec-hook-Kernel-oops-configuration-files.patch
|
|
|
baab13 |
Patch51: 0051-python-support-exceptions-without-traceback.patch
|
|
|
baab13 |
#Patch52: 0052-spec-don-t-use-native-unwinder-on-arm-arch.patch
|
|
|
baab13 |
Patch53: 0053-gettext-fix-the-initialization-in-python-scripts.patch
|
|
|
baab13 |
Patch54: 0054-oops-add-man-page.patch
|
|
|
baab13 |
#Patch55: 0055-spec-hook-abrt-oops.conf.5.patch
|
|
|
baab13 |
Patch56: 0056-cli-make-consistent-commands-in-abrt-cli.patch
|
|
|
baab13 |
#Patch57: 0057-spec-remove-dependency-on-crash-from-abrt-addon-vmco.patch
|
|
|
baab13 |
Patch58: 0058-cli-robustize-abrt-console-notification.sh.patch
|
|
|
baab13 |
Patch59: 0059-plugins-add-abrt-action-generate-machine-id.patch
|
|
|
baab13 |
#Patch60: 0060-spec-add-abrt-action-generate-machine-id.patch
|
|
|
baab13 |
Patch61: 0061-dbus-fixed-abrt-dbus-memory-leaks.patch
|
|
|
baab13 |
Patch62: 0062-applet-chown-each-notified-problem-before-reporting-.patch
|
|
|
baab13 |
Patch63: 0063-cli-add-option-remove-crash-dirs-after-reporting.patch
|
|
|
baab13 |
Patch64: 0064-applet-confirm-ignoring-of-notifications.patch
|
|
|
baab13 |
Patch65: 0065-cli-batch-reporting-in-abrt-cli.patch
|
|
|
baab13 |
Patch66: 0066-Translation-updates.patch
|
|
|
baab13 |
Patch67: 0067-koops-don-t-analyze-MCEs-like-standard-oopses.patch
|
|
|
baab13 |
Patch68: 0068-ureport-attach-contact-email-if-configured.patch
|
|
|
baab13 |
Patch69: 0069-console-notifications-use-return-instead-of-exit.patch
|
|
|
baab13 |
Patch70: 0070-applet-don-t-show-duphash-instead-of-component.patch
|
|
|
baab13 |
Patch71: 0071-console-notifications-skip-non-interactive-shells.patch
|
|
|
baab13 |
Patch72: 0072-applet-ensure-writable-dump-directory-before-reporti.patch
|
|
|
baab13 |
Patch73: 0073-a-a-g-machine-id-add-systemd-s-machine-id.patch
|
|
|
baab13 |
Patch74: 0074-a-a-g-machine-id-suppress-its-failures-in-abrt_event.patch
|
|
|
baab13 |
Patch75: 0075-Translation-updates.patch
|
|
|
baab13 |
Patch76: 0076-Revert-gdb-disable-loading-of-auto-loaded-files.patch
|
|
|
baab13 |
Patch77: 0077-gdb-make-gdb-aware-of-the-abrt-s-debuginfo-dir.patch
|
|
|
baab13 |
#Patch78: 0078-spec-update-the-required-gdb-version.patch
|
|
|
868a66 |
Patch79: 0079-cli-mark-the-suggestion-text-for-translation.patch
|
|
|
baab13 |
Patch80: 0080-auto-reporting-add-options-to-specify-auth-type.patch
|
|
|
baab13 |
#Patch81: 0081-testsuite-abrt-auto-reporting-uReport-authentication.patch
|
|
|
baab13 |
Patch82: 0082-translations-pull-the-newest-PO-files.patch
|
|
|
baab13 |
#Patch83: 0083-translations-move-from-transifex-to-zanata.patch
|
|
|
baab13 |
#Patch84: 0084-spec-add-missing-augeas-dependency.patch
|
|
|
baab13 |
#Patch85: 0085-zanata-add-gettext-mappings.patch
|
|
|
baab13 |
Patch86: 0086-translations-update-the-PO-files.patch
|
|
|
baab13 |
Patch87: 0087-abrt-auto-reporting-make-the-code-more-safer.patch
|
|
|
baab13 |
# git format-patch 2.1.11-19.el7 -N --start-number 88 --topo-order
|
|
|
baab13 |
Patch88: 0088-a-a-save-package-data-turn-off-reading-data-from-roo.patch
|
|
|
baab13 |
Patch89: 0089-ccpp-fix-symlink-race-conditions.patch
|
|
|
baab13 |
Patch90: 0090-ccpp-stop-reading-hs_error.log-from-tmp.patch
|
|
|
baab13 |
Patch91: 0091-ccpp-do-not-read-data-from-root-directories.patch
|
|
|
baab13 |
Patch92: 0092-ccpp-open-file-for-dump_fd_info-with-O_EXCL.patch
|
|
|
baab13 |
Patch93: 0093-ccpp-postpone-changing-ownership-of-new-dump-directo.patch
|
|
|
baab13 |
Patch94: 0094-ccpp-create-dump-directory-without-parents.patch
|
|
|
baab13 |
Patch95: 0095-ccpp-do-not-override-existing-files-by-compat-cores.patch
|
|
|
baab13 |
Patch96: 0096-ccpp-do-not-use-value-of-proc-PID-cwd-for-chdir.patch
|
|
|
baab13 |
Patch97: 0097-ccpp-harden-dealing-with-UID-GID.patch
|
|
|
baab13 |
Patch98: 0098-ccpp-check-for-overflow-in-abrt-coredump-path-creati.patch
|
|
|
baab13 |
Patch99: 0099-ccpp-emulate-selinux-for-creation-of-compat-cores.patch
|
|
|
baab13 |
Patch100: 0100-make-the-dump-directories-owned-by-root-by-default.patch
|
|
|
baab13 |
Patch101: 0101-configure-move-the-default-dump-location-to-var-spoo.patch
|
|
|
baab13 |
#Patch102: 0102-spec-create-vat-spool-abrt.patch
|
|
|
baab13 |
Patch103: 0103-ccpp-avoid-overriding-system-files-by-coredump.patch
|
|
|
baab13 |
#Patch104: 0104-spec-add-libselinux-devel-to-BRs.patch
|
|
|
baab13 |
Patch105: 0105-daemon-use-libreport-s-function-checking-file-name.patch
|
|
|
baab13 |
Patch106: 0106-lib-add-functions-validating-dump-dir.patch
|
|
|
baab13 |
Patch107: 0107-dbus-process-only-valid-sub-directories-of-the-dump-.patch
|
|
|
baab13 |
Patch108: 0108-dbus-avoid-race-conditions-in-tests-for-dum-dir-avai.patch
|
|
|
baab13 |
Patch109: 0109-dbus-report-invalid-element-names.patch
|
|
|
baab13 |
Patch110: 0110-a-a-i-d-t-a-cache-sanitize-arguments.patch
|
|
|
baab13 |
Patch111: 0111-a-a-i-d-t-a-cache-sanitize-umask.patch
|
|
|
baab13 |
Patch112: 0112-ccpp-revert-the-UID-GID-changes-if-user-core-fails.patch
|
|
|
baab13 |
Patch113: 0113-upload-validate-and-sanitize-uploaded-dump-directori.patch
|
|
|
baab13 |
Patch114: 0114-daemon-harden-against-race-conditions-in-DELETE.patch
|
|
|
baab13 |
Patch115: 0115-daemon-allow-only-root-user-to-trigger-the-post-crea.patch
|
|
|
baab13 |
Patch116: 0116-daemon-dbus-allow-only-root-to-create-CCpp-Koops-vmc.patch
|
|
|
baab13 |
# Temporary RHEL-7.1.z patch #1219464
|
|
|
baab13 |
#Patch117: 0117-dumpers-avoid-AVC-when-creating-dump-directories.patch
|
|
|
baab13 |
# git format-patch 2.1.11-20.el7 -N --start-number 118 --topo-order
|
|
|
baab13 |
Patch118: 0118-dbus-validate-parameters-of-all-calls.patch
|
|
|
baab13 |
# git format-patch 2.1.11-21.el7 -N --start-number 119 --topo-order
|
|
|
baab13 |
Patch119: 0119-ccpp-do-not-unlink-failed-and-big-user-cores.patch
|
|
|
baab13 |
Patch120: 0120-a-a-i-d-t-a-cache-don-t-open-the-build_ids-file-as-a.patch
|
|
|
baab13 |
Patch121: 0121-a-a-i-d-t-a-cache-fix-command-line-argument-generati.patch
|
|
|
baab13 |
# git format-patch 2.1.11-22.el7 -N --start-number 122 --topo-order
|
|
|
baab13 |
Patch122: 0122-Do-not-use-bool-in-OPT_BOOL-macro-it-expects-int.patch
|
|
|
baab13 |
Patch123: 0123-abrt-auto-reporting-require-rhtsupport.conf-file-onl.patch
|
|
|
baab13 |
#Patch124: 0124-spec-add-AUTHENTICATED_AUTOREPORTING-conditional.patch
|
|
|
baab13 |
#Patch125: 0125-spec-abrt-requires-libreport-plugin-rhtsupport-on-rh.patch
|
|
|
baab13 |
Patch126: 0126-doc-fix-in-Makefile.patch
|
|
|
baab13 |
Patch127: 0127-sosreport-add-processor-information-to-sosreport.patch
|
|
|
baab13 |
Patch128: 0128-dbus-add-a-new-method-GetProblemData.patch
|
|
|
baab13 |
Patch129: 0129-libabrt-add-new-function-fetching-full-problem-data-.patch
|
|
|
baab13 |
Patch130: 0130-dbus-add-new-method-to-test-existence-of-an-element.patch
|
|
|
baab13 |
Patch131: 0131-libabrt-add-wrappers-TestElemeExists-and-GetInfo-for.patch
|
|
|
baab13 |
Patch132: 0132-cli-use-the-DBus-methods-for-getting-problem-informa.patch
|
|
|
baab13 |
Patch133: 0133-cli-status-don-t-return-0-if-there-is-a-problem-olde.patch
|
|
|
baab13 |
Patch134: 0134-cli-do-not-exit-with-segfault-if-dbus-fails.patch
|
|
|
baab13 |
Patch135: 0135-cli-chown-before-reporting.patch
|
|
|
baab13 |
Patch136: 0136-cli-exit-with-the-number-of-unreported-problems.patch
|
|
|
baab13 |
Patch137: 0137-cli-remove-dead-code.patch
|
|
|
baab13 |
Patch138: 0138-doc-update-abrt-cli-man-page.patch
|
|
|
baab13 |
Patch139: 0139-cli-enable-polkit-authentication-on-command-line.patch
|
|
|
baab13 |
Patch140: 0140-dbus-keep-the-polkit-authorization-for-all-clients.patch
|
|
|
baab13 |
Patch141: 0141-cli-get-list-of-possible-workflows-for-problem_data_.patch
|
|
|
baab13 |
Patch142: 0142-cli-warn-users-about-Private-Reports.patch
|
|
|
baab13 |
Patch143: 0143-cli-enable-authetication-for-all-commands.patch
|
|
|
baab13 |
Patch144: 0144-cli-do-not-notify-root-about-Private-Reports.patch
|
|
|
baab13 |
Patch145: 0145-cli-remove-useless-code-from-print_crash.patch
|
|
|
baab13 |
Patch146: 0146-cli-use-internal-command-impl-in-the-command-process.patch
|
|
|
baab13 |
# git format-patch 2.1.11-23.el7 -N --start-number 147 --topo-order
|
|
|
baab13 |
Patch147: 0147-abrt-hook-ccpp-minor-refactoring.patch
|
|
|
baab13 |
Patch148: 0148-Create-core-backtrace-in-unwind-hook.patch
|
|
|
baab13 |
Patch149: 0149-abrt-install-ccpp-hook-check-configuration.patch
|
|
|
baab13 |
#Patch150: 0150-spec-enable-dump-time-unwind-by-default.patch
|
|
|
baab13 |
Patch151: 0151-disable-CreateCoreBacktrace-by-default.patch
|
|
|
baab13 |
# git format-patch 2.1.11-24.el7 -N --start-number 152 --topo-order
|
|
|
baab13 |
Patch152: 0152-abrt-hook-ccpp-save-core_backtrace-from-hook.patch
|
|
|
baab13 |
# git format-patch 2.1.11-25.el7 -N --start-number 153 --topo-order
|
|
|
baab13 |
Patch153: 0153-abrt-hook-ccpp-reset-ownership-after-saving-core-bac.patch
|
|
|
baab13 |
# git format-patch 2.1.11-26.el7 -N --start-number 154 --topo-order
|
|
|
baab13 |
Patch154: 0154-abrt-merge-pstoreoops-merge-files-in-descending-orde.patch
|
|
|
baab13 |
Patch155: 0155-abrt-auto-reporting-fix-related-to-conditional-compi.patch
|
|
|
baab13 |
Patch156: 0156-Update-translations.patch
|
|
|
baab13 |
# git format-patch 2.1.11-27.el7 -N --start-number 157 --topo-order
|
|
|
baab13 |
Patch157: 0157-Fix-missing-newline-in-po-fr.po.patch
|
|
|
baab13 |
Patch158: 0158-doc-fix-related-to-conditional-compilation-of-man-pa.patch
|
|
|
baab13 |
#Patch159: 0159-spec-add-dbus-dependency-for-abrt-cli-and-abrt-pytho.patch
|
|
|
baab13 |
# git format-patch 2.1.11-28.el7 -N --start-number 160 --topo-order
|
|
|
baab13 |
Patch160: 0160-dbus-api-unify-reporting-of-errors.patch
|
|
|
baab13 |
Patch161: 0161-cli-fix-testing-of-DBus-API-return-codes.patch
|
|
|
baab13 |
Patch162: 0162-ccpp-fix-comment-related-to-MakeCompatCore-option-in.patch
|
|
|
baab13 |
Patch163: 0163-ccpp-use-global-TID.patch
|
|
|
baab13 |
# git format-patch 2.1.11-29.el7 -N --start-number 164 --topo-order
|
|
|
baab13 |
Patch164: 0164-Warn-against-disabling-private-reports-in-abrt.conf.patch
|
|
|
baab13 |
# git format-patch 2.1.11-30.el7 -N --start-number 165 --topo-order
|
|
|
baab13 |
Patch165: 0165-Only-analyze-vulnerabilities-when-coredump-present.patch
|
|
|
baab13 |
# git format-patch 2.1.11-31.el7 -N --start-number 166 --topo-order
|
|
|
baab13 |
Patch166: 0166-UUID-from-core-backtrace-if-coredump-is-missing.patch
|
|
|
baab13 |
# git format-patch 2.1.11-32.el7 -N --start-number 167 --topo-order
|
|
|
baab13 |
Patch167: 0167-ccpp-correct-comments-mentioning-TID.patch
|
|
|
baab13 |
Patch168: 0168-ccpp-Use-Global-PID.patch
|
|
|
baab13 |
Patch169: 0169-doc-add-example-into-the-abrt-auto-reporting-man-pag.patch
|
|
|
baab13 |
Patch170: 0170-abrt-auto-reporting-add-example-into-the-help.patch
|
|
|
baab13 |
# git format-patch 2.1.11-33.el7 -N --start-number 171 --topo-order
|
|
|
baab13 |
#Patch171: 0171-runtests-stick-to-new-BZ-password-rules.patch
|
|
|
baab13 |
#Patch172: 0172-testsuite-use-rpm-to-remove-packages.patch
|
|
|
baab13 |
#Patch173: 0173-testsuite-more-verbose-fail-in-get_crash_path.patch
|
|
|
baab13 |
#Patch174: 0174-testsuite-cli-sanity-comment-not-reportable-phase-ou.patch
|
|
|
baab13 |
#Patch175: 0175-testsuite-new-test-dumpdir_completedness.patch
|
|
|
baab13 |
#Patch176: 0176-testsuite-upload-handling-fix-irrelevant-AVCs.patch
|
|
|
baab13 |
Patch177: 0177-sos-use-services-instead-of-startup.patch
|
|
|
baab13 |
# git format-patch 2.1.11-34.el7 -N --start-number 178 --topo-order
|
|
|
baab13 |
Patch178: 0178-a-a-i-d-to-abrt-cache-make-own-random-temporary-dire.patch
|
|
|
baab13 |
Patch179: 0179-conf-introduce-DebugLevel.patch
|
|
|
baab13 |
Patch180: 0180-ccpp-ignore-crashes-of-ABRT-binaries-if-DebugLevel-0.patch
|
|
|
baab13 |
Patch181: 0181-ccpp-save-abrt-core-files-only-to-new-files.patch
|
|
|
baab13 |
Patch182: 0182-lib-add-convenient-wrappers-for-ensuring-writable-di.patch
|
|
|
baab13 |
Patch183: 0183-abrtd-switch-owner-of-the-dump-location-to-root.patch
|
|
|
baab13 |
#Patch184: 0184-spec-switch-owner-of-the-dump-location-to-root.patch
|
|
|
baab13 |
#Patch185: 0185-testsuite-ccpp-plugin-debug.patch
|
|
|
baab13 |
#Patch186: 0186-testsuite-a-a-i-debuginfo-the-set-uid-wrapper-uses-s.patch
|
|
|
baab13 |
#Patch187: 0187-testsuite-check-file-system-attributes-of-the-dump-l.patch
|
|
|
baab13 |
# git format-patch 2.1.11-35.el7 -N --start-number 188 --topo-order
|
|
|
baab13 |
#Patch188: 0188-testsuite-port-abrtd-directories-to-journald.patch
|
|
|
baab13 |
#Patch189: 0189-testsuite-ccpp-plugin-debug-fix-logs-bundling.patch
|
|
|
baab13 |
#Patch190: 0190-testsuite-ccpp-plugin-debug-normalize-ABRT_BINARY_CO.patch
|
|
|
baab13 |
#Patch191: 0191-testsuite-search-in-journal-logs-for-the-current-boo.patch
|
|
|
baab13 |
#Patch192: 0192-testsuite-add-test-for-reporter-upload-SSH-keys.patch
|
|
|
baab13 |
#Patch193: 0193-testsuite-add-test-for-reporter-upload-passwd-asking.patch
|
|
|
baab13 |
#Patch194: 0194-testsuite-test-abrt-hook-ccpp-selinux-awareness.patch
|
|
|
baab13 |
#Patch195: 0195-testsuite-abrtd-directories-normalize-ABRT_CONF_DUMP.patch
|
|
|
baab13 |
#Patch196: 0196-testsuite-rhts-test-fix-typo-and-URL-change-in-respo.patch
|
|
|
baab13 |
#Patch197: 0197-testsuite-event-configuration-add-missing-xml-files.patch
|
|
|
baab13 |
#Patch198: 0198-translations-update-zanata-configuration.patch
|
|
|
baab13 |
#Patch199: 0199-testsuite-add-ureport-attachments-test.patch
|
|
|
baab13 |
#Patch200: 0200-testsuite-reporter-upload-appending-results-to-repor.patch
|
|
|
baab13 |
#Patch201: 0201-testsuite-remove-ureport-attachments-from-aux.patch
|
|
|
baab13 |
#Patch202: 0202-testsuite-add-concurrent-processing-test-for-abrtd.patch
|
|
|
baab13 |
#Patch203: 0203-testsuite-reporter-upload-ssh-keys-fixes-to-work-on-.patch
|
|
|
baab13 |
#Patch204: 0204-testsuite-Bugzilla-private-bugs.patch
|
|
|
baab13 |
#Patch205: 0205-testsuite-reply-with-invalid-data-for-unexpected-que.patch
|
|
|
baab13 |
Patch206: 0206-augeas-augtool-save-files-etc-abrt-plugins-oops.conf.patch
|
|
|
baab13 |
Patch207: 0207-vmcore-catch-IOErrors-and-OSErrors.patch
|
|
|
baab13 |
#Patch208: 0208-testsuite-add-a-per-test-timeout-for-15m.patch
|
|
|
baab13 |
Patch209: 0209-lib-hooklib-make-signal_is_fatal-public.patch
|
|
|
baab13 |
Patch210: 0210-ccpp-add-IgnoredPath-option.patch
|
|
|
baab13 |
#Patch211: 0211-testsuite-add-test-for-abrt-hook-ccpp-IgnoredPath-op.patch
|
|
|
baab13 |
#Patch212: 0212-testsuite-add-test-for-AllowedUsers-and-AllowedGroup.patch
|
|
|
baab13 |
Patch213: 0213-ccpp-add-AllowedUsers-and-AllowedGroups-feature.patch
|
|
|
baab13 |
Patch214: 0214-Save-Vendor-and-GPG-Fingerprint.patch
|
|
|
baab13 |
#Patch215: 0215-testsuite-add-tests-for-pgk_vendor-and-pkg_fingerpri.patch
|
|
|
baab13 |
#Patch216: 0216-testsuite-add-rhtsupport-discourage-tests.patch
|
|
|
baab13 |
#Patch217: 0217-testsuite-reporter-rhtsupport-should-attach-whole-du.patch
|
|
|
baab13 |
#Patch218: 0218-testsuite-use-problem-report-API-to-create-descripti.patch
|
|
|
baab13 |
#Patch219: 0219-testsuite-test-for-reporter-mailx-email-formatting.patch
|
|
|
baab13 |
#Patch220: 0220-testsuite-mailx-does-not-create-dead.letter-in-failu.patch
|
|
|
baab13 |
Patch221: 0221-lib-prevent-from-creating-non-root-sub-dirs-in-dump-.patch
|
|
|
baab13 |
# git format-patch 2.1.11-36.el7 -N --start-number 222 --topo-order
|
|
|
baab13 |
Patch222: 0222-ccpp-exit-with-error-if-cannot-get-executable.patch
|
|
|
baab13 |
# git format-patch 2.1.11-37.el7 -N --start-number 223 --topo-order
|
|
|
baab13 |
Patch223: 0223-ccpp-add-xfunc_die-if-cannot-get-executable.patch
|
|
|
baab13 |
# git format-patch 2.1.11-38.el7 -N --start-number 224 --topo-order
|
|
|
baab13 |
#Patch224: 0224-testsuite-augeas-set-DropNotReportableOopses-test.patch
|
|
|
baab13 |
Patch225: 0225-vmcore-generate-reason-file-in-all-cases.patch
|
|
|
baab13 |
#Patch226: 0226-testsuite-fix-the-kernel-vmcore-harvest-test.patch
|
|
|
baab13 |
Patch227: 0227-console-notifications-add-timeout.patch
|
|
|
baab13 |
Patch228: 0228-Fix-memory-leaks-in-abrt-dbus.patch
|
|
|
baab13 |
Patch229: 0229-python-fix-check-for-absolute-path.patch
|
|
|
baab13 |
#Patch230: 0230-testsuite-add-test-for-RequireAbsolutePath-option.patch
|
|
|
baab13 |
# git format-patch 2.1.11-39.el7 -N --start-number 231 --topo-order
|
|
|
baab13 |
#Patch231: 0231-testsuite-add-test-which-tests-log-messages-of-ingor.patch
|
|
|
baab13 |
Patch232: 0232-ccpp-unify-log-message-of-ignored-crashes.patch
|
|
|
baab13 |
Patch233: 0233-abrt-hook-ccpp-save-get_fsuid-return-values-in-int-v.patch
|
|
|
baab13 |
# git format-patch 2.1.11-40.el7 -N --start-number 234 --topo-order
|
|
|
baab13 |
#Patch234: 0234-testsuite-fix-ccpp-plugin-debug-test.patch
|
|
|
baab13 |
#Patch235: 0235-testsuite-mailx-reporting-hardcode-locale-and-timezo.patch
|
|
|
baab13 |
#Patch236: 0236-testsuite-rhts-test-relax-a-grep-pattern-a-bit.patch
|
|
|
baab13 |
#Patch237: 0237-testsuite-mailx-reporting-force-creating-symlink.patch
|
|
|
baab13 |
Patch238: 0238-vmcore-fix-finding-partitions-by-UUID-and-LABEL.patch
|
|
|
baab13 |
#Patch239: 0239-spec-add-utils-linux-to-vmcore-s-Require.patch
|
|
|
baab13 |
Patch240: 0240-vmcore-use-findmnt-to-get-mountpoint.patch
|
|
|
baab13 |
# git format-patch 2.1.11-41.el7 -N --start-number 241 --topo-order
|
|
|
baab13 |
#Patch241: 0241-testsuite-do-not-exit-mailx-notify-event-with-1.patch
|
|
|
baab13 |
#Patch242: 0242-testsuite-add-prepare-to-cli-authentication-test.patch
|
|
|
baab13 |
#Patch243: 0243-testsuite-libreport-plugin-mantisbt-is-not-installed.patch
|
|
|
baab13 |
#Patch244: 0244-testsuite-use-crashing-binary-from-signed-package.patch
|
|
|
baab13 |
Patch245: 0245-daemon-trigger-dump-location-cleanup-after-detection.patch
|
|
|
baab13 |
Patch246: 0246-handle-event-stop-creating-post-create-lock.patch
|
|
|
baab13 |
# git format-patch 2.1.11-42.el7 -N --start-number 247 --topo-order
|
|
|
baab13 |
#Patch247: 0247-testsuite-check-fingerprint-only-if-a-kernel-is-sign.patch
|
|
|
baab13 |
#Patch248: 0248-testsuite-fix-reporter-upload-ssh-keys-test.patch
|
|
|
baab13 |
#Patch249: 0249-testsuite-ccpp-plugin-hook-ignoring-fix-typo.patch
|
|
|
baab13 |
Patch250: 0250-lib-check_recent_crash_file-do-not-produce-error_msg.patch
|
|
|
baab13 |
#Patch251: 0251-testsuite-do-not-die-if-crash-is-not-generated.patch
|
|
|
baab13 |
# git format-patch 2.1.11-43.el7 -N --start-number 252 --topo-order
|
|
|
baab13 |
#Patch252: 0252-testsuite-reporter-rhtsupport-no-longer-uses-checks-.patch
|
|
|
baab13 |
#Patch253: 0253-testsuite-puts-NULL-didn-t-cause-segfault-on-s390x.patch
|
|
|
baab13 |
Patch254: 0254-daemon-send-base-names-from-abrt-server-to-abrtd.patch
|
|
|
baab13 |
# git format-patch 2.1.11-44.el7 -N --start-number 255 --topo-order
|
|
|
baab13 |
#Patch255: 0255-testsuite-make-dumpdir_completedness-test-runnable-o.patch
|
|
|
baab13 |
Patch256: 0256-Translation-updates.patch
|
|
|
baab13 |
# git format-patch 2.1.11-45.el7 -N --start-number 257 --topo-order
|
|
|
baab13 |
#Patch257: 0257-testsuite-use-exported-gpg-keys-in-dumpdir_completed.patch
|
|
|
baab13 |
Patch258: 0258-lib-don-t-expect-kernel-s-version-2.6.-or-3.patch
|
|
|
baab13 |
Patch259: 0259-koops-do-not-assume-version-has-3-levels.patch
|
|
|
baab13 |
Patch260: 0260-xorg-rewrite-skip_pfx-function-to-work-with-journal-.patch
|
|
|
baab13 |
#Patch261: 0261-testsuite-add-tescase-for-a-dump-xorg.patch
|
|
|
baab13 |
Patch262: 0262-lib-stop-printing-out-a-debug-message-adding.patch
|
|
|
baab13 |
Patch263: 0263-cli-don-t-start-reporting-of-not-reportable-problems.patch
|
|
|
baab13 |
Patch264: 0264-cli-introduce-unsafe-reporting-for-not-reporable-pro.patch
|
|
|
baab13 |
Patch265: 0265-cli-configure-libreport-to-ignore-not-reportable.patch
|
|
|
baab13 |
Patch266: 0266-cli-print-out-the-not-reportable-reason.patch
|
|
|
baab13 |
#Patch267: 0267-testsuite-add-cli-process-test-case.patch
|
|
|
baab13 |
Patch268: 0268-vmcore-remove-not-implemented-option-AttemptHardlink.patch
|
|
|
baab13 |
# git format-patch 2.1.11-46.el7 -N --start-number 269 --topo-order
|
|
|
baab13 |
Patch269: 0269-ccpp-add-h-parameter-into-abrt-hook-ccpp.patch
|
|
|
baab13 |
#Patch270: 0270-testsuite-add-test-for-core-template-substitution.patch
|
|
|
baab13 |
# git format-patch 2.1.11-47.el7 -N --start-number 271 --topo-order
|
|
|
baab13 |
Patch271: 0271-Translation-updates.patch
|
|
|
baab13 |
# git format-patch 2.1.11-48.el7 -N --start-number 272 --topo-order
|
|
|
baab13 |
#Patch272: 0272-spec-allow-deprecated-declarations-warning.patch
|
|
|
baab13 |
#Patch273: 0273-spec-add-missing-dependecy-on-dbus-glib-devel.patch
|
|
|
baab13 |
Patch274: 0274-python-provide-more-information-about-exception.patch
|
|
|
baab13 |
#Patch275: 0275-testsuite-provide-more-information-about-exception.patch
|
|
|
baab13 |
Patch276: 0276-Translation-updates.patch
|
|
|
baab13 |
Patch277: 0277-Fix-pt_BR.po-translation.patch
|
|
|
baab13 |
Patch278: 0278-koops-add-suspicious-strings-blacklist.patch
|
|
|
baab13 |
#Patch279: 0279-testsuite-suspicious-strings-blacklist-test.patch
|
|
|
baab13 |
Patch280: 0280-koops-Improve-fatal-MCE-check-when-dumping-backtrace.patch
|
|
|
baab13 |
#Patch281: 0281-testsuite-add-test-for-dumping-kernel-panic-oom-oops.patch
|
|
|
baab13 |
Patch282: 0282-Add-oops-processing-for-kernel-panics-caused-by-hung.patch
|
|
|
baab13 |
Patch283: 0283-vmcore-remove-original-vmcore-file-in-the-last-step.patch
|
|
|
baab13 |
Patch284: 0284-vmcore-use-libreport-dd-API-in-the-harvestor.patch
|
|
|
baab13 |
#Patch285: 0285-testsuite-add-test-case-for-copyvmcore.patch
|
|
|
baab13 |
Patch286: 0286-koops-Improve-not-reportable-for-oopses-with-taint-f.patch
|
|
|
baab13 |
Patch287: 0287-a-a-ureport-add-check-if-crash-is-from-packaged-exec.patch
|
|
|
baab13 |
#Patch288: 0288-testsuite-test-not-sending-ureport-from-unpackaged-e.patch
|
|
|
baab13 |
#Patch289: 289-spec-update-URL-and-Source-to-recent-values.patch
|
|
|
baab13 |
#Patch290: 0290-Revert-testsuite-reporter-rhtsupport-no-longer-uses-.patch
|
|
|
baab13 |
#Patch291: 0291-testsuite-reporter-rhtsupport-parameter-t-extend-fun.patch
|
|
|
baab13 |
# git format-patch 2.1.11-49.el7 -N --start-number 292 --topo-order
|
|
|
baab13 |
#Patch292: 0292-testsuite-switch-order-of-g_crash_path-and-wait_f_h.patch
|
|
|
baab13 |
#Patch293: 0293-testsuite-wait-for-hooks-at-least-1-second.patch
|
|
|
baab13 |
#Patch294: 0294-testsuite-tell-the-runner-about-problem-sub-director.patch
|
|
|
baab13 |
#Patch295: 0295-CI-make-debugging-easier-with-more-log-messages.patch
|
|
|
baab13 |
#Patch296: 0296-testsuite-rhts-test-remove-trailing-characters.patch
|
|
|
baab13 |
#Patch297: 0297-testsuite-restart-abrt-ccpp-in-abrtd-directories.patch
|
|
|
baab13 |
#Patch298: 0298-testsuite-Install-missing-rpm-sign-package.patch
|
|
|
baab13 |
#Patch299: 0299-testsuite-Show-warning-instead-of-failing-test.patch
|
|
|
baab13 |
#Patch300: 0300-testsuite-check-for-correct-group-and-permissions.patch
|
|
|
baab13 |
#Patch301: 0301-testsuite-disable-failing-tests.patch
|
|
|
baab13 |
#Patch302: 0302-testsuite-extend-timeout-to-10-minutes.patch
|
|
|
baab13 |
#Patch303: 0303-testsuite-Correct-the-name-of-configuration-file.patch
|
|
|
baab13 |
#Patch304: 0304-tests-cli-sanity-re-enable-report-non-reportable-pha.patch
|
|
|
baab13 |
#Patch305: 0305-testsuite-fix-backtrace-verification-on-power.patch
|
|
|
baab13 |
Patch306: 0306-a-harvest-vmcore-fix-regresion.patch
|
|
|
868a66 |
# git format-patch 2.1.11-50.el7 -N --start-number 307 --topo-order
|
|
|
868a66 |
#Patch307: 0307-spec-use-dmidecode-instead-of-python-dmidecode.patch
|
|
|
868a66 |
Patch308: 0308-plugins-a-a-g-machine-id-use-dmidecode-command.patch
|
|
|
868a66 |
#Patch309: 0309-spec-turn-on-enable-native-unwinder-aarch64.patch
|
|
|
868a66 |
Patch310: 0310-a-a-s-p-data-fix-segfault-if-GPGKeysDir-isn-t-config.patch
|
|
|
868a66 |
# git format-patch 2.1.11-51.el7 -N --start-number 311 --topo-order
|
|
|
868a66 |
Patch311: 0311-plugin-general-from-sos-has-been-split-into-two-new-.patch
|
|
|
baab13 |
|
|
|
baab13 |
# git is need for '%%autosetup -S git' which automatically applies all the
|
|
|
baab13 |
# patches above. Please, be aware that the patches must be generated
|
|
|
baab13 |
# by 'git format-patch'
|
|
|
baab13 |
BuildRequires: git
|
|
|
baab13 |
|
|
|
baab13 |
BuildRequires: dbus-devel
|
|
|
baab13 |
BuildRequires: gtk3-devel
|
|
|
baab13 |
BuildRequires: rpm-devel >= 4.6
|
|
|
baab13 |
BuildRequires: desktop-file-utils
|
|
|
baab13 |
BuildRequires: libnotify-devel
|
|
|
baab13 |
BuildRequires: dbus-glib-devel
|
|
|
baab13 |
#why? BuildRequires: file-devel
|
|
|
baab13 |
BuildRequires: python-devel
|
|
|
baab13 |
BuildRequires: gettext
|
|
|
baab13 |
BuildRequires: libxml2-devel
|
|
|
baab13 |
BuildRequires: intltool
|
|
|
baab13 |
BuildRequires: libtool
|
|
|
baab13 |
BuildRequires: nss-devel
|
|
|
baab13 |
BuildRequires: asciidoc
|
|
|
baab13 |
BuildRequires: doxygen
|
|
|
baab13 |
BuildRequires: xmlto
|
|
|
baab13 |
BuildRequires: libreport-devel >= %{libreport_ver}
|
|
|
baab13 |
BuildRequires: satyr-devel >= %{satyr_ver}
|
|
|
baab13 |
BuildRequires: systemd-python
|
|
|
baab13 |
BuildRequires: augeas
|
|
|
baab13 |
BuildRequires: libselinux-devel
|
|
|
baab13 |
Requires: abrt-python = %{version}-%{release}
|
|
|
baab13 |
Requires: libreport >= %{libreport_ver}
|
|
|
baab13 |
Requires: satyr >= %{satyr_ver}
|
|
|
868a66 |
Requires: sos >= 3.6
|
|
|
baab13 |
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
Requires: systemd-units
|
|
|
baab13 |
%endif
|
|
|
baab13 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
baab13 |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-python = %{version}-%{release}
|
|
|
baab13 |
Requires(pre): shadow-utils
|
|
|
baab13 |
Requires: python-augeas
|
|
|
baab13 |
Requires: python-dbus
|
|
|
868a66 |
%ifarch aarch64 i686 x86_64
|
|
|
868a66 |
Requires: dmidecode
|
|
|
868a66 |
%endif
|
|
|
baab13 |
Requires: libreport-plugin-ureport >= %{libreport_ver}
|
|
|
baab13 |
%if 0%{?rhel}
|
|
|
baab13 |
Requires: libreport-plugin-rhtsupport
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
# we used to have abrt-plugin-bodhi, but we have removed it
|
|
|
baab13 |
# and we want allow users to update abrt without necessity to
|
|
|
baab13 |
# to remove the obsoleted package:
|
|
|
baab13 |
Obsoletes: abrt-plugin-bodhi < 2.1.7-7
|
|
|
baab13 |
|
|
|
baab13 |
%description
|
|
|
baab13 |
%{name} is a tool to help users to detect defects in applications and
|
|
|
baab13 |
to create a bug report with all information needed by maintainer to fix it.
|
|
|
baab13 |
It uses plugin system to extend its functionality.
|
|
|
baab13 |
|
|
|
baab13 |
%package libs
|
|
|
baab13 |
Summary: Libraries for %{name}
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
|
|
|
baab13 |
%description libs
|
|
|
baab13 |
Libraries for %{name}.
|
|
|
baab13 |
|
|
|
baab13 |
%package devel
|
|
|
baab13 |
Summary: Development libraries for %{name}
|
|
|
baab13 |
Group: Development/Libraries
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description devel
|
|
|
baab13 |
Development libraries and headers for %{name}.
|
|
|
baab13 |
|
|
|
baab13 |
%package gui-libs
|
|
|
baab13 |
Summary: Libraries for %{name}-gui
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
|
|
|
baab13 |
%description gui-libs
|
|
|
baab13 |
Libraries for %{name}-gui.
|
|
|
baab13 |
|
|
|
baab13 |
%package gui-devel
|
|
|
baab13 |
Summary: Development libraries for %{name}-gui
|
|
|
baab13 |
Group: Development/Libraries
|
|
|
baab13 |
Requires: abrt-gui-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description gui-devel
|
|
|
baab13 |
Development libraries and headers for %{name}-gui.
|
|
|
baab13 |
|
|
|
baab13 |
%package gui
|
|
|
baab13 |
Summary: %{name}'s gui
|
|
|
baab13 |
Group: User Interface/Desktops
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-dbus = %{version}-%{release}
|
|
|
baab13 |
Requires: gnome-abrt
|
|
|
baab13 |
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
|
|
|
baab13 |
BuildRequires: libICE-devel
|
|
|
baab13 |
BuildRequires: libSM-devel
|
|
|
baab13 |
# we used to have abrt-applet, now abrt-gui includes it:
|
|
|
baab13 |
Provides: abrt-applet = %{version}-%{release}
|
|
|
baab13 |
Obsoletes: abrt-applet < 0.0.5
|
|
|
baab13 |
Conflicts: abrt-applet < 0.0.5
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-gui-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description gui
|
|
|
baab13 |
GTK+ wizard for convenient bug reporting.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-ccpp
|
|
|
baab13 |
Summary: %{name}'s C/C++ addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: cpio
|
|
|
baab13 |
Requires: gdb >= 7.6.1-63
|
|
|
baab13 |
Requires: elfutils
|
|
|
868a66 |
%if 0%{!?rhel:1}
|
|
|
baab13 |
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
|
|
|
baab13 |
Requires: %{name}-retrace-client
|
|
|
868a66 |
%endif
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: libreport-python
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-ccpp
|
|
|
baab13 |
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
|
|
|
baab13 |
analyzer plugin.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-upload-watch
|
|
|
baab13 |
Summary: %{name}'s upload addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-upload-watch
|
|
|
baab13 |
This package contains hook for uploaded problems.
|
|
|
baab13 |
|
|
|
baab13 |
%package retrace-client
|
|
|
baab13 |
Summary: %{name}'s retrace client
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: xz
|
|
|
baab13 |
Requires: tar
|
|
|
baab13 |
|
|
|
baab13 |
%description retrace-client
|
|
|
baab13 |
This package contains the client application for Retrace server
|
|
|
baab13 |
which is able to analyze C/C++ crashes remotely.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-kerneloops
|
|
|
baab13 |
Summary: %{name}'s kerneloops addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: curl
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
%if 0%{!?rhel:1}
|
|
|
baab13 |
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-kerneloops
|
|
|
baab13 |
This package contains plugin for collecting kernel crash information from
|
|
|
baab13 |
system log.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-xorg
|
|
|
baab13 |
Summary: %{name}'s Xorg addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: curl
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-xorg
|
|
|
baab13 |
This package contains plugin for collecting Xorg crash information from Xorg
|
|
|
baab13 |
log.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-vmcore
|
|
|
baab13 |
Summary: %{name}'s vmcore addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-addon-kerneloops
|
|
|
baab13 |
Requires: kexec-tools
|
|
|
baab13 |
Requires: abrt-python = %{version}-%{release}
|
|
|
baab13 |
Requires: python-augeas
|
|
|
baab13 |
Requires: util-linux
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-vmcore
|
|
|
baab13 |
This package contains plugin for collecting kernel crash information from
|
|
|
baab13 |
vmcore files.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-pstoreoops
|
|
|
baab13 |
Summary: %{name}'s pstore oops addon
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-addon-kerneloops
|
|
|
baab13 |
Obsoletes: abrt-addon-uefioops < 2.1.7
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-pstoreoops
|
|
|
baab13 |
This package contains plugin for collecting kernel oopses from pstore storage.
|
|
|
baab13 |
|
|
|
baab13 |
%package addon-python
|
|
|
baab13 |
Summary: %{name}'s addon for catching and analyzing Python exceptions
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: python
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: systemd-python
|
|
|
baab13 |
Requires: abrt-python
|
|
|
baab13 |
|
|
|
baab13 |
%description addon-python
|
|
|
baab13 |
This package contains python hook and python analyzer plugin for handling
|
|
|
baab13 |
uncaught exception in python programs.
|
|
|
baab13 |
|
|
|
baab13 |
%package tui
|
|
|
baab13 |
Summary: %{name}'s command line interface
|
|
|
baab13 |
Group: User Interface/Desktops
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: libreport-cli >= %{libreport_ver}
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-dbus = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description tui
|
|
|
baab13 |
This package contains a simple command line client for processing abrt reports
|
|
|
baab13 |
in command line environment.
|
|
|
baab13 |
|
|
|
baab13 |
%package cli
|
|
|
baab13 |
Summary: Virtual package to make easy default installation on non-graphical environments
|
|
|
baab13 |
Group: Applications/System
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-tui
|
|
|
baab13 |
Requires: abrt-addon-kerneloops
|
|
|
baab13 |
Requires: abrt-addon-pstoreoops
|
|
|
baab13 |
Requires: abrt-addon-vmcore
|
|
|
baab13 |
Requires: abrt-addon-ccpp
|
|
|
baab13 |
Requires: abrt-addon-python
|
|
|
baab13 |
Requires: abrt-addon-xorg
|
|
|
baab13 |
%if 0%{?rhel}
|
|
|
baab13 |
Requires: libreport-rhel >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
baab13 |
%else
|
|
|
baab13 |
Requires: abrt-retrace-client
|
|
|
baab13 |
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-logger >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-ureport >= %{libreport_ver}
|
|
|
baab13 |
%endif
|
|
|
baab13 |
|
|
|
baab13 |
%description cli
|
|
|
baab13 |
Virtual package to install all necessary packages for usage from command line
|
|
|
baab13 |
environment.
|
|
|
baab13 |
|
|
|
baab13 |
%package desktop
|
|
|
baab13 |
Summary: Virtual package to make easy default installation on desktop environments
|
|
|
baab13 |
Group: User Interface/Desktops
|
|
|
baab13 |
# This package gets installed when anything requests bug-buddy -
|
|
|
baab13 |
# happens when users upgrade Fn to Fn+1;
|
|
|
baab13 |
# or if user just wants "typical desktop installation".
|
|
|
baab13 |
# Installing abrt-desktop should result in the abrt which works without
|
|
|
baab13 |
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: abrt-addon-kerneloops
|
|
|
baab13 |
Requires: abrt-addon-pstoreoops
|
|
|
baab13 |
Requires: abrt-addon-vmcore
|
|
|
baab13 |
Requires: abrt-addon-ccpp
|
|
|
baab13 |
Requires: abrt-addon-python
|
|
|
baab13 |
Requires: abrt-addon-xorg
|
|
|
baab13 |
# Default config of addon-ccpp requires gdb
|
|
|
baab13 |
Requires: gdb >= 7.6.1-63
|
|
|
baab13 |
Requires: elfutils
|
|
|
baab13 |
Requires: abrt-gui
|
|
|
baab13 |
Requires: gnome-abrt
|
|
|
baab13 |
%if 0%{?rhel}
|
|
|
baab13 |
Requires: libreport-rhel >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
|
|
|
baab13 |
%else
|
|
|
baab13 |
Requires: abrt-retrace-client
|
|
|
baab13 |
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-logger >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-plugin-ureport >= %{libreport_ver}
|
|
|
baab13 |
Requires: libreport-fedora >= %{libreport_ver}
|
|
|
baab13 |
%endif
|
|
|
baab13 |
#Requires: abrt-plugin-firefox
|
|
|
baab13 |
Provides: bug-buddy = 2.28.0
|
|
|
baab13 |
|
|
|
baab13 |
%description desktop
|
|
|
baab13 |
Virtual package to install all necessary packages for usage from desktop
|
|
|
baab13 |
environment.
|
|
|
baab13 |
|
|
|
baab13 |
%package dbus
|
|
|
baab13 |
Summary: ABRT DBus service
|
|
|
baab13 |
Group: Applications/System
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
BuildRequires: polkit-devel
|
|
|
baab13 |
Requires: abrt-libs = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description dbus
|
|
|
baab13 |
ABRT DBus service which provides org.freedesktop.problems API on dbus and
|
|
|
baab13 |
uses PolicyKit to authorize to access the problem data.
|
|
|
baab13 |
|
|
|
baab13 |
|
|
|
baab13 |
%package python
|
|
|
baab13 |
Summary: ABRT Python API
|
|
|
baab13 |
Group: System Environment/Libraries
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-dbus = %{version}-%{release}
|
|
|
baab13 |
Requires: pygobject2
|
|
|
baab13 |
Requires: dbus-python
|
|
|
baab13 |
Requires: libreport-python
|
|
|
baab13 |
BuildRequires: python-nose
|
|
|
baab13 |
BuildRequires: python-sphinx
|
|
|
baab13 |
|
|
|
baab13 |
%description python
|
|
|
baab13 |
High-level API for querying, creating and manipulating
|
|
|
baab13 |
problems handled by ABRT in Python.
|
|
|
baab13 |
|
|
|
baab13 |
%package python-doc
|
|
|
baab13 |
Summary: ABRT Python API Documentation
|
|
|
baab13 |
Group: Documentation
|
|
|
baab13 |
BuildArch: noarch
|
|
|
baab13 |
BuildRequires: python2-devel
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-python = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description python-doc
|
|
|
baab13 |
Examples and documentation for ABRT Python API.
|
|
|
baab13 |
|
|
|
baab13 |
%package console-notification
|
|
|
baab13 |
Summary: ABRT console notification script
|
|
|
baab13 |
Group: Applications/System
|
|
|
baab13 |
Requires: %{name} = %{version}-%{release}
|
|
|
baab13 |
Requires: %{name}-cli = %{version}-%{release}
|
|
|
baab13 |
|
|
|
baab13 |
%description console-notification
|
|
|
baab13 |
A small script which prints a count of detected problems when someone logs in
|
|
|
baab13 |
to the shell
|
|
|
baab13 |
|
|
|
baab13 |
%prep
|
|
|
baab13 |
# http://www.rpm.org/wiki/PackagerDocs/Autosetup
|
|
|
baab13 |
# Default '__scm_apply_git' is 'git apply && git commit' but this workflow
|
|
|
baab13 |
# doesn't allow us to create a new file within a patch, so we have to use
|
|
|
baab13 |
# 'git am' (see /usr/lib/rpm/macros for more details)
|
|
|
baab13 |
%define __scm_apply_git(qp:m:) %{__git} am
|
|
|
baab13 |
%autosetup -S git
|
|
|
baab13 |
|
|
|
baab13 |
%build
|
|
|
baab13 |
autoconf
|
|
|
baab13 |
# -Wno-error=deprecated-declarations because there are some warning about
|
|
|
baab13 |
# deprecated gtk3 functions because of gtk3 rebase
|
|
|
baab13 |
CFLAGS="%{optflags} -Werror -Wno-error=deprecated-declarations" %configure --enable-doxygen-docs \
|
|
|
baab13 |
--disable-silent-rules \
|
|
|
baab13 |
--without-bodhi \
|
|
|
868a66 |
%ifnarch %{arm}
|
|
|
baab13 |
--enable-native-unwinder \
|
|
|
baab13 |
%endif
|
|
|
baab13 |
--enable-dump-time-unwind \
|
|
|
baab13 |
--enable-suggest-autoreporting \
|
|
|
baab13 |
--enable-authenticated-autoreporting
|
|
|
baab13 |
make %{?_smp_mflags}
|
|
|
baab13 |
|
|
|
baab13 |
%install
|
|
|
baab13 |
rm -rf $RPM_BUILD_ROOT
|
|
|
baab13 |
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} \
|
|
|
baab13 |
dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus-%{version}/html/ \
|
|
|
baab13 |
example_pythondir=%{_defaultdocdir}/%{name}-python-%{version}/examples
|
|
|
baab13 |
|
|
|
baab13 |
%find_lang %{name}
|
|
|
baab13 |
|
|
|
baab13 |
# remove all .la and .a files
|
|
|
baab13 |
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
|
|
|
baab13 |
mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
|
|
|
baab13 |
mkdir -p $RPM_BUILD_ROOT/var/cache/abrt-di
|
|
|
baab13 |
mkdir -p $RPM_BUILD_ROOT/var/run/abrt
|
|
|
baab13 |
mkdir -p $RPM_BUILD_ROOT/var/spool/abrt
|
|
|
baab13 |
mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
|
|
|
baab13 |
|
|
|
baab13 |
desktop-file-install \
|
|
|
baab13 |
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
|
baab13 |
src/applet/abrt-applet.desktop
|
|
|
baab13 |
|
|
|
baab13 |
ln -sf %{_datadir}/applications/abrt-applet.desktop ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/
|
|
|
baab13 |
|
|
|
baab13 |
# After everything is installed, remove info dir
|
|
|
baab13 |
rm -f %{buildroot}%{_infodir}/dir
|
|
|
baab13 |
|
|
|
baab13 |
%clean
|
|
|
baab13 |
rm -rf $RPM_BUILD_ROOT
|
|
|
baab13 |
|
|
|
baab13 |
%check
|
|
|
baab13 |
make check || {
|
|
|
baab13 |
# find and print the logs of failed test
|
|
|
baab13 |
# do not cat tests/testsuite.log because it contains a lot of bloat
|
|
|
baab13 |
find tests/testsuite.dir -name "testsuite.log" -print -exec cat '{}' \;
|
|
|
baab13 |
exit 1
|
|
|
baab13 |
}
|
|
|
baab13 |
|
|
|
baab13 |
%pre
|
|
|
baab13 |
#uidgid pair 173:173 reserved in setup rhbz#670231
|
|
|
baab13 |
%define abrt_gid_uid 173
|
|
|
baab13 |
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
|
|
|
baab13 |
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
|
|
|
baab13 |
|
|
|
baab13 |
OLD_LOCATION="/var/tmp/abrt"
|
|
|
baab13 |
# $1 == 1 if install; 2 if upgrade
|
|
|
baab13 |
if [ "$1" -eq 2 ]
|
|
|
baab13 |
then
|
|
|
baab13 |
test -d "$OLD_LOCATION" || exit 0
|
|
|
baab13 |
|
|
|
baab13 |
# remove old dump directories
|
|
|
baab13 |
for DD in `find "$OLD_LOCATION" -maxdepth 1 -type d`
|
|
|
baab13 |
do
|
|
|
baab13 |
# in order to not remove user stuff remove only directories containing 'time' file
|
|
|
baab13 |
if [ -f "$DD/time" ]; then
|
|
|
baab13 |
rm -rf $DD
|
|
|
baab13 |
fi
|
|
|
baab13 |
done
|
|
|
baab13 |
fi
|
|
|
baab13 |
|
|
|
baab13 |
# doesn't mather if it fails or not for any reason
|
|
|
baab13 |
if which restorecon 1>/dev/null 2>&1; then
|
|
|
baab13 |
restorecon -R "$NEW_LOCATION" 1>/dev/null 2>&1 || true
|
|
|
baab13 |
fi
|
|
|
baab13 |
exit 0
|
|
|
baab13 |
|
|
|
baab13 |
%post
|
|
|
baab13 |
# $1 == 1 if install; 2 if upgrade
|
|
|
baab13 |
%systemd_post abrtd.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-ccpp
|
|
|
baab13 |
# this is required for transition from 1.1.x to 2.x
|
|
|
baab13 |
# because /cache/abrt-di/* was created under root with root:root
|
|
|
baab13 |
# so 2.x fails when it tries to extract debuginfo there..
|
|
|
baab13 |
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
|
|
|
baab13 |
%systemd_post abrt-ccpp.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-kerneloops
|
|
|
baab13 |
%systemd_post abrt-oops.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-xorg
|
|
|
baab13 |
%systemd_post abrt-xorg.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-vmcore
|
|
|
baab13 |
%systemd_post abrt-vmcore.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-pstoreoops
|
|
|
baab13 |
%systemd_post abrt-pstoreoops.service
|
|
|
baab13 |
|
|
|
baab13 |
%post addon-upload-watch
|
|
|
baab13 |
%systemd_post abrt-upload-watch.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun
|
|
|
baab13 |
%systemd_preun abrtd.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-ccpp
|
|
|
baab13 |
%systemd_preun abrt-ccpp.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-kerneloops
|
|
|
baab13 |
%systemd_preun abrt-oops.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-xorg
|
|
|
baab13 |
%systemd_preun abrt-xorg.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-vmcore
|
|
|
baab13 |
%systemd_preun abrt-vmcore.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-pstoreoops
|
|
|
baab13 |
%systemd_preun abrt-pstoreoops.service
|
|
|
baab13 |
|
|
|
baab13 |
%preun addon-upload-watch
|
|
|
baab13 |
%systemd_preun abrt-upload-watch.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun
|
|
|
baab13 |
%systemd_postun_with_restart abrtd.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-ccpp
|
|
|
baab13 |
%systemd_postun_with_restart abrt-ccpp.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-kerneloops
|
|
|
baab13 |
%systemd_postun_with_restart abrt-oops.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-xorg
|
|
|
baab13 |
%systemd_postun_with_restart abrt-xorg.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-vmcore
|
|
|
baab13 |
%systemd_postun_with_restart abrt-vmcore.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-pstoreoops
|
|
|
baab13 |
%systemd_postun_with_restart abrt-pstoreoops.service
|
|
|
baab13 |
|
|
|
baab13 |
%postun addon-upload-watch
|
|
|
baab13 |
%systemd_postun_with_restart abrt-upload-watch.service
|
|
|
baab13 |
|
|
|
baab13 |
%post gui
|
|
|
baab13 |
# update icon cache
|
|
|
baab13 |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
baab13 |
|
|
|
baab13 |
%post libs -p /sbin/ldconfig
|
|
|
baab13 |
|
|
|
baab13 |
%postun libs -p /sbin/ldconfig
|
|
|
baab13 |
|
|
|
baab13 |
%post gui-libs -p /sbin/ldconfig
|
|
|
baab13 |
|
|
|
baab13 |
%postun gui-libs -p /sbin/ldconfig
|
|
|
baab13 |
|
|
|
baab13 |
%postun gui
|
|
|
baab13 |
if [ $1 -eq 0 ] ; then
|
|
|
baab13 |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
baab13 |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
baab13 |
fi
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans
|
|
|
baab13 |
service abrtd condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-ccpp
|
|
|
baab13 |
service abrt-ccpp condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-kerneloops
|
|
|
baab13 |
service abrt-oops condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-xorg
|
|
|
baab13 |
service abrt-xorg condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-vmcore
|
|
|
baab13 |
service abrt-vmcore condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
# Copy the configuration file to plugin's directory
|
|
|
baab13 |
test -f /etc/abrt/abrt-harvest-vmcore.conf && {
|
|
|
baab13 |
mv -b /etc/abrt/abrt-harvest-vmcore.conf /etc/abrt/plugins/vmcore.conf
|
|
|
baab13 |
}
|
|
|
baab13 |
exit 0
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-pstoreoops
|
|
|
baab13 |
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans addon-upload-watch
|
|
|
baab13 |
service abrt-upload-watch condrestart >/dev/null 2>&1 || :
|
|
|
baab13 |
|
|
|
baab13 |
%posttrans gui
|
|
|
baab13 |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
baab13 |
|
|
|
baab13 |
%files -f %{name}.lang
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%doc README COPYING
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrtd.service
|
|
|
baab13 |
%{_tmpfilesdir}/abrt.conf
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrtd
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_sbindir}/abrtd
|
|
|
baab13 |
%{_sbindir}/abrt-server
|
|
|
baab13 |
%{_sbindir}/abrt-auto-reporting
|
|
|
baab13 |
%{_libexecdir}/abrt-handle-event
|
|
|
baab13 |
%{_libexecdir}/abrt-action-ureport
|
|
|
baab13 |
%{_libexecdir}/abrt-action-generate-machine-id
|
|
|
baab13 |
%{_bindir}/abrt-handle-upload
|
|
|
baab13 |
%{_bindir}/abrt-action-notify
|
|
|
baab13 |
%{_bindir}/abrt-action-save-package-data
|
|
|
baab13 |
%{_bindir}/abrt-watch-log
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-xorg
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/abrt.conf
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/abrt-action-save-package-data.conf
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/plugins/xorg.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/plugins/xorg.conf
|
|
|
baab13 |
%{_mandir}/man5/abrt-xorg.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/gpg_keys.conf
|
|
|
baab13 |
%{_mandir}/man5/gpg_keys.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
|
|
|
baab13 |
%{_mandir}/man5/abrt_event.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
|
|
|
baab13 |
%{_mandir}/man5/smart_event.conf.5.gz
|
|
|
baab13 |
%dir %attr(0751, root, abrt) %{_localstatedir}/spool/%{name}
|
|
|
baab13 |
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
|
|
|
baab13 |
# abrtd runs as root
|
|
|
baab13 |
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
|
|
|
baab13 |
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
|
|
|
baab13 |
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
|
|
|
baab13 |
|
|
|
baab13 |
%dir %{_sysconfdir}/%{name}
|
|
|
baab13 |
%dir %{_sysconfdir}/%{name}/plugins
|
|
|
baab13 |
%dir %{_datadir}/%{name}
|
|
|
baab13 |
%dir %{_datadir}/%{name}/conf.d
|
|
|
baab13 |
%dir %{_datadir}/%{name}/conf.d/plugins
|
|
|
baab13 |
%{_mandir}/man1/abrt-handle-upload.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-server.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-save-package-data.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-watch-log.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-analyze-xorg.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-notify.1.gz
|
|
|
baab13 |
%{_mandir}/man1/abrt-auto-reporting.1.gz
|
|
|
baab13 |
%{_mandir}/man8/abrtd.8.gz
|
|
|
baab13 |
%{_mandir}/man5/abrt.conf.5.gz
|
|
|
baab13 |
%{_mandir}/man5/abrt-action-save-package-data.conf.5.gz
|
|
|
baab13 |
# {_mandir}/man5/pyhook.conf.5.gz
|
|
|
baab13 |
|
|
|
baab13 |
# filesystem package should own /usr/share/augeas/lenses directory
|
|
|
baab13 |
%{_datadir}/augeas/lenses/abrt.aug
|
|
|
baab13 |
|
|
|
baab13 |
%files libs
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_libdir}/libabrt.so.*
|
|
|
baab13 |
|
|
|
baab13 |
%files devel
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
# The complex pattern below (instead of simlpy *) excludes Makefile{.am,.in}:
|
|
|
baab13 |
%doc apidoc/html/*.{html,png,css,js}
|
|
|
baab13 |
%{_includedir}/abrt/abrt-dbus.h
|
|
|
baab13 |
%{_includedir}/abrt/hooklib.h
|
|
|
baab13 |
%{_includedir}/abrt/libabrt.h
|
|
|
baab13 |
%{_includedir}/abrt/problem_api.h
|
|
|
baab13 |
%{_libdir}/libabrt.so
|
|
|
baab13 |
%{_libdir}/pkgconfig/abrt.pc
|
|
|
baab13 |
|
|
|
baab13 |
%files gui-libs
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_libdir}/libabrt_gui.so.*
|
|
|
baab13 |
|
|
|
baab13 |
%files gui-devel
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_includedir}/abrt/abrt-config-widget.h
|
|
|
baab13 |
%{_includedir}/abrt/system-config-abrt.h
|
|
|
baab13 |
%{_libdir}/libabrt_gui.so
|
|
|
baab13 |
%{_libdir}/pkgconfig/abrt_gui.pc
|
|
|
baab13 |
|
|
|
baab13 |
%files gui
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%dir %{_datadir}/%{name}
|
|
|
baab13 |
# all glade, gtkbuilder and py files for gui
|
|
|
baab13 |
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
baab13 |
%{_datadir}/icons/hicolor/*/status/*
|
|
|
baab13 |
%{_datadir}/%{name}/icons/hicolor/*/status/*
|
|
|
baab13 |
%{_datadir}/%{name}/ui/*
|
|
|
baab13 |
%{_bindir}/abrt-applet
|
|
|
baab13 |
%{_bindir}/system-config-abrt
|
|
|
baab13 |
#%%{_bindir}/test-report
|
|
|
baab13 |
%{_datadir}/applications/abrt-applet.desktop
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
|
|
|
baab13 |
%{_mandir}/man1/abrt-applet.1*
|
|
|
baab13 |
%{_mandir}/man1/system-config-abrt.1*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-ccpp
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/plugins/CCpp.conf
|
|
|
baab13 |
%{_mandir}/man5/abrt-CCpp.conf.5.gz
|
|
|
baab13 |
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-ccpp.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-ccpp
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_libexecdir}/abrt-hook-ccpp
|
|
|
baab13 |
%{_libexecdir}/abrt-gdb-exploitable
|
|
|
baab13 |
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-c
|
|
|
baab13 |
%{_bindir}/abrt-action-trim-files
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-core
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-vulnerability
|
|
|
baab13 |
%{_bindir}/abrt-action-install-debuginfo
|
|
|
baab13 |
%{_bindir}/abrt-action-generate-backtrace
|
|
|
baab13 |
%{_bindir}/abrt-action-generate-core-backtrace
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-backtrace
|
|
|
baab13 |
%{_bindir}/abrt-action-list-dsos
|
|
|
baab13 |
%{_bindir}/abrt-action-perform-ccpp-analysis
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-ccpp-local
|
|
|
baab13 |
%{_sbindir}/abrt-install-ccpp-hook
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
|
|
|
baab13 |
%{_mandir}/man5/ccpp_event.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
|
|
|
baab13 |
%{_mandir}/man5/gconf_event.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
|
|
|
baab13 |
%{_mandir}/man5/vimrc_event.conf.5.gz
|
|
|
baab13 |
%{_datadir}/libreport/events/analyze_CCpp.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/analyze_LocalGDB.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/collect_xsession_errors.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/collect_GConf.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/collect_vimrc_user.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/collect_vimrc_system.xml
|
|
|
baab13 |
%{_datadir}/libreport/events/post_report.xml
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-analyze-c.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-trim-files.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-generate-backtrace.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-analyze-backtrace.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-list-dsos.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-install-ccpp-hook.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-install-debuginfo.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-analyze-core.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
|
|
|
baab13 |
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-upload-watch
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_sbindir}/abrt-upload-watch
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-upload-watch.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-upload-watch
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_mandir}/man*/abrt-upload-watch.*
|
|
|
baab13 |
|
|
|
baab13 |
|
|
|
baab13 |
%files retrace-client
|
|
|
baab13 |
%{_bindir}/abrt-retrace-client
|
|
|
baab13 |
%{_mandir}/man1/abrt-retrace-client.1.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
|
|
|
baab13 |
%{_mandir}/man5/ccpp_retrace_event.conf.5.gz
|
|
|
baab13 |
%{_datadir}/libreport/events/analyze_RetraceServer.xml
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-kerneloops
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/plugins/oops.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/plugins/oops.conf
|
|
|
baab13 |
%{_mandir}/man5/koops_event.conf.5.gz
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-oops.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-oops
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_bindir}/abrt-dump-oops
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-oops
|
|
|
baab13 |
%{_bindir}/abrt-action-save-kernel-data
|
|
|
baab13 |
%{_mandir}/man1/abrt-dump-oops.1*
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-analyze-oops.1*
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-save-kernel-data.1*
|
|
|
baab13 |
%{_mandir}/man5/abrt-oops.conf.5*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-xorg
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
|
|
|
baab13 |
%{_mandir}/man5/xorg_event.conf.5.gz
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-xorg.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-xorg
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_bindir}/abrt-dump-xorg
|
|
|
baab13 |
%{_mandir}/man1/abrt-dump-xorg.1*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-vmcore
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
|
|
|
baab13 |
%{_mandir}/man5/vmcore_event.conf.5.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/plugins/vmcore.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/plugins/vmcore.conf
|
|
|
baab13 |
%{_datadir}/libreport/events/analyze_VMcore.xml
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-vmcore.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-vmcore
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_sbindir}/abrt-harvest-vmcore
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-vmcore
|
|
|
baab13 |
%{_bindir}/abrt-action-check-oops-for-hw-error
|
|
|
baab13 |
%{_mandir}/man1/abrt-harvest-vmcore.1*
|
|
|
baab13 |
%{_mandir}/man5/abrt-vmcore.conf.5*
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-check-oops-for-hw-error.1*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-pstoreoops
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%if %{with systemd}
|
|
|
baab13 |
%{_unitdir}/abrt-pstoreoops.service
|
|
|
baab13 |
%else
|
|
|
baab13 |
%{_initrddir}/abrt-pstoreoops
|
|
|
baab13 |
%endif
|
|
|
baab13 |
%{_sbindir}/abrt-harvest-pstoreoops
|
|
|
baab13 |
%{_bindir}/abrt-merge-pstoreoops
|
|
|
baab13 |
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
|
|
|
baab13 |
%{_mandir}/man1/abrt-merge-pstoreoops.1*
|
|
|
baab13 |
|
|
|
baab13 |
%files addon-python
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
|
|
|
baab13 |
%{_datadir}/%{name}/conf.d/plugins/python.conf
|
|
|
baab13 |
%{_mandir}/man5/abrt-python.conf.5.gz
|
|
|
baab13 |
# TODO? Do we need %%config(noreplace) in the below line too?
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/libreport/events.d/python_event.conf
|
|
|
baab13 |
%{_mandir}/man5/python_event.conf.5.gz
|
|
|
baab13 |
%{_bindir}/abrt-action-analyze-python
|
|
|
baab13 |
%{_mandir}/man1/abrt-action-analyze-python.1*
|
|
|
baab13 |
%{python_sitearch}/abrt*.py*
|
|
|
baab13 |
%{python_sitearch}/abrt.pth
|
|
|
baab13 |
|
|
|
baab13 |
%files cli
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
|
|
|
baab13 |
%files tui
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_bindir}/abrt-cli
|
|
|
baab13 |
%{_mandir}/man1/abrt-cli.1.gz
|
|
|
baab13 |
|
|
|
baab13 |
%files desktop
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
|
|
|
baab13 |
%files dbus
|
|
|
baab13 |
%defattr(-,root,root,-)
|
|
|
baab13 |
%{_sbindir}/abrt-dbus
|
|
|
baab13 |
%{_sbindir}/abrt-configuration
|
|
|
baab13 |
%{_mandir}/man8/abrt-dbus.8.gz
|
|
|
baab13 |
%{_mandir}/man8/abrt-configuration.8.gz
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.abrt.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.ccpp.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.oops.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.python.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.vmcore.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/interfaces/com.redhat.problems.configuration.xorg.xml
|
|
|
baab13 |
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
|
|
|
baab13 |
%{_datadir}/dbus-1/system-services/com.redhat.problems.configuration.service
|
|
|
baab13 |
%{_datadir}/polkit-1/actions/abrt_polkit.policy
|
|
|
baab13 |
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/
|
|
|
baab13 |
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
|
|
|
baab13 |
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
|
|
|
baab13 |
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
|
|
|
baab13 |
|
|
|
baab13 |
%files python
|
|
|
baab13 |
%{python_sitearch}/problem/
|
|
|
baab13 |
%{_mandir}/man5/abrt-python.5.gz
|
|
|
baab13 |
|
|
|
baab13 |
%files python-doc
|
|
|
baab13 |
%{python_sitelib}/problem_examples
|
|
|
baab13 |
|
|
|
baab13 |
%files console-notification
|
|
|
baab13 |
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
|
|
|
baab13 |
|
|
|
baab13 |
%changelog
|
|
|
868a66 |
* Mon Aug 20 2018 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-52
|
|
|
868a66 |
- plugin "general" from sos has been split into two new plugins
|
|
|
868a66 |
- Related: #1608444
|
|
|
868a66 |
|
|
|
868a66 |
* Mon Jun 25 2018 Matej Marusak <mmarusak@redhat.com> - 2.1.11-51
|
|
|
868a66 |
- a-a-s-p-data: fix segfault if GPGKeysDir isn't configured
|
|
|
868a66 |
- spec: turn on --enable-native-unwinder aarch64
|
|
|
868a66 |
- plugins: a-a-g-machine-id use dmidecode command
|
|
|
868a66 |
- spec: use dmidecode instead of python-dmidecode
|
|
|
868a66 |
- Related: #1566707, #1566707, #1260074, #1591141
|
|
|
7853e1 |
|
|
|
baab13 |
* Thu Feb 8 2018 Martin Kutlak <mkutlak@redhat.com> - 2.1.11-50
|
|
|
baab13 |
- vmcore: fix analyzer regression
|
|
|
baab13 |
- Related: #1543323
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Oct 26 2017 Martin Kutlak <mkutlak@redhat.com> - 2.1.11-49
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- Stop creating uReports for unpackaged executables
|
|
|
baab13 |
- koops: add detailed taint flag description for kernel oopses
|
|
|
baab13 |
- koops: fix kernel oops and fatal MCE recognition
|
|
|
baab13 |
- python: provide more information about Python exceptions
|
|
|
baab13 |
- vmcore: fix replication of vmcore files
|
|
|
baab13 |
- Related: #1271213, #1460224, #1374648, #1361116, #1228344,
|
|
|
baab13 |
- Related: #1395285, #1214730, #1446410, #1319828, #1501718
|
|
|
baab13 |
|
|
|
baab13 |
* Tue May 30 2017 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-48
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- Related: #1449488
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Feb 21 2017 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-47
|
|
|
baab13 |
- add %h parameter into abrt-hook-ccpp
|
|
|
baab13 |
- Related: #1364899
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Feb 8 2017 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-46
|
|
|
baab13 |
- remove not implemented option AttemptHardlink in vmcore.conf
|
|
|
baab13 |
- introduce unsafe reporting for not-reporable problems
|
|
|
baab13 |
- rewrite skip_pfx() function to work with journal msgs
|
|
|
baab13 |
- don't expect kernel's version '2.6.*' or '3.*.*'
|
|
|
baab13 |
- Related: #1416586, #1257159, #1328264, #1378469
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Sep 1 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-45
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- Related: #1304240
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Aug 18 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-44
|
|
|
baab13 |
- daemon: send base names from abrt-server to abrtd
|
|
|
baab13 |
- Resolves: #1132459
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Aug 18 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-43
|
|
|
baab13 |
- check_recent_crash_file do not produce error_msg
|
|
|
baab13 |
- Resolves: #1337186
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Aug 01 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-42
|
|
|
baab13 |
- trigger dump location cleanup after detection
|
|
|
baab13 |
- Resolves: #1132459
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Jun 14 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-41
|
|
|
baab13 |
- vmcore: fix finding partitions by UUID and LABEL
|
|
|
baab13 |
- Related: rhbz#1147053
|
|
|
baab13 |
|
|
|
baab13 |
* Thu May 26 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-40
|
|
|
baab13 |
- ccpp: unify log message of ignored crashes
|
|
|
baab13 |
- Resolves: #1337186
|
|
|
baab13 |
|
|
|
baab13 |
* Tue May 03 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-39
|
|
|
baab13 |
- python: fix check for absolute path
|
|
|
baab13 |
- console-notifications: add timeout
|
|
|
baab13 |
- vmcore: generate 'reason' file in all cases
|
|
|
baab13 |
- Fix memory leaks in abrt-dbus
|
|
|
baab13 |
- Resolves: #1250337, #1166633, #1249101, #1319704
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Apr 14 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-38
|
|
|
baab13 |
- ccpp: add xfunc_die() if cannot get executable
|
|
|
baab13 |
- Resolves: #1277849
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Apr 14 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-37
|
|
|
baab13 |
- ccpp: exit with error if cannot get executable
|
|
|
baab13 |
- Resolves: #1277849
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Apr 14 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.1.11-36
|
|
|
baab13 |
- lib: prevent from creating non-root sub-dirs in dump dir
|
|
|
baab13 |
- Save Vendor and GPG Fingerprint
|
|
|
baab13 |
- augeas: augtool save /files/etc/abrt/plugins/oops.conf/DropNotReportableOopses
|
|
|
baab13 |
- ccpp: add AllowedUsers and AllowedGroups feature
|
|
|
baab13 |
- ccpp: add IgnoredPath option
|
|
|
baab13 |
- lib: hooklib: make signal_is_fatal() public
|
|
|
baab13 |
- vmcore: catch IOErrors and OSErrors
|
|
|
baab13 |
- translations: update zanata configuration
|
|
|
baab13 |
- Resolves: #1311100, #1277848, #1277849, #1175679
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Oct 30 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-35
|
|
|
baab13 |
- make /var/spool/abrt owned by root
|
|
|
baab13 |
- remove 'r' from /var/spool/abrt for other users
|
|
|
baab13 |
- abrt-action-install-debug-info: use secure temporary directory
|
|
|
baab13 |
- stop saving abrt's core files to /var/spool/abrt if DebugLevel < 1
|
|
|
baab13 |
- Fixes for: CVE-2015-5273 and CVE-2015-5287
|
|
|
baab13 |
- Resolves: #1266853
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Oct 16 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-34
|
|
|
baab13 |
- sos: use 'services' instead of 'startup'
|
|
|
baab13 |
- Resolves: #1272005
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Sep 17 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-33
|
|
|
baab13 |
- abrt-auto-reporting documentation
|
|
|
baab13 |
- ccpp: Use global PID
|
|
|
baab13 |
- ccpp: correct comments mentioning TID
|
|
|
baab13 |
- Related: #1252590, #1261036, #1223805
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Aug 31 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-32
|
|
|
baab13 |
- Create UUID from core backtrace if coredump is missing
|
|
|
baab13 |
- Related: #1210601
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Aug 19 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-31
|
|
|
baab13 |
- Only analyze vulnerabilities when coredump present
|
|
|
baab13 |
- Only generate core_backtrace if it's not already present.
|
|
|
baab13 |
- Related: #1210601
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Aug 14 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-30
|
|
|
baab13 |
- Warn against disabling private reports in abrt.conf
|
|
|
baab13 |
- Related: #1253166
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Aug 13 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-29
|
|
|
baab13 |
- ccpp: use global TID
|
|
|
baab13 |
- ccpp: fix comment related to 'MakeCompatCore' option in CCpp.conf
|
|
|
baab13 |
- cli: fix testing of DBus API return codes
|
|
|
baab13 |
- dbus-api: unify reporting of errors
|
|
|
baab13 |
- Related: #1210601, #1252419, #1224984
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Jul 30 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-28
|
|
|
baab13 |
- doc: fix related to conditional compilation of man page
|
|
|
baab13 |
- spec: add dbus dependency for abrt-cli and abrt-python
|
|
|
baab13 |
- Related: #1191572, #1245527
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Jul 29 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-27
|
|
|
baab13 |
- abrt-merge-pstoreoops: merge files in descending order
|
|
|
baab13 |
- abrt-auto-reporting: fix related to conditional compilation
|
|
|
baab13 |
- Update translations
|
|
|
baab13 |
- Related: #1233662, #1191572, #1181248
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jul 17 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-26
|
|
|
baab13 |
- reset ownership after saving core_backtrace
|
|
|
baab13 |
- Related: #1210601
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jul 17 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-25
|
|
|
baab13 |
- save core_backtrace from hook
|
|
|
baab13 |
- Related: #1210601
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jul 17 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-24
|
|
|
baab13 |
- support generating backtrace in core hook
|
|
|
baab13 |
- Resolves: #1210601
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Jul 09 2015 Richard Marko <rmarko@redhat.com> - 2.1.11-23
|
|
|
baab13 |
- abrt-auto-reporting fixes
|
|
|
baab13 |
- include processor information in sosreport
|
|
|
baab13 |
- abrt-cli uses abrt-dbus to get the detected problems
|
|
|
baab13 |
- Related: #1191572, #1221118, #1224984
|
|
|
baab13 |
|
|
|
baab13 |
* Thu May 21 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-22
|
|
|
baab13 |
- do not open the build_ids file as the user abrt
|
|
|
baab13 |
- do not unlink failed and big user core files
|
|
|
baab13 |
- Related: #1212820, #1216974
|
|
|
baab13 |
|
|
|
baab13 |
* Wed May 13 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-21
|
|
|
baab13 |
- validate all D-Bus method arguments
|
|
|
baab13 |
- Related: #1214612
|
|
|
baab13 |
|
|
|
baab13 |
* Tue May 05 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-20
|
|
|
baab13 |
- remove the old dump directories during upgrade
|
|
|
baab13 |
- abrt-action-install-debuginfo-to-abrt-cache: sanitize arguments and umask
|
|
|
baab13 |
- fix race conditions and directory traversal issues in abrt-dbus
|
|
|
baab13 |
- use /var/spool/abrt instead of /var/tmp/abrt
|
|
|
baab13 |
- make the problem directories owned by root and the group abrt
|
|
|
baab13 |
- validate uploaded problem directories in abrt-handle-upload
|
|
|
baab13 |
- don't override files with user core dump files
|
|
|
baab13 |
- fix symbolic link and race condition flaws
|
|
|
baab13 |
- Resolves: #1211971, #1212820, #1212864, #1212870
|
|
|
baab13 |
- Resolves: #1214454, #1214612, #1216974, #1238724
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jan 09 2015 Jakub Filak <jfilak@redhat.com> - 2.1.11-19
|
|
|
baab13 |
- abrt-auto-reporting: add ureport authentication command line arguments
|
|
|
baab13 |
- add python-augeas to the requirements
|
|
|
baab13 |
- mark all strings for translations
|
|
|
baab13 |
- translation updates
|
|
|
baab13 |
- Related: #1087880, #1174833
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Nov 20 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-18
|
|
|
baab13 |
- allow gdb to auto-load scripts from /var/cache/abrt-di
|
|
|
baab13 |
- Resolves: #1128637
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Oct 31 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-17
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- machineid is a copy of /etc/machine-id
|
|
|
baab13 |
- Related: #1139552
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Oct 21 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-16
|
|
|
baab13 |
- applet: ensure writable directory before reporting
|
|
|
baab13 |
- Resolves: #1084027
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Oct 13 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-15
|
|
|
baab13 |
- console-notifications: skip non-interactive shells
|
|
|
baab13 |
- applet: show component instead of duphash in the notification
|
|
|
baab13 |
- Related: #1084031, #1150169
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Oct 09 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-14
|
|
|
baab13 |
- ureport: attach contact email
|
|
|
baab13 |
- mce: separate mce analysis from Kernel oops analysis
|
|
|
baab13 |
- console-notifications: use return instead of exit
|
|
|
baab13 |
- Resolves: #1150389, #1150169
|
|
|
baab13 |
- Related: #1076820
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Oct 03 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-13
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- localization fixes
|
|
|
baab13 |
- applet: confirm ignoring of notifications
|
|
|
baab13 |
- cli: batch reporting in abrt-cli
|
|
|
baab13 |
- cli: add option remove crash dirs after reporting
|
|
|
baab13 |
- cli: robustize abrt-console-notification.sh
|
|
|
baab13 |
- cli: make consistent commands in abrt-cli
|
|
|
baab13 |
- applet: chown each notified problem before reporting it
|
|
|
baab13 |
- dbus: fixed abrt-dbus memory leaks
|
|
|
baab13 |
- plugins: add abrt-action-generate-machine-id
|
|
|
baab13 |
- spec: add abrt-action-generate-machine-id
|
|
|
baab13 |
- spec: remove dependency on crash from abrt-addon-vmcore
|
|
|
baab13 |
- spec: hook abrt-oops.conf.5
|
|
|
baab13 |
- spec: don't use native unwinder on arm arch
|
|
|
baab13 |
- spec: remove stray space from %%description
|
|
|
baab13 |
- spec: add missing requires for python api
|
|
|
baab13 |
- spec: add dependency on abrt-python
|
|
|
baab13 |
- python: support exceptions without traceback
|
|
|
baab13 |
- spec: hook Kernel oops configuration files
|
|
|
baab13 |
- koops: add an option controlling MCE detection
|
|
|
baab13 |
- gdb: disable loading of auto-loaded files
|
|
|
baab13 |
- vmcore: start the service after kdump service
|
|
|
baab13 |
- Resolves: #1066482, #1084031, #1067545, #1084027, #1087880, #1087777
|
|
|
baab13 |
- Resolves: #1015473, #1139001, #1076820, #1139552, #1128637, #1066501
|
|
|
baab13 |
- Resolves: #1086642
|
|
|
baab13 |
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Mar 03 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-12
|
|
|
baab13 |
- Translation updates
|
|
|
baab13 |
- Resolves: #1030314
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Feb 26 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-11
|
|
|
baab13 |
- Capture all necessary logs in sosreport.tar.gz
|
|
|
baab13 |
- do not send ureport from abrt-applet
|
|
|
baab13 |
- do not run gdb under root
|
|
|
baab13 |
- Resolves: #1067114, #1069278, #1069719
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Feb 19 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-10
|
|
|
baab13 |
- Search for MCE strings in 'backtrace' file
|
|
|
baab13 |
- Resolves: #1064458
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Feb 10 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-9
|
|
|
baab13 |
- Stop consuming 100%%CPU in abrt-upload-watch
|
|
|
baab13 |
- Turn off Autoreporting
|
|
|
baab13 |
- Enabled GPG check
|
|
|
baab13 |
- Resolves: #1051480, #1063317
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Feb 04 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-8
|
|
|
baab13 |
- retrace-client: do not require SSL2
|
|
|
baab13 |
- Resolves: #1060796
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Jan 30 2014 Jakub Filak <jfilak@redhat.com> - 2.1.11-7
|
|
|
baab13 |
- Fix-handling-of-Machine-Check-Exceptions
|
|
|
baab13 |
- abrt-harvest-vmcore recovers from Permission denied errors
|
|
|
baab13 |
- never stop 'notify' event
|
|
|
baab13 |
- install abrt-python files to arch specific dir
|
|
|
baab13 |
- Resolves: #1032077, #1032511, #1057710
|
|
|
baab13 |
- Related: #881123
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 2.1.11-6
|
|
|
baab13 |
- Mass rebuild 2014-01-24
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Jan 23 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-5
|
|
|
baab13 |
- abrt-cli requires libreport-rhel (the reporting workflows)
|
|
|
baab13 |
- applet: don't notify missing ignored_problems file
|
|
|
baab13 |
- abrt-cli: show a hint about creating a case in RHTS
|
|
|
baab13 |
- abrt-cli: show a info text suggesting enabling the autoreporting
|
|
|
baab13 |
- Related: #1044424
|
|
|
baab13 |
- Resolves: #1054291, #1055565, #1056980
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Jan 22 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-4
|
|
|
baab13 |
- applet: do not say the report is anonymous when ureport auth is enabled
|
|
|
baab13 |
- Resolves: #1055619
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Jan 21 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-3
|
|
|
baab13 |
- fix a double free error in abrt-applet
|
|
|
baab13 |
- configure Augeas to parse only required files
|
|
|
baab13 |
- show 'Close' button in the Configuration dialogue
|
|
|
baab13 |
- Resolves: #1050167, #1053534, #1054158
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Jan 14 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-2
|
|
|
baab13 |
- use elfutils stack unwinder
|
|
|
baab13 |
- collect installed RPM details in sosreport
|
|
|
baab13 |
- Resolves: #1048210, #1052920
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Jan 08 2014 Jakub Filak <jfilak@redhat.com> 2.1.11-1
|
|
|
baab13 |
- Update translations
|
|
|
baab13 |
- harvest_vmcore: replace regexp config parsing with augeas
|
|
|
baab13 |
- introduce D-Bus Configuration Service
|
|
|
baab13 |
- mark koopses with unsupporeted HW as not-reportable
|
|
|
baab13 |
- bodhi: use the right exit codes
|
|
|
baab13 |
- abrt-handle-event: don't use already freed memory
|
|
|
baab13 |
- introduce abrt-auto-reporting utility
|
|
|
baab13 |
- abrt-action-notify: fix couple of flaws
|
|
|
baab13 |
- Use satyr to compute koops duphash
|
|
|
baab13 |
- koops: tweak koops parser for s390 Call Traces
|
|
|
baab13 |
- configui: do not use deprecated gtk3 API
|
|
|
baab13 |
- completely remove abrt-dedup-client
|
|
|
baab13 |
- move /etc/abrt/abrt-harvest-vmcore.conf to /etc/abrt/plugins/vmcore.conf
|
|
|
baab13 |
- Resolves: #1027259, #1035405, #1036585, #1040892, #1044424, #1050160
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.1.7-8
|
|
|
baab13 |
- Mass rebuild 2013-12-27
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Dec 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-7
|
|
|
baab13 |
- Remove the bodhi addon
|
|
|
baab13 |
- Resolves: #1038923
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Dec 03 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-6
|
|
|
baab13 |
- Add a dependency on abrt-python
|
|
|
baab13 |
- Resolves: #1037290
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Nov 20 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-5
|
|
|
baab13 |
- Enabled sosreport
|
|
|
baab13 |
- Resolves: #1032585
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Nov 18 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-4
|
|
|
baab13 |
- Enable autoreporting
|
|
|
baab13 |
- Resolves: #1031572
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Nov 12 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-3
|
|
|
baab13 |
- remove Fedora strings
|
|
|
baab13 |
- Resolves: #1029508
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Oct 10 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-2
|
|
|
baab13 |
- add python-doc package
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Sep 11 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-1
|
|
|
baab13 |
- fix debuginfo installer expecting user input from a pipe - closes #696
|
|
|
baab13 |
- add environment variable whitelist to debuginfo install wrapper - closes #692
|
|
|
baab13 |
- add repo_pattern argument as a custom repository filter - closes #688
|
|
|
baab13 |
- abrt-cli list: replace "@" prefix by "id " prefix
|
|
|
baab13 |
- fix a crash in 'abrt-cli info' when short id isn't found
|
|
|
baab13 |
- Use common string-to-sha1_hash functions. #694
|
|
|
baab13 |
- doc: update OpenGPGCheck in a-a-save-package-data rhbz#997922
|
|
|
baab13 |
- abrt-cli report: accept sha1 hashes of directory names. #693
|
|
|
baab13 |
- abrt-dump-oops: emit a message if throttling for a significant period of time
|
|
|
baab13 |
- abrt-gdb-exploitable: print current instruction
|
|
|
baab13 |
- spec: posttrans scriptlet regenerating core_backtraces
|
|
|
baab13 |
- abrt-handle-event: add check for missing crash thread
|
|
|
baab13 |
- provide tmpfiles.d configuration
|
|
|
baab13 |
- abrt-cli list: use sha1 hash as short ids instead of @N thing. rhbz#906733
|
|
|
baab13 |
- vmcore: fail gracefully if dump_dir is not accessible
|
|
|
baab13 |
- spec: vmcore: require kexec-tools
|
|
|
baab13 |
- vmcore: use re.MULTILINE instead of numerical value
|
|
|
baab13 |
- vmcore: don't fail if /etc/kdump.conf is not readable
|
|
|
baab13 |
- abrt-cli info: add "-s SIZE" option. closes #689
|
|
|
baab13 |
- fix noninteractive mode in debuginfo installer - rhbz#737066
|
|
|
baab13 |
- fixed the gpg keys loading - closes #686
|
|
|
baab13 |
- Fix type of OPT_BOOL's referenced flag variable - it must be int, not bool!
|
|
|
baab13 |
- adds a kdump.conf parser to get the correct dump dir location, closes #640
|
|
|
baab13 |
- xorg_event.conf: use abrt-action-list-dsos to create dso_list
|
|
|
baab13 |
- abrt-action-list-dsos: extend it to be able to parse Xorg backtrace.
|
|
|
baab13 |
- don't require debuginfo for vmcore analysis rhbz#768389
|
|
|
baab13 |
- specfile: make addon-pstoreoops obsolete addon-uefioops
|
|
|
baab13 |
- abrt-dump-oops: add -t option which slows down problem creation. rhbz#902398.
|
|
|
baab13 |
- rename uefioops to pstoreoops rhbz#949721
|
|
|
baab13 |
- spec: create type element for problem dirs where it doesn't exist - rhbz#958968
|
|
|
baab13 |
- introduce abrt-upload-watch
|
|
|
baab13 |
- fix ccpp hook to create the type element - closes #682
|
|
|
baab13 |
- specfile: use systemd-rpm macros. rhbz#850019
|
|
|
baab13 |
- abrt-harvest-vmcore: notify new path - #657
|
|
|
baab13 |
- abrt-dump-oops: remove redundant g_list_length() call, make messages clearer
|
|
|
baab13 |
- updated translation - rhbz#860555
|
|
|
baab13 |
- updated transifex url
|
|
|
baab13 |
- GUI config: add Close/Defaults button
|
|
|
baab13 |
- GUI config: hide option descriptions in tool tips
|
|
|
baab13 |
- GUI config: add Silent shortened reporting support
|
|
|
baab13 |
- applet: silent shortened reporting
|
|
|
baab13 |
- applet: less misleading label for Ignore button
|
|
|
baab13 |
- abrt-handle-upload: switch from shell to python; send socket notification. #657
|
|
|
baab13 |
- spec: add build requires for XSMP depencies
|
|
|
baab13 |
- applet: update seen list when X Session dies
|
|
|
baab13 |
- improved the error messages in abrt-server - closes #679
|
|
|
baab13 |
- fix typo in abrt-config-widget.ui
|
|
|
baab13 |
- spec: add new packages abrt-gui-libs and abrt-gui-devel
|
|
|
baab13 |
- delete desktop file for system-config-abrt
|
|
|
baab13 |
- expose abrt configuration GUI in public API
|
|
|
baab13 |
- rewrite abrt-harvest-uefioops to python - closes #678
|
|
|
baab13 |
- spec: abrt-python is no longer noarch - related #677
|
|
|
baab13 |
- created python binding for notify_new_path - closes #677
|
|
|
baab13 |
- spec: install applet's desktop file to system dir
|
|
|
baab13 |
- applet: configure notification source
|
|
|
baab13 |
- rewrite shell script for moving vmcores into python closes #676
|
|
|
baab13 |
- abrtd: ensure that the dump location directory exists
|
|
|
baab13 |
- a-a-ureport: generate core_backtrace only for CCpp problems
|
|
|
baab13 |
- do not store potentially big data in /tmp
|
|
|
baab13 |
- abrt-dbus: send new problem notify signal to socket
|
|
|
baab13 |
- abrtd: remove "post-create" machinery. Related to #657
|
|
|
baab13 |
- Avoid leaving stale rpmdb locks behind (rhbz#918184)
|
|
|
baab13 |
- abrtd: improve parsing of pidfile in create_pidfile()
|
|
|
baab13 |
- abrt-dump-{oops,xorg}: send new problem notify signal to socket
|
|
|
baab13 |
- abrtd: disable inotify watch on DUMP_LOC
|
|
|
baab13 |
- abrt-hook-ccpp: send "POST /creation_notification" after creating problem dir
|
|
|
baab13 |
- Stop dying in check_free_space(); rename it to low_free_space()
|
|
|
baab13 |
- abrt-server: make create_problem_dir() run "post-create"
|
|
|
baab13 |
- abrt-handle-event: create DUMP_LOC/post-create.lock when running "post-create"
|
|
|
baab13 |
- abrt-server: add support for "POST /creation_notification"
|
|
|
baab13 |
- abrt-handle-event: free more of allocated data
|
|
|
baab13 |
- Resolves: #880694, #895745, #906733, #949721, #953927, #960549, #961520, #967644, #990208, #993591, #993592
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Aug 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-3
|
|
|
baab13 |
- try to generate core_backtrace only for CCpp problems
|
|
|
baab13 |
- Resolves: #993630
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Jul 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-4
|
|
|
baab13 |
- do not require abrt-retrace-client
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Jul 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-3
|
|
|
baab13 |
- use RHTSupport even in report-cli events
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Jul 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-2
|
|
|
baab13 |
- disable gcc unused-typedef warning for GLib
|
|
|
baab13 |
- use right dependencies for RHEL
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jul 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-1
|
|
|
baab13 |
- replace functions deprecated in Gtk-3.10 with their substitutes
|
|
|
baab13 |
- integrate with satyr, drop btparser
|
|
|
baab13 |
- use absolute path in python shebang rhzb#987010
|
|
|
baab13 |
- abrt-action-save-package-data: properly close rpm database. Closes #674.
|
|
|
baab13 |
- abrt-action-save-package-data: fix handling of ProcessUnpackaged on scripts
|
|
|
baab13 |
- abrt-action-save-package-data manpage: typo fix
|
|
|
baab13 |
- change /var/spool/abrt/ to /var/tmp/abrt in doc rhbz#912750
|
|
|
baab13 |
- Fix RPMdiff warnings about abrtd and abrt-action-install-debuginfo-to-abrt-cache
|
|
|
baab13 |
- specfile: add dependency on abrt-libs to abrt-addon-uefioops
|
|
|
baab13 |
- stop using the hardcoded event list, use workflows instead rhbz#866027
|
|
|
baab13 |
- retrace-client: build correct release for Fedora Rawhide
|
|
|
baab13 |
- spec: drop unnecessary Obsoletes and Provides
|
|
|
baab13 |
- correct FSF address in python exception hook
|
|
|
baab13 |
- add missing manual pages for binaries and scripts
|
|
|
baab13 |
- fix rpmlint issues in the spec file
|
|
|
baab13 |
- move event option XML files to /usr/share/libreport/
|
|
|
baab13 |
- abrt-hook-ccpp: always fall back to creating user core.
|
|
|
baab13 |
- dbus: add GetForeignProblems method
|
|
|
baab13 |
- the system tray icon opens recently detected problem
|
|
|
baab13 |
- add gdb python plugin which analyzes coredump for vulnerability
|
|
|
baab13 |
- applet: stop saving configuration at exit
|
|
|
baab13 |
- introduce system-config-abrt
|
|
|
baab13 |
- abrt-cli status: make the output more natural
|
|
|
baab13 |
- Fix wrong path in shell include
|
|
|
baab13 |
- abrt-dump-xorg: save "type=xorg" along with "analyzer=xorg"
|
|
|
baab13 |
- Update python hook to use fixed socket interface
|
|
|
baab13 |
- abrt-server: updates/fixes for future rasdaemon needs
|
|
|
baab13 |
- Resolves: #988165
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Jun 14 2013 Jakub Filak <jfilak@redhat.com> 2.1.5-1
|
|
|
baab13 |
- abrt-retrace-client requires tar closes #635
|
|
|
baab13 |
- abrt-tui requires abrt closes #633
|
|
|
baab13 |
- a-d-oops: obtain kernel version from the oops
|
|
|
baab13 |
- a-a-p-ccpp-analysis: import all used attributes
|
|
|
baab13 |
- vmcore: provide all problem elements necessary for the reporting
|
|
|
baab13 |
- a-d-oops: add 'update' command line argument
|
|
|
baab13 |
- a-a-g-core-backtrace: don't crash if kernel file doesn't exist
|
|
|
baab13 |
- a-a-a-vmcore: save kernel version in 'kernel' file
|
|
|
baab13 |
- abrt-cli: make status help message more precise
|
|
|
baab13 |
- abrt-cli status: don't include reported problems into count
|
|
|
baab13 |
- abrt-cli list: implement --since and --until
|
|
|
baab13 |
- abrt-python: open dirs read-only if possible
|
|
|
baab13 |
- dbus: ChownProblemDir method really changes the owner
|
|
|
baab13 |
- python: disable events in collision with anaconda
|
|
|
baab13 |
- abrt-python requires pygobject2
|
|
|
baab13 |
- systemd units: start services only if it make sense
|
|
|
baab13 |
- abrt-harvest-uefioops.in: test for abrtd after testing for pstore, not before
|
|
|
baab13 |
- make abrt-uefioops.service conditional on /sys/fs/pstore being populated
|
|
|
baab13 |
- dbus: fix SetElement failing when shrinking an item
|
|
|
baab13 |
- spec: fix unowned directories
|
|
|
baab13 |
- abrt-python: whole python API path in POTFILES.skip
|
|
|
baab13 |
- abrt-python: fix dbus compatibility on RHEL6
|
|
|
baab13 |
- abrt-python: check if gid equals current users gid
|
|
|
baab13 |
- abrt-python: fix tests compatibility with python 2.6
|
|
|
baab13 |
- abrt-python: pass DD_OPEN_READONLY only if available
|
|
|
baab13 |
- abrt-python: fix deprecation warnings
|
|
|
baab13 |
- console notification shouldn't ask confirmation - closes #652
|
|
|
baab13 |
- Short BT deduplication false positives workaround
|
|
|
baab13 |
- Only problems of same type can be duplicates
|
|
|
baab13 |
- abrt-python: fix bug in problem.get
|
|
|
baab13 |
- abrt-python: pep8 cleanup
|
|
|
baab13 |
- koops parse: support <NMI> frame prefix
|
|
|
baab13 |
- don't show non critical errors in console notification
|
|
|
baab13 |
- Resolves: #958961, #974670
|
|
|
baab13 |
|
|
|
baab13 |
* Mon May 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-3
|
|
|
baab13 |
- don't show non critical errors in console notification
|
|
|
baab13 |
- use last_occurrence with --since
|
|
|
baab13 |
|
|
|
baab13 |
* Fri May 03 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-2
|
|
|
baab13 |
- start abrtd.service after livecd
|
|
|
baab13 |
- udpate translation
|
|
|
baab13 |
- add addon-uefioops
|
|
|
baab13 |
- Resolves: #928753
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Apr 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-1
|
|
|
baab13 |
- build abrtd and setuided executables with full relro rhbz#812284
|
|
|
baab13 |
- added a console notification script to profile.d closes #641
|
|
|
baab13 |
- return the right exit code for user cancellation
|
|
|
baab13 |
- add more examples to Problem API doc
|
|
|
baab13 |
- updated translation Related: #951416
|
|
|
baab13 |
- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
|
|
|
baab13 |
- abrt-action-ureport: rewrite in python, improve messages
|
|
|
baab13 |
- abrt-cli: added 'status' command
|
|
|
baab13 |
- abrt-cli: make "report -v[vv]" export correct $ABRT_VERBOSE value
|
|
|
baab13 |
- bodhi, retrace: support /etc/os-release
|
|
|
baab13 |
- abrt-action-generate-core-backtrace: be a bit more verbose
|
|
|
baab13 |
- abrt-dump-oops: add "Machine Check Exception" to the list of watched strings rhbz#812537
|
|
|
baab13 |
- abrt-action-install-debuginfo: do not assume os.execvp never returns
|
|
|
baab13 |
- abrtd: mark unprocessed dump directories as not-reportable
|
|
|
baab13 |
- abrtd: update last occurrence dump dir file
|
|
|
baab13 |
- spec: remove the commented macros rhbz#864851
|
|
|
baab13 |
- spec: added the versioned abrt-libs requires to silence rpmdiff rhbz#881123
|
|
|
baab13 |
- spec: create a new subpackage for the console notification #641
|
|
|
baab13 |
- spec: add deps. required for reporting to abrt-cli pkg
|
|
|
baab13 |
- spec: inc required version of libreport
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Apr 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-2
|
|
|
baab13 |
- Require correct version of libreport
|
|
|
baab13 |
- Add dependecies required for reporting to abrt-cli package
|
|
|
baab13 |
- Resolves: #947651
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Mar 27 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-1
|
|
|
baab13 |
- record runlevel
|
|
|
baab13 |
- Integration with satyr
|
|
|
baab13 |
- dbus: check correct errno after dump_dir_is_accessible_by_uid()
|
|
|
baab13 |
- require libreport workflow package acc. to OS type
|
|
|
baab13 |
- remove the abrt-gui closes #629
|
|
|
baab13 |
- retrace-client: do not allow space in os_release_id; closes #625
|
|
|
baab13 |
- Remove all smolt-related files and code bits
|
|
|
baab13 |
- abrtd: recreate Dump Location directory if it is delete
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Mar 25 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-4
|
|
|
baab13 |
- Check if restorecon cmd exists and run it only if it does
|
|
|
baab13 |
- Resolves: #926934
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-3
|
|
|
baab13 |
- Fix problems with spaces in retrace-client
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-2
|
|
|
baab13 |
- Require correct version of libreport
|
|
|
baab13 |
- Add a patch for abrtd which ensures that the dump location always exists
|
|
|
baab13 |
- disable shortened and auto reporting in RHEL
|
|
|
baab13 |
- Resolves: #918040, #918041
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Mar 19 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-1
|
|
|
baab13 |
- Improve log messages
|
|
|
baab13 |
- Update translation
|
|
|
baab13 |
- Introduce helpers for management of list of ignored problems
|
|
|
baab13 |
- applet: show a confirmation notify bubble for reported problems in ShortenedReporting mode
|
|
|
baab13 |
- applet: mark problems as ignored and don't notify ignored problems
|
|
|
baab13 |
- applet: remove confusing "Show" button
|
|
|
baab13 |
- applet: pass problem's id to the gui app
|
|
|
baab13 |
- abrt-ccpp: try to read hs_err.log from crash's CWD
|
|
|
baab13 |
- abrt-action-perform-ccpp-analysis: Complain if analyze_RetraceServer can't run. Closes 619
|
|
|
baab13 |
- abrt-gui: change URL to point to most recent doc
|
|
|
baab13 |
- add abrt-action-analyze-ccpp-local to ccpp-addon related to rhbz#759443
|
|
|
baab13 |
- analyze-ccpp don't suid to abrt when run as root, related rhbz#759443
|
|
|
baab13 |
- abrtd: prohibit DumpLocation == WatchCrashdumpArchiveDir. Closes rhbz#854668
|
|
|
baab13 |
- abrtd: don't blame interpreter, blame the running script #609
|
|
|
baab13 |
- a-a-ureport: don't fail on missing counter file
|
|
|
baab13 |
- a-a-ureport: allow to send ureport more than once
|
|
|
baab13 |
- dbus doc: install abrt-dbus documentation files to the correct places
|
|
|
baab13 |
- dbus doc: extend the documentation of DBus API
|
|
|
baab13 |
- dbus doc: make xml interface parseable by qtdbusxml2cpp
|
|
|
baab13 |
- dbus: add basics to a new problem
|
|
|
baab13 |
- abrt-harvest-vmcore: don't copy dir from var/spool if copy already exists
|
|
|
baab13 |
- fix path in the collect_xsession_errors event
|
|
|
baab13 |
- retrace-client: print dots instead of repeated status message
|
|
|
baab13 |
- move abrt.pth to arch specific location rhbz#912540
|
|
|
baab13 |
- Make forking code paths more robust.
|
|
|
baab13 |
- add more logging to catch "stuck core-backtrace" problem; reduce gdb looping
|
|
|
baab13 |
- Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Mar 05 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-2
|
|
|
baab13 |
- remove ureport events from the reporting workflow in RHEL
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Feb 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-1
|
|
|
baab13 |
- add SETGID bit to abrt-action-install-debuginfo-to-abrt-cache
|
|
|
baab13 |
- add abrt-desktop depency on libreport-fedora
|
|
|
baab13 |
- abrt-dump-{oops,xorg}: limit amount of created dirs, add cooldown sleep if exceeded
|
|
|
baab13 |
- abrt-watch-log: handle a case when child doesn't process its input
|
|
|
baab13 |
- abrt-watch-log: fix a bug in mmap error check
|
|
|
baab13 |
- abrt-action-analyze-xorg: fix the case with DIR != "."
|
|
|
baab13 |
- Resolves: #908256
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.0-1
|
|
|
baab13 |
- pkg-config: export defaultdumplocation variable
|
|
|
baab13 |
- configure: set default dump location to /var/tmp/abrt
|
|
|
baab13 |
- abrtd: sanitize mode and ovner of all elements
|
|
|
baab13 |
- updated translation
|
|
|
baab13 |
- abrtd-inotify-flood test: expend it to check for another inotify-related bug
|
|
|
baab13 |
- gnome-abrt is default GUI
|
|
|
baab13 |
- applet: on requrest open gnome-abrt instead of abrt-gui
|
|
|
baab13 |
- Make it so that g_io_channel_read_chars(channel_inotify) does not buffer data.
|
|
|
baab13 |
- multilib fixes
|
|
|
baab13 |
- daemon: unify accessibility check before delete with dbus
|
|
|
baab13 |
- dbus: move dir accessibility check from abrt to libreport
|
|
|
baab13 |
- dbus: user dd_chown instead of own impl.
|
|
|
baab13 |
- allow default dump directory to be configured through cmd line args
|
|
|
baab13 |
- introduce abrt-python
|
|
|
baab13 |
- reporter-bz: post a comment to dup bug, if we found a dup. version 2.
|
|
|
baab13 |
- replace left over magic dd modes by macro
|
|
|
baab13 |
- synchronize default dump dir mode with libreport
|
|
|
baab13 |
- replace all occurrences of hardcoded dump location by a variable
|
|
|
baab13 |
- harvest-vmcore: read dump dir path from configuration
|
|
|
baab13 |
- use lchown when chowning files over dbus
|
|
|
baab13 |
- use lchown when chowning newly created problem directory
|
|
|
baab13 |
- verify-that-report-edits test: fix to account for new CLI interface
|
|
|
baab13 |
- koops: add all x86 TRAP prefixes to list of suspicious strings
|
|
|
baab13 |
- koops: put all suspicious strings to global variable
|
|
|
baab13 |
- applet: extend comment. No code changes
|
|
|
baab13 |
- applet: introduce shortened reporting
|
|
|
baab13 |
- abrt-applet: handle SIGTERM and perform nice termination
|
|
|
baab13 |
- abrt-applet: update the seen list on every possible action
|
|
|
baab13 |
- applet: don't notify outdated new problems
|
|
|
baab13 |
- Add and use "report-cli" event instead of removed "report-cli -r" option
|
|
|
baab13 |
- fixed the relro flags rhbz#812284
|
|
|
baab13 |
- applet: unref unused GIOChannel
|
|
|
baab13 |
- Resolves: #892230, #895742
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Dec 20 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.20-1
|
|
|
baab13 |
- New version 2.0.20
|
|
|
baab13 |
- Fix typo: usefull->useful
|
|
|
baab13 |
- koops: generate core backtrace if missing
|
|
|
baab13 |
- udpated po files
|
|
|
baab13 |
- Cosmetic fixes in abrtd-inotify-flood test
|
|
|
baab13 |
- Hook up abrtd-inotify-flood to test infrastructure
|
|
|
baab13 |
- Add a testcase for inotify flood
|
|
|
baab13 |
- replace 'Start Autoreport' btn by a popup dialog
|
|
|
baab13 |
- dbus: NewProblem returns full path as problem_id
|
|
|
baab13 |
- abrt-action-analyze-xorg: fix /usr/include/paths.h -> paths.h
|
|
|
baab13 |
- abrtd: set inotify fd to non-blocking mode; ignore 0-sized inotify reads. Closes rhbz#873815
|
|
|
baab13 |
- s/ABRT dump/problem directory/g
|
|
|
baab13 |
- abrt-applet: don't leak component name
|
|
|
baab13 |
- abrt-applet: alerts only not reported problems
|
|
|
baab13 |
- build system: Remove leftover of abrt-action-analyze-xorg shell script
|
|
|
baab13 |
- Rewrite abrt-action-analyze-xorg in C (partially)
|
|
|
baab13 |
- rework abrt-gui>Help>'Report problem with ABRT'
|
|
|
baab13 |
- abrt-action-analyze-oops: fix help text - we have no -s option
|
|
|
baab13 |
- Help text fix - using "problem directory" consistently
|
|
|
baab13 |
- abrt-dump-oops: add list of tainted modules to NOT_REPORTABLE string. Closes trac#821
|
|
|
baab13 |
- a-a-p-c-a: use ask_yes_no_yesforever() fn from reportclient
|
|
|
baab13 |
- abrt-dump-oops: save /proc/modules contents. Partially closes trac#821
|
|
|
baab13 |
- add ureporter wrapper sending ureport only once per problem dir
|
|
|
baab13 |
- introduce Desktop Session Autoreporting
|
|
|
baab13 |
- add Autoreporting configuration options
|
|
|
baab13 |
- abrt-action-analyze-xorg: robustify 'test "a" = "b"' against bugs
|
|
|
baab13 |
- Collect ~/.xsession_errors from its new path, if it is there. Closes trac#791
|
|
|
baab13 |
- reflect recent libreport API changes .trac#822
|
|
|
baab13 |
- Indentation fix. No code changes.
|
|
|
baab13 |
- minor fix to previous commit realted to .trac#541
|
|
|
baab13 |
- don't use gtk_main* when using gtk_application .trac#890
|
|
|
baab13 |
- minor fix to quit button
|
|
|
baab13 |
- Make "Open problem data" open the expert mode GUI
|
|
|
baab13 |
- Teach kernel oops hash to ignore "<IRQ>" / "<EOI>" prefixes. Closes rhbz#875852
|
|
|
baab13 |
- introduce DeleteElement D-Bus method
|
|
|
baab13 |
- introduce SetElement D-Bus method
|
|
|
baab13 |
- allow only one instance of gui trac#541
|
|
|
baab13 |
- runtests/bugzilla-comment-format: fix false positive AGAIN
|
|
|
baab13 |
- update translations
|
|
|
baab13 |
- a-a-p-c-a: use correct name in gettext initialization
|
|
|
baab13 |
- Fix build system so that make rpm works again
|
|
|
baab13 |
- runtests/bugzilla-comment-format: fix false positive
|
|
|
baab13 |
- Improve xorg post-create. closes trac#838
|
|
|
baab13 |
- Update po files
|
|
|
baab13 |
- fix problem occurrence counter updating algorithm
|
|
|
baab13 |
- abrt-dbus: immediately return an error if not-existing problem is requested
|
|
|
baab13 |
- bugzilla-comment-format: new test
|
|
|
baab13 |
- a-a-p-c-a: use event python API instead of abrt-handle-event
|
|
|
baab13 |
- doc: add dbus problems service specification
|
|
|
baab13 |
|
|
|
baab13 |
* Mon Nov 26 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-2
|
|
|
baab13 |
- update translations
|
|
|
baab13 |
- Resolves: #880201
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Nov 14 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-1
|
|
|
baab13 |
- call g_type_init() only in GLib version < 2.35
|
|
|
baab13 |
- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate
|
|
|
baab13 |
- repeat unchaged retrace status message only in verbose mode
|
|
|
baab13 |
- check the correct return value of yesforever answer
|
|
|
baab13 |
- abrt-handle-event: forward event process requests to parent
|
|
|
baab13 |
- don't leak optional retrace path and kernel tainted string
|
|
|
baab13 |
- enhance koops tainted flag parser
|
|
|
baab13 |
- Use "comment" element instead of "description"
|
|
|
baab13 |
- Resolves: #873488
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Nov 01 2012 Jakub Filak <jfilak@redhat.com> 2.0.18-1
|
|
|
baab13 |
- bugzilla-dupe-search: fix os_release to contain the same OS version as bug 755535
|
|
|
baab13 |
- Do not stop reporting when GConf entry is not found. Closes rhbz#869833
|
|
|
baab13 |
- Fix false positive caused by English language fix
|
|
|
baab13 |
- pyhook: import inspect lazily
|
|
|
baab13 |
- Resolves: #869833
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-2
|
|
|
baab13 |
- remove ABRT1.0-to-ABRT2.0 upgrade script from spec file
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-1
|
|
|
baab13 |
- provide a problem item containing versions of binaries listed in Xorg backtrace
|
|
|
baab13 |
Adresses #867694 comment 1
|
|
|
baab13 |
- import rpm lazily
|
|
|
baab13 |
- Resolves: #864324
|
|
|
baab13 |
|
|
|
baab13 |
* Wed Oct 17 2012 Jakub Filak <jfilak@redhat.com> 2.0.16-1
|
|
|
baab13 |
- xorg_event: make post-create save dmesg, drop problems w/ binary modules
|
|
|
baab13 |
Partially addresses: #856790
|
|
|
baab13 |
- collect_xsession_errors should not fail if !xsession-errors
|
|
|
baab13 |
Resolves: #866698
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Oct 11 2012 Jakub Filak <jfilak@redhat.com> 2.0.15-1
|
|
|
baab13 |
- add collect_* event to reporting chains for CCpp/Python/Kernel
|
|
|
baab13 |
- core-backtrace: make sure kernel version does not contain spaces
|
|
|
baab13 |
- core-backtrace: also include '?' flag for kerneloops
|
|
|
baab13 |
- don't check EXECUTABLE if it isn't present in list
|
|
|
baab13 |
- retrace-client: check whether all included files are regular
|
|
|
baab13 |
- abrt_exception_handler.py: save 'environ' element
|
|
|
baab13 |
- add Makefile target release-fix
|
|
|
baab13 |
- Make it possible for developer to disable crash processing for specific apps. Closes rhbz#848786
|
|
|
baab13 |
- s/Dump directory/Problem directory/
|
|
|
baab13 |
- Resolves: #864014, #864331, #848786
|
|
|
baab13 |
|
|
|
baab13 |
* Sun Oct 07 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-2
|
|
|
baab13 |
- added forgotten Requires
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-1
|
|
|
baab13 |
- abrt-dump-oops: save /sys/kernel/debug/suspend_stats. Closes rhbz#787749
|
|
|
baab13 |
- abrt-hook-ccpp: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
|
|
|
baab13 |
- abrt-dump-oops: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
|
|
|
baab13 |
- abrt-action-analyze-oops: fail if we end up hashing "" (empty string). Closes rhbz#862013
|
|
|
baab13 |
- retrace-client: respect chrooted os_release in pkgcheck
|
|
|
baab13 |
- Added oops_recursive_locking1.right to Makefile.am
|
|
|
baab13 |
- fix koops-parser.at, remove bastardized copy of oops_recursive_locking1.test
|
|
|
baab13 |
- add new oops example (currently fails, the fix is coming up)
|
|
|
baab13 |
- fix oops jiffies time stamp counter removal code
|
|
|
baab13 |
- trivia: s/dump/problem directory; fix false positive in oops-with-jiffies.right
|
|
|
baab13 |
- testsuite: added f18 kickstart
|
|
|
baab13 |
- open files for appned not for write rhbz#854266
|
|
|
baab13 |
- added more info about locking - rewrote with vda's comments rhbz#859724
|
|
|
baab13 |
- ccpp_event.conf: ignore crashes with nonzero TracerPid. Closes rhbz#812350
|
|
|
baab13 |
- show more info when abrtd can't acquire lock on pid, related to rhbz#859724
|
|
|
baab13 |
- abrt-hook-ccpp: save "proc_pid_status" element
|
|
|
baab13 |
- use FILENAME_ABRT_VERSION instead of string literal
|
|
|
baab13 |
- Fix pyhook test to reflect changes made in write_dump
|
|
|
baab13 |
- trac#333: Add code generating dso_list to the python hook
|
|
|
baab13 |
- spec: tui should require libreport-cli rhbz#859770
|
|
|
baab13 |
- trac#682: emit Crash DBus signal on org.freedesktop.problems bus
|
|
|
baab13 |
- spec: added deps on elfutils rhbz#859674
|
|
|
baab13 |
- Resolves: #859674, #859770, #859724, #812350, #854266, #862013, #747870, #787749
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.13-1
|
|
|
baab13 |
-
|
|
|
baab13 |
|
|
|
baab13 |
* Tue Aug 21 2012 Jakub Filak <jfilak@redhat.com> 2.0.12-1
|
|
|
baab13 |
- move abrtd.pid to /var/run/abrt/abrtd.pid
|
|
|
baab13 |
- abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679
|
|
|
baab13 |
- update po files rhzb#800784
|
|
|
baab13 |
- applet: fix a SEGV caused by notify_init() not being called
|
|
|
baab13 |
- minor fix to pkg-config file
|
|
|
baab13 |
- ignore results of setregid() and setreuid() after glibc update
|
|
|
baab13 |
- hopefully fixed ugly applet icon rhbz#797078
|
|
|
baab13 |
- add update of abrt server database to event chains
|
|
|
baab13 |
- Resolves: #761431, #811733, #844679, #797078
|
|
|
baab13 |
|
|
|
baab13 |
* Fri Aug 10 2012 Jakub Filak <jfilak@redhat.com> 2.0.11-2
|
|
|
baab13 |
- fix abrt-dbus crash if no element is found in GetInfo()
|
|
|
baab13 |
- set sending-sensitive-data option to 'yes' for analyze_RetraceServer event
|
|
|
baab13 |
|
|
|
baab13 |
* Thu Aug 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.11-1
|
|
|
baab13 |
- new upstream release
|
|
|
baab13 |
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842
|
|
|
baab13 |
|
|
|
baab13 |
* Tue May 22 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-4
|
|
|
baab13 |
- abrt-desktop should require abrt-retrace-client
|
|
|
baab13 |
- Resolves: #823812
|
|
|
baab13 |
|
|
|
baab13 |
* Thu May 10 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-3
|
|
|
baab13 |
- enable plugins unconditionally rhbz#819113
|
|
|
|