Blame SPECS/abrt.spec

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
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
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
c0ab28
Patch312: event-don-t-run-the-reporter-bugzilla-h-on-RHEL-and-.patch
c0ab28
Patch313: plugin-set-URL-to-retrace-server.patch
c0ab28
Patch314: turn-sosreport-off.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
baab13
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
baab13
Requires: %{name}-retrace-client
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}
c0ab28
%if 0%{?centos_ver}
c0ab28
Requires: libreport-centos >= %{libreport_ver}
c0ab28
Requires: libreport-plugin-mantisbt >= %{libreport_ver}
c0ab28
%else
baab13
Requires: libreport-rhel >= %{libreport_ver}
baab13
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
c0ab28
%endif
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}
c0ab28
%if 0%{?centos_ver}
c0ab28
Requires: libreport-centos >= %{libreport_ver}
c0ab28
Requires: libreport-plugin-mantisbt >= %{libreport_ver}
c0ab28
%else
baab13
Requires: libreport-rhel >= %{libreport_ver}
baab13
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
c0ab28
%endif
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
c0ab28
* Tue Oct 30 2018 CentOS Sources <bugs@centos.org> - 2.1.11-52.el7.centos
c0ab28
- Drop RHTS hint
c0ab28
-  Change by David Mansfield <david@orthanc.cobite.com>
c0ab28
-  Per http://bugs.centos.org/view.php?id=7192
c0ab28
- Remove cli suggestion text patch
c0ab28
- set URL to retrace server
c0ab28
- update to not run sosreport
c0ab28
-  Per http://bugs.centos.org/view.php?id=7913
c0ab28
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
baab13
baab13
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com>
baab13
- fixed freeze in crashing python apps rhbz#808562
baab13
- Resolves: #808562
baab13
baab13
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-2
baab13
- minor rhel7 build fixes
baab13
baab13
* Mon Apr 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-1
baab13
- new upstream release
baab13
- fixed problem with empty problem directory rhzb#808131
baab13
- fixed exception in a-a-a-core when eu-unstrip output is broken
baab13
- Resolves: #808131, #804309
baab13
baab13
* Mon Mar 19 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-7
baab13
- fixed problems with rhel gpg keys rhbz#800419
baab13
baab13
* Thu Feb 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-6
baab13
- abrt-desktop shouldn't require bodhi on rhel (2nd try)
baab13
baab13
* Wed Feb 01 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-5
baab13
- abrt-desktop shouldn't require bodhi on rhel
baab13
baab13
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-4
baab13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
baab13
baab13
* Tue Jan 03 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-3
baab13
- build fixes
baab13
baab13
* Thu Dec 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-2
baab13
- added man page
baab13
- fixed weird number formatting
baab13
baab13
* Wed Dec 07 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-1
baab13
- new version
baab13
- disabled kerneloops.org
baab13
- abrt-ccpp hook fixes
baab13
- catch indentation errors in python rhbz#578969
baab13
- fixed make check
baab13
- fixed retrace-client to work with rawhide
baab13
- require abrtd service in other services rhbz#752014
baab13
- fixed problems with dupes rhbz#701717
baab13
- keep abrt services enabled when updating F15->F16
baab13
- Resolves: 752014 749891 749603 744887 730422 665210 639068 625445 701717 752014 578969 732876 757683 753183 756146 749100
baab13
baab13
* Fri Nov 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.6-1
baab13
- new version
baab13
- Resolves: #701171 #712508 #726033 #728194 #728314 #730107 #733389 #738602
baab13
- Resolves: #741242 #749365 #700252 #734298 #736016 #738324 #748457 #692274
baab13
- Resolves: #711986 #723219 #749891 #712602 #744887 #749603 #625445 #665210
baab13
- Resolves: #737991 #639068 #578969 #636000 #631856
baab13
baab13
* Fri Oct 07 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 2.0.4.981-3
baab13
- don't file kernel bugs if "tainted: B" is set.
baab13
- don't file bugs about BIOS bugs.
baab13
- incorrect TAINTED description in bugs.
baab13
- Resoves: #718097 #708534 724838
baab13
baab13
* Mon Oct 3  2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-981-2
baab13
- added abrt-retrace-client as a dependency
baab13
baab13
* Thu Sep 22 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4.981-1
baab13
- updated translation
baab13
- don't allow to skip the analyze step
baab13
- don't send ~ backups
baab13
- added hint to report only in English
baab13
- renamed abrt-action-kerneloops -> reporter-kerneloops
baab13
- explain option bugtracker and logger
baab13
- gui added padding to main window
baab13
- better message when gdb time outs
baab13
- added support for catching vmcores
baab13
- added version to Logger output
baab13
- [RFE] abrt should have an easy way to include smolt-profile
baab13
- Resolves: #694828 #694833 #704958 #735071 #731189 #739182 #704452 #734037 #606123 #631822
baab13
baab13
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-5
baab13
- minor spec file fix
baab13
baab13
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-4
baab13
- fixed sigsegv in a-a-save-package-data rhbz#737961
baab13
- fixed privs for /var/run/abrt rhbz#725974
baab13
- fixed segv in free space check
baab13
- Resolves: #737961 #725974
baab13
baab13
* Tue Aug 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-3
baab13
- fixed abrt1-abrt2 update
baab13
baab13
* Fri Aug 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-2
baab13
- enable bugzilla for kerneloops rhbz#725970
baab13
- Resolves: #725970
baab13
baab13
* Thu Jul 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-1
baab13
- new upstream version
baab13
- resolves wrong provs/obsolete rhbz#723376
baab13
- split main UI into two panes
baab13
- debuginfo-install script asks before downloading
baab13
- Resolves: #723376
baab13
baab13
* Mon Jun 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.3-1
baab13
- new upstream release
baab13
baab13
* Fri May 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.2-6
baab13
- make abrt-ccpp and abrt-oops start on boot
baab13
baab13
* Fri May 13 2011 Karel Klíč <kklic@redhat.com> - 2.0.2-5
baab13
- Do not force service startup in %%posttrans, as it breaks live media
baab13
  creation (rhbz#704415)
baab13
baab13
* Sun May 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-4
baab13
- fixed prgname, fixes problem where Gnome3 shows lowres icons instead
baab13
  nice highres ones
baab13
baab13
* Fri May 06 2011 Christopher Aillon <caillon@redhat.com> - 2.0.2-3
baab13
- Update icon cache scriptlet per packaging guidelines
baab13
baab13
* Fri May 06 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-2
baab13
- flush messages in retrace client
baab13
baab13
* Thu May 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-1
baab13
- updated translation
baab13
- new icons (thanks to Lapo Calamandrei)
baab13
- changed address of retrace01 to retrace
baab13
- fixed problem with not trusted ssl certificate #695977
baab13
- #692713 Dialogue Box Buttons Wrong Way Around
baab13
- #695452 abrt crashing when trying to generate backtrace
baab13
- #698458 RFE: report separators between reports in abrt.log
baab13
- #699098 999 futile attempts to delete excess debuginfo
baab13
- #691881 GUI doesn't sort by last occurrence by default, and doesn't remember that sort order if you set it and restart the app
baab13
- #698418 Can't access '/var/spool/abrt/ccpp-2011-04-18-11:53:22-2661': Permission denied
baab13
- #698934 abrt-applet segfault on abrtd restart
baab13
- #695450 Retrace client - show meaningful message on failure
baab13
- #616407 RFE: Change abrt to catch TRAP signal crashes
baab13
- #584352 running service abrtd a non-root user doesn't show error
baab13
- retrace client: fail on servers with problematic SSL certificates (kklic@redhat.com)
baab13
- retrace-client: Load system-wide certificates. Move NSS init/shutdown to main, as it shouldn't be run multiple times. (kklic@redhat.com)
baab13
- abrt-cli: update manpage. Closes #243 (dvlasenk@redhat.com)
baab13
- move abrt-handle-crashdump to abrt-cli package. No code changes (dvlasenk@redhat.com)
baab13
- add abrt-action-print manpage. Closes #238 (dvlasenk@redhat.com)
baab13
- add abrt-action-trim-files manpage. Closes #241 (dvlasenk@redhat.com)
baab13
- added abrt-action-generate-backtrace manpage (dvlasenk@redhat.com)
baab13
- add abrt-action-analyze-backtrace manpage. Closes #227 (dvlasenk@redhat.com)
baab13
- retrace server: do not create zombie workers (mtoman@redhat.com)
baab13
- btparser: Remove top frame with address 0x0000 (jump to NULL) during normalization to avoid incorrect backtrace ratings (rhbz#639049) (kklic@redhat.com)
baab13
- abrt-gui: better list refreshing. Closes #251 (dvlasenk@redhat.com)
baab13
- fix for spurious "Lock file 'DIR/.lock' is locked by process PID" message (dvlasenk@redhat.com)
baab13
- Asciidoc manpage support; abrt-action-mailx manpage (kklic@redhat.com)
baab13
- list-dsos: don't list the same library multiple times (jmoskovc@redhat.com)
baab13
- call abrt-action-trim-files from abrt-action-install-debuginfo (dvlasenk@redhat.com)
baab13
- list-dsos: added package install time trac#123 (jmoskovc@redhat.com)
baab13
- retrace client: handle messages in HTTP body (mtoman@redhat.com)
baab13
- retrace server: remove chroot on failure (mtoman@redhat.com)
baab13
- spec: use versioned deps on libreport (jmoskovc@redhat.com)
baab13
- generate abrt version from git (npajkovs@redhat.com)
baab13
- abrt-action-trim-files needs to be suided rhbz#699098 (jmoskovc@redhat.com)
baab13
- gui: suppress printing dumpdir access errors (bz#698418) (mlichvar@redhat.com)
baab13
- Do not leave dump dir locked by abrt-action-generate-backtrace. (kklic@redhat.com)
baab13
- wizard: expand explanatory text on 1st screen. Closes 201 (dvlasenk@redhat.com)
baab13
- gui: fixed the OK and CANCEL buttons order in event config dialog (jmoskovc@redhat.com)
baab13
- Make abrt-action-list-dsos.py take -m maps -o dsos params; and abrt-action-analyze-core.py to take -o build_ids param (dvlasenk@redhat.com)
baab13
- abrt-action-install-debuginfo.py: don't die on some Yum exceptions. closes bz#681281 (dvlasenk@redhat.com)
baab13
baab13
* Thu Apr 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-2
baab13
- don't allow reporting of backtrace with rating = 0 rhbz#672023
baab13
- use versioned deps on libreport
baab13
baab13
* Wed Apr 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-1
baab13
- updated to 2.0.1
baab13
- updated translation
baab13
- allowed reporting oops to bugzilla
baab13
- added warning when the plugin settings are wrong
baab13
- added help text in plugins settings
baab13
- the plugin settings dialog is translatable
baab13
- improved dir rescanning logic in abrt-gui
baab13
- fixed icons for child dialogs
baab13
- retrace-client: human readable messages instead of http codes
baab13
- save envirnment variables when app crashes
baab13
- fixed gpg/pgp check
baab13
- revert to the old icon
baab13
baab13
* Fri Apr 15 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-5
baab13
- fixed problem with abrt-action-debuginfo-install rhbz#692064
baab13
baab13
* Thu Mar 31 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-4
baab13
- fixed prgname in wizard rhbz#692442
baab13
baab13
* Wed Mar 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-3
baab13
- fixed notification persistence in gnome3 (again)
baab13
- fixed wrong group:user on /var/cache/abrt-di afte rupdate from abrt 1.x #692064
baab13
- added mono-core to blacklist
baab13
baab13
* Tue Mar 29 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-2
baab13
- use %%ghost on files in /var/run and /var/lock rhbz#656542
baab13
- fixed notification persistence in gnome3
baab13
- added analyze selector to CLI
baab13
- refuse reporting to bz without backtrace or hash
baab13
- use g_set_prgname to set the prgname of abrt-gui trac#180
baab13
baab13
* Wed Mar 16 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-1
baab13
- update to the latest upstream version
baab13
- many improvements
baab13
- FIXME: add closed bugzillas
baab13
baab13
* Fri Feb 18 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-2
baab13
- removed gnome-python2-vfs dependency
baab13
baab13
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-1.1
baab13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
baab13
baab13
* Sat Feb 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-1
baab13
- rewritten abrt-debuginfo-install script to use the yum API
baab13
- GUI: added search box to backtrace view rhbz#612017 (jmoskovc@redhat.com)
baab13
- fixed some gui warnings rhbz#671488 (jmoskovc@redhat.com)
baab13
- btparser/dupechecker improvements:
baab13
  - Better handling of glibc architecture-specific functions (kklic@redhat.com)
baab13
  - support format of thread header: "Thread 8 (LWP 6357):" (kklic@redhat.com)
baab13
baab13
* Fri Feb 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.16-1
baab13
- rhtsupport: added list of attachments to comment rhbz#668875
baab13
- rhtsupport: stop consuming non-standard header rhbz#670492
baab13
- Resolves: #670492, #668875
baab13
baab13
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-2
baab13
- add a gui/uid to useradd/groupadd command (reserved in setup rhbz#670231)
baab13
- Resolves: #650975
baab13
baab13
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-1
baab13
- removed unused files (jmoskovc@redhat.com)
baab13
- update po files (jmoskovc@redhat.com)
baab13
- removed some unused files (jmoskovc@redhat.com)
baab13
- pass old pattern to ccpp hook and use it (dvlasenk@redhat.com)
baab13
- GUI: added warning when gnome-keyring can't be accessed rhbz#576866 (jmoskovc@redhat.com)
baab13
- 666893 - Unable to make sense of XML-RPC response from server (npajkovs@redhat.com)
baab13
- PyHook: ignore SystemExit exception rhbz#636913 (jmoskovc@redhat.com)
baab13
- 665405 - ABRT's usage of sos does not grab /var/log/messages (npajkovs@redhat.com)
baab13
- add a note in report if kernel is tainted (npajkovs@redhat.com)
baab13
- KerneloopsScanner.cpp: make a room for NULL byte (npajkovs@redhat.com)
baab13
- fix multicharacter warring (npajkovs@redhat.com)
baab13
- open help page instead of about rhbz#666267
baab13
baab13
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-3
baab13
- fixed build with rpm 4.9 (thx panu pmatilai for the patch)
baab13
baab13
* Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> 1.1.14-2
baab13
- Rebuild against new rpm
baab13
baab13
* Wed Nov 17 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-1
baab13
- made howto mandatory
baab13
- fixed segv in abrt-hook-ccpp rhbz#652338
baab13
- added warning if kernel was tainted
baab13
- make the "install debuginfo" hint selectable rhbz#644343
baab13
- wrap howto and comments rhbz#625237
baab13
- wrap lines in the backtrace window rhbz#625232
baab13
- changed '*' to '•' rhbz#625236
baab13
- make the bt viewer not-editable rhbz#621871
baab13
- removed unneeded patches
baab13
baab13
* Wed Nov 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-3
baab13
- Rebuild for libnotify-0.7
baab13
baab13
* Wed Aug 25 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.1.13-2
baab13
- Rebuild for python-2.7
baab13
baab13
* Tue Aug 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-1
baab13
- updated translation
baab13
- added native systemd file rhbz#617316 (jmoskovc@redhat.com)
baab13
- added ar to LINGUAS (jmoskovc@redhat.com)
baab13
- made /etc/abrt/plugins/Bugzilla.conf world-readable again (jmoskovc@redhat.com)
baab13
- l10n: adding fa locale (lashar@fedoraproject.org)
baab13
- l10n: new Persian (lashar@fedoraproject.org)
baab13
- remove libzip code (npajkovs@redhat.com)
baab13
- add libxml-2.0 into configure (npajkovs@redhat.com)
baab13
- fixed typo in man page rhbz#610748 (jmoskovc@redhat.com)
baab13
- RHTSupport: GUI's SSLVerify checkbox had one missing bit of code (vda.linux@googlemail.com)
baab13
- abrt_curl: discard headers from HTTP redirection (vda.linux@googlemail.com)
baab13
- moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happy (jmoskovc@redhat.com)
baab13
- Mention --info and --backtrace in the abrt-cli man page. (kklic@redhat.com)
baab13
- build fixes for gcc 4.5 (jmoskovc@redhat.com)
baab13
- abrt-hook-ccpp: small fixes prompted by testing on RHEL5 (vda.linux@googlemail.com)
baab13
- Added --info action to abrt-cli (mtoman@redhat.com)
baab13
- wire up SSLVerify in RHTSupport.conf to actually have the desired effect (vda.linux@googlemail.com)
baab13
- fixed tooltip localization rhbz#574693 (jmoskovc@redhat.com)
baab13
- dumpoops/KerneloopsScanner: add pid to crashdump name (vda.linux@googlemail.com)
baab13
- A message change suggested by dhensley (kklic@redhat.com)
baab13
baab13
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.10-4
baab13
- rebuild
baab13
baab13
* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-3
baab13
- blacklist /usr/bin/nspluginviewer
baab13
baab13
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-2
baab13
- minor build fixes
baab13
baab13
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-1
baab13
- blacklisted mono-core package
baab13
- die with an error message if the database plugin is not accessible when needed (kklic@redhat.com)
baab13
- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk@redhat.com)
baab13
- the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic@redhat.com)
baab13
- Cut off prelink suffixes from executable name if any (mtoman@redhat.com)
baab13
- CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk@redhat.com)
baab13
- do not pop up message on crash if the same crash is the same (dvlasenk@redhat.com)
baab13
- fedora bugs do not depend on rhel bugs (npajkovs@redhat.com)
baab13
- GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc@redhat.com)
baab13
- added a document about interpreted language integration (kklic@redhat.com)
baab13
- moved devel header files to inc/ and included them in -devel package (jmoskovc@redhat.com, npajkovs@redhat.com)
baab13
- renamed abrt-utils.pc to abrt.pc (jmoskovc@redhat.com)
baab13
- string updates based on a UI text review (kklic@redhat.com)
baab13
- rhtsupport obsoletes the old rh plugins (jmoskovc@redhat.com)
baab13
- list allowed items in RHTSupport.conf (kklic@redhat.com)
baab13
- GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc@redhat.com)
baab13
- remove rating for python crashes (jmoskovc@redhat.com)
baab13
- CCpp: give zero rating to an empty backtrace (jmoskovc@redhat.com)
baab13
- GUI: allow sending crashes without rating (jmoskovc@redhat.com)
baab13
- RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk@redhat.com)
baab13
- abort initialization on abrt.conf parsing errors (dvlasenk@redhat.com)
baab13
- changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman@redhat.com)
baab13
- added rating to python crashes
baab13
- show hostname in cli (kklic@redhat.com)
baab13
- updated po files (jmoskovc@redhat.com)
baab13
- added support for package specific actions rhbz#606917 (jmoskovc@redhat.com)
baab13
- renamed TicketUploader to ReportUploader (jmoskovc@redhat.com)
baab13
- bad hostnames on remote crashes (npajkovs@redhat.com)
baab13
- unlimited MaxCrashReportsSize (npajkovs@redhat.com)
baab13
- abrt_rh_support: improve error messages rhbz#608698 (vda.linux@googlemail.com)
baab13
- Added BacktraceRemotes option. (kklic@redhat.com)
baab13
- Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic@redhat.com)
baab13
- remove obsolete Catcut and rhfastcheck reporters (vda.linux@googlemail.com)
baab13
- make rhel bug point to correct place rhbz#578397 (npajkovs@redhat.com)
baab13
- Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic@redhat.com)
baab13
- Bash completion update (kklic@redhat.com)
baab13
- Rename --get-list to --list (kklic@redhat.com)
baab13
- Update man page (kklic@redhat.com)
baab13
- Options overhaul (kklic@redhat.com)
baab13
- abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs@redhat.com)
baab13
- Don't show global uuid in report (npajkovs@redhat.com)
baab13
- GUI: don't try to use action plugins as reporters (jmoskovc@redhat.com)
baab13
- Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux@googlemail.com)
baab13
- GUI: don't show the placehondler icon rhbz#605693 (jmoskovc@redhat.com)
baab13
- Make "Loaded foo.conf" message less confusing (vda.linux@googlemail.com)
baab13
- Fixed a flaw in strbuf_prepend_str (kklic@redhat.com)
baab13
- TicketUploader: do not add '\n' to text files in crashdump (vda.linux@googlemail.com)
baab13
- GUI: skip the plugin selection, if it's not needed (jmoskovc@redhat.com)
baab13
- Check conf file for syntax errors (kklic@redhat.com)
baab13
- move misplaced sanity checks in cron parser (vda.linux@googlemail.com)
baab13
- GUI: don't require the rating for all reporters (jmoskovc@redhat.com)
baab13
- GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc@redhat.com)
baab13
- Add a GUI config dialog for RHTSupport plugin (vda.linux@googlemail.com)
baab13
- abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux@googlemail.com)
baab13
- sosreport: save the dump directly to crashdump directory (vda.linux@googlemail.com)
baab13
- plugin rename: rhticket -> RHTSupport (vda.linux@googlemail.com)
baab13
- Daemon socket for reporting crashes (karel@localhost.localdomain)
baab13
- GUI: fixed few typos (jmoskovc@redhat.com)
baab13
baab13
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1.1
baab13
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
baab13
baab13
* Wed Jun 09 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.5-1
baab13
- GUI: polished the reporter assistant (jmoskovc@redhat.com)
baab13
- Logger reporter: do not store useless info (vda.linux@googlemail.com)
baab13
- ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux@googlemail.com)
baab13
- SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings rhbz#599364 (jmoskovc@redhat.com)
baab13
- GUI: don't remove user comments when re-reporting the bug rhbz#601779 (jmoskovc@redhat.com)
baab13
- remove "(deleted)" from executable path rhbz#593037 (jmoskovc@redhat.com)
baab13
- CCpp analyzer: add 60 sec cap on gdb run time. (vda.linux@googlemail.com)
baab13
- add new file *hostname* into debugdump directory (npajkovs@redhat.com)
baab13
- rhticket: upload real tarball, not a bogus file (vda.linux@googlemail.com)
baab13
- abrt-hook-ccpp: eliminate race between process exit and compat coredump creation rhbz#584554 (vda.linux@googlemail.com)
baab13
- rhticket: actually do create ticket, using Gavin's lib code (vda.linux@googlemail.com)
baab13
- properly obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
baab13
- GUI: remember comment and howto on backtrace refresh rhbz#545690 (jmoskovc@redhat.com)
baab13
- use header case in button label rhbz#565812 (jmoskovc@redhat.com)
baab13
- make log window resizable (vda.linux@googlemail.com)
baab13
- rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux@googlemail.com)
baab13
baab13
* Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
baab13
- added reporting wizard
baab13
- fixed few leaked fds
baab13
- fixed kerneloops --- cut here --- problem
baab13
- updated translations
baab13
baab13
* Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
baab13
- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
baab13
baab13
* Fri May 21 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-3
baab13
- fixed spec file to create /var/spool/abrt rhbz#593670
baab13
- updated init script to reflect the pid file renaming
baab13
baab13
* Wed May 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-1
baab13
- updated translation
baab13
- obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
baab13
- Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux@googlemail.com)
baab13
- kill yumdownloader if abrt-debuginfo-install is terminated mid-flight (vda.linux@googlemail.com)
baab13
- do not create Python dumps if argv[0] is not absolute (vda.linux@googlemail.com)
baab13
- improve kerneloops hash (vda.linux@googlemail.com)
baab13
- Move /var/cache/abrt to /var/spool/abrt. rhbz#568101. (vda.linux@googlemail.com)
baab13
- bugzilla: better summary and decription messages (npajkovs@redhat.com)
baab13
- renamed daemon pid and lock file rhbz#588315 (jmoskovc@redhat.com)
baab13
- Daemon socket for reporting crashes (kklic@redhat.com)
baab13
- Move hooklib from src/Hooks to lib/Utils (kklic@redhat.com)
baab13
baab13
* Thu May 13 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
baab13
- updated translations
baab13
- removed avant-window-navigator from blacklist (jmoskovc@redhat.com)
baab13
- Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux@googlemail.com)
baab13
- fix bug 588945 - sparse core files performance hit (vda.linux@googlemail.com)
baab13
- Add BlackListedPaths option to abrt.conf. Fixes #582421 (vda.linux@googlemail.com)
baab13
- Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899) (kklic@redhat.com)
baab13
- rid of rewriting config in /etc/abrt/abrt.conf (npajkovs@redhat.com)
baab13
- fix bug 571411: backtrace attachment of the form /var/cache/abrt/foo-12345-67890/backtrace (vda.linux@googlemail.com)
baab13
- Do not echo password to terminal in abrt-cli (kklic@redhat.com)
baab13
- improved daemon error messages (kklic@redhat.com)
baab13
baab13
* Mon May 03 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.0-1
baab13
- updated transaltions
baab13
- added Hebrew into languages
baab13
- updated icons rhbz#587698 (jmoskovc@redhat.com)
baab13
- Bugzilla login/password emptiness check uses 'or' instead of 'and' (kklic@redhat.com)
baab13
- Show error message when abrtd service is run as non-root. rhbz#584352 (kklic@redhat.com)
baab13
- Rename EnableOpenGPG to OpenGPGCheck in the man page rhbz#584332 (kklic@redhat.com)
baab13
- Document ProcessUnpackaged in abrt.conf.5. Document default values. (kklic@redhat.com)
baab13
- Crash function is now detected even for threads without an abort frame (kklic@redhat.com)
baab13
- comment can be private (npajkovs@redhat.com)
baab13
- do not catch perl/python crashes when the script is not of known package origin (kklic@redhat.com)
baab13
- kerneloop is more informative when failed (npajkovs@redhat.com)
baab13
- add function name into summary(if it's found) (npajkovs@redhat.com)
baab13
- Change kerneloops message when it fails (npajkovs@redhat.com)
baab13
baab13
* Fri Apr 30 2010 Karel Klic <kklic@redhat.com> 1.0.9-3
baab13
- fixed crash function detection (a part of duplication detection)
baab13
baab13
* Wed Apr 14 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-2
baab13
- fixed problem with localized yum messages rhbz#581804
baab13
- better bugzilla summary (napjkovs@redhat.com)
baab13
- ignore interpreter (py,perl) crashes caused by unpackaged scripts (kklic@redhat.com)
baab13
baab13
* Tue Apr 06 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-1
baab13
- hooklib: fix excessive rounding down in free space calculation (bz#575644) (vda.linux@googlemail.com)
baab13
- gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such (vda.linux@googlemail.com)
baab13
- trivial: fix 566806 "abrt-gui sometimes can't be closed" (vda.linux@googlemail.com)
baab13
- gui: fix the last case where gnome-keyring's find_items_sync() may throw DeniedError (vda.linux@googlemail.com)
baab13
- fixed some compilation problems on F13 (jmoskovc@redhat.com)
baab13
- updated translations (jmoskovc@redhat.com)
baab13
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
baab13
baab13
* Wed Mar 31 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-0.201003312045.1
baab13
- test day build
baab13
- updated translation
baab13
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
baab13
- GUI: total rewrite based on design from Mairin Duffy (jmoskovc@redhat.com)
baab13
- trivial: better HTTP/curl error reporting (vda.linux@googlemail.com)
baab13
- Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known (kklic@redhat.com)
baab13
- abrt-rate-backtrace is replaced by abrt-backtrace --rate (kklic@redhat.com)
baab13
- Ignore some temp files (kklic@redhat.com)
baab13
- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc@redhat.com)
baab13
- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux@googlemail.com)
baab13
- rhticket: new reporter plugin (vda.linux@googlemail.com)
baab13
- GUI: fixed few window icons (jmoskovc@redhat.com)
baab13
- Allow user to select which reporter he wants to use to report a crash using CLI.(kklic@redhat.com)
baab13
- bz reporter: s/uuid/duphash; more understandable message; simplify result str generation; fix indentation (vda.linux@googlemail.com)
baab13
- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc@redhat.com)
baab13
- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux@googlemail.com)
baab13
- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux@googlemail.com)
baab13
- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc@redhat.com)
baab13
- GUI: added action to applet to directly report last crash (jmoskovc@redhat.com)
baab13
- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux@googlemail.com)
baab13
- improve syslog file detection. closes bz#565983 (vda.linux@googlemail.com)
baab13
- add arch, package and release in comment (npajkovs@redhat.com)
baab13
- add ProcessUnpackaged option to abrt.conf (vda.linux@googlemail.com)
baab13
- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux@googlemail.com)
baab13
- fix format security error (fcrozat@mandriva.com)
baab13
- icons repackaging (jmoskovc@redhat.com)
baab13
- partial fix for bz#565983 (vda.linux@googlemail.com)
baab13
- SPEC: Updated source URL (jmoskovc@redhat.com)
baab13
- removed unneeded patches
baab13
- and much more ...
baab13
baab13
* Sat Mar 13 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-3
baab13
- fixed kerneloops reporting rhbz#570081
baab13
- fixed Source url
baab13
- fixed debuginfo-install to work on F13
baab13
  - improved debuginfo-install (vda.linux@googlemail.com)
baab13
  - fix debuginfo-install to work with yum >= 3.2.26 (jmoskovc@redhat.com)
baab13
baab13
* Wed Mar  3 2010  Denys Vlasenko <dvlasenk@redhat.com> 1.0.8-2
baab13
- fix initscript even more (npajkovs@redhat.com)
baab13
- remove -R2 from yum command line
baab13
baab13
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
baab13
- fix initscript (npajkovs@redhat.com)
baab13
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
baab13
baab13
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
baab13
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
baab13
- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
baab13
- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) (vda.linux@googlemail.com)
baab13
baab13
* Fri Feb 12 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.7-1
baab13
- enabled column sorting rhbz#541853
baab13
- Load plugin settings also from ~/.abrt/*.conf (kklic@redhat.com)
baab13
- fix bz#541088 "abrt should not catch python excp EPIPE" (vda.linux@googlemail.com)
baab13
- fix bz#554242 "Cannot tab between input areas in report dialog" (vda.linux@googlemail.com)
baab13
- fix bz#563484 "abrt uses unnecessary disk space when getting debug info" (vda.linux@googlemail.com)
baab13
- Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971 (jmoskovc@redhat.com)
baab13
- fix big-endian build problem (vda.linux@googlemail.com)
baab13
- Fixes, displays package owners (kklic@redhat.com)
baab13
- GUI: fixed exception in plugin settings dialog rhbz#560851 (jmoskovc@redhat.com)
baab13
- GUI: respect system settings for toolbars rhbz#552161 (jmoskovc@redhat.com)
baab13
- python hook: move UUID generation to abrtd; generate REASON, add it to bz title (vda.linux@googlemail.com)
baab13
- make "reason" field less verbose; bz reporter: include it in "summary" (vda.linux@googlemail.com)
baab13
- added avant-window-navigator to blacklist per maintainer request (jmoskovc@redhat.com)
baab13
- CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars) (vda.linux@googlemail.com)
baab13
- Ask for login and password if missing from reporter plugin. (kklic@redhat.com)
baab13
- abrtd: fix handling of dupes (weren't deleting dup's directory); better logging (vda.linux@googlemail.com)
baab13
- abrtd: handle "perl -w /usr/bin/script" too (vda.linux@googlemail.com)
baab13
- Component-wise duplicates (kklic@redhat.com)
baab13
- abrtd: fix rhbz#560642 - don't die on bad plugin names (vda.linux@googlemail.com)
baab13
- Fixed parsing backtrace from rhbz#549293 (kklic@redhat.com)
baab13
- GUI: fixed scrolling in reporter dialog rhbz#559687 (jmoskovc@redhat.com)
baab13
- fixed button order in plugins windows rhbz#560961 (jmoskovc@redhat.com)
baab13
- GUI: fixed windows icons and titles rhbz#537240, rhbz#560964 (jmoskovc@redhat.com)
baab13
- Fix to successfully parse a backtrace from rhbz#550642 (kklic@redhat.com)
baab13
- cli: fix the problem of not showing oops text in editor (vda.linux@googlemail.com)
baab13
- GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section" (vda.linux@googlemail.com)
baab13
baab13
* Tue Feb  2 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.6-1
baab13
- print __glib_assert_msg (rhbz#549735);
baab13
- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com)
baab13
- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com)
baab13
- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com)
baab13
- GUI: made report message labels wrap (jmoskovc@redhat.com)
baab13
- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com)
baab13
- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com)
baab13
- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com)
baab13
- GUI: wider report message dialog (jmoskovc@redhat.com)
baab13
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
baab13
- Logger: create log file with mode 0600 (vda.linux@googlemail.com)
baab13
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
baab13
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
baab13
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
baab13
baab13
* Fri Jan 29 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.5-1
baab13
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
baab13
- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com)
baab13
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
baab13
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
baab13
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
baab13
- fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com)
baab13
- GUI ReporterDialog: hide log button (vda.linux@googlemail.com)
baab13
- added valgrind and strace to blacklist (jmoskovc@redhat.com)
baab13
- SOSreport: do not leave stray files in /tmp (vda.linux@googlemail.com)
baab13
- Save the core where it belongs if ulimit -c is > 0 (jmoskovc@redhat.com)
baab13
- reenabled gpg check (jmoskovc@redhat.com)
baab13
- SOSreport: run it niced (vda.linux@googlemail.com)
baab13
- report GUI: rename buttons: Log -> Show log, Send -> Send report (vda.linux@googlemail.com)
baab13
- applet: reduce blinking timeout to 3 sec (vda.linux@googlemail.com)
baab13
- fix dbus autostart (vda.linux@googlemail.com)
baab13
- abrtd: set "Reported" status only if at least one reporter succeeded (vda.linux@googlemail.com)
baab13
- SQLite3: disable newline escaping, SQLite does not handle it (vda.linux@googlemail.com)
baab13
- SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO (vda.linux@googlemail.com)
baab13
- attribute SEGVs in perl to script's package, like we already do for python (vda.linux@googlemail.com)
baab13
baab13
* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
baab13
- enabled sosreport
baab13
- fixes in ticketuploader
baab13
- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
baab13
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
baab13
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)
baab13
- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux@googlemail.com)
baab13
- use repr() to print variable values in python hook rhbz#545070 (jmoskovc@redhat.com)
baab13
- gui: add logging infrastructure (vda.linux@googlemail.com)
baab13
- Added "Enabled = yes" to all plugin's config files (jmoskovc@redhat.com)
baab13
- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux@googlemail.com)
baab13
- fix memory leaks in catcut plugin (npajkovs@redhat.com)
baab13
- fix memory leaks in bugzilla (npajkovs@redhat.com)
baab13
- abrt-hook-python: sanitize input more; log to syslog (vda.linux@googlemail.com)
baab13
- Fixed /var/cache/abrt/ permissions (kklic@redhat.com)
baab13
- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux@googlemail.com)
baab13
- *: remove nss dependencies (vda.linux@googlemail.com)
baab13
- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux@googlemail.com)
baab13
- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux@googlemail.com)
baab13
- fixes based on security review (vda.linux@googlemail.com)
baab13
- SOSreport/TicketUploader: use more restrictive file modes (vda.linux@googlemail.com)
baab13
- abrt-hook-python: add input sanitization and directory size guard (vda.linux@googlemail.com)
baab13
- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux@googlemail.com)
baab13
- DebugDump: use more restrictive modes (vda.linux@googlemail.com)
baab13
- SQLite3: check for SQL injection (vda.linux@googlemail.com)
baab13
- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux@googlemail.com)
baab13
- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux@googlemail.com)
baab13
- ccpp: add a possibility to disable backtrace generation (vda.linux@googlemail.com)
baab13
- abrtd: limit the number of frames in backtrace to 3000 (vda.linux@googlemail.com)
baab13
baab13
* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
baab13
- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
baab13
- updated credits (jmoskovc@redhat.com)
baab13
- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
baab13
- abrt-backtrace manpage installed (kklic@redhat.com)
baab13
- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
baab13
- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
baab13
- large file support for whole abrt (kklic@redhat.com)
baab13
- made s_signal_caught volatile (vda.linux@googlemail.com)
baab13
- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
baab13
- remove unsafe log() from signal handler (vda.linux@googlemail.com)
baab13
- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux@googlemail.com)
baab13
- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
baab13
- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
baab13
- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
baab13
- GUI: autoscroll log window (jmoskovc@redhat.com)
baab13
- Kerneloops.conf: better comments (vda.linux@googlemail.com)
baab13
- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
baab13
- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
baab13
- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
baab13
- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
baab13
baab13
* Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
baab13
- disabled GPG check again (jmoskovc@redhat.com)
baab13
- abrt-pyhook-helper rename (vda.linux@googlemail.com)
baab13
- abrt-cli: report success/failure of reporting. closes bug 71 (vda.linux@googlemail.com)
baab13
- less logging (vda.linux@googlemail.com)
baab13
- mkde abrt-gui --help and --version behave as expected. closes bug 85 (vda.linux@googlemail.com)
baab13
- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 (vda.linux@googlemail.com)
baab13
- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 (vda.linux@googlemail.com)
baab13
- applet: make animation stop after 1 minute. (closes bug 108) (vda.linux@googlemail.com)
baab13
- show comment and how to reproduce fields, when BT rating > 3 (jmoskovc@redhat.com)
baab13
- Gui: make report status window's text wrap. Fixes bug 82 (vda.linux@googlemail.com)
baab13
- CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) (vda.linux@googlemail.com)
baab13
- added link to bugzilla new account page to Bugzilla config dialog (jmoskovc@redhat.com)
baab13
- GUI: added log window (jmoskovc@redhat.com)
baab13
baab13
* Tue Dec  8 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
baab13
- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
baab13
- re-enabled gpg sign checking (jmoskovc@redhat.com)
baab13
- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
baab13
- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
baab13
- gui review (rrakus@redhat.com)
baab13
- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
baab13
- improved dupe checking (kklic@redhat.com)
baab13
- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
baab13
- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
baab13
- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
baab13
- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
baab13
- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
baab13
- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
baab13
- typo fixes rhbz#543266 (jmoskovc@redhat.com)
baab13
- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
baab13
- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
baab13
- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
baab13
- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
baab13
- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
baab13
- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
baab13
- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
baab13
- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
baab13
- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
baab13
baab13
* Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
baab13
- new version
baab13
- comment input wraps words rhbz#531276
baab13
- fixed hiding password dialog rhbz#529583
baab13
- easier kerneloops reporting rhbz#528395
baab13
- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com)
baab13
- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com)
baab13
- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com)
baab13
- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com)
baab13
- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com)
baab13
- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com)
baab13
- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com)
baab13
- include abrt version in bug descriptions (vda.linux@googlemail.com)
baab13
- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com)
baab13
- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com)
baab13
- add support for \" escaping in config file (vda.linux@googlemail.com)
baab13
- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com)
baab13
- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com)
baab13
- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com)
baab13
- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com)
baab13
- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com)
baab13
- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com)
baab13
- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com)
baab13
- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com)
baab13
- GUI: added support for backtrace rating (jmoskovc@redhat.com)
baab13
- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com)
baab13
- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
baab13
- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
baab13
baab13
* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
baab13
- spec file fixes
baab13
baab13
* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
baab13
- re-enabled kerneloops
baab13
- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)
baab13
- do not report empty fields (vda.linux@googlemail.com)
baab13
- Added abrt.png, fixed rhbz#531181 (jmoskovc@redhat.com)
baab13
- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux@googlemail.com)
baab13
- fixed the problem with overwriting the default plugin settings (jmoskovc@redhat.com)
baab13
- disabled kerneloops in config file (jmoskovc@redhat.com)
baab13
- added dependency to gdb >= 7.0 (jmoskovc@redhat.com)
baab13
- better format of report text (vda.linux@googlemail.com)
baab13
- Python backtrace size limited to 1 MB (kklic@redhat.com)
baab13
- lib/Plugins/Bugzilla: better message at login failure (vda.linux@googlemail.com)
baab13
- build fixes, added plugin-logger to abrt-desktop (jmoskovc@redhat.com)
baab13
- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc@redhat.com)
baab13
- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc@redhat.com)
baab13
- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs@redhat.com)
baab13
- dumpoops: add -s option to dump results to stdout (vda.linux@googlemail.com)
baab13
- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc@redhat.com)
baab13
- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc@redhat.com)
baab13
- Improved abrt-cli (kklic@redhat.com)
baab13
- Added backtrace rating to CCpp analyzer (dnovotny@redhat.com)
baab13
- GUI improvements (jmoskovc@redhat.com)
baab13
- Added abrt-pyhook-helper (kklic@redhat.com)
baab13
baab13
* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
baab13
- new version
baab13
- added more logging (vda.linux@googlemail.com)
baab13
- made polkit policy to be more permissive when installing debuginfo (jmoskovc@redhat.com)
baab13
- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux@googlemail.com)
baab13
- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux@googlemail.com)
baab13
- GUI: added refresh button, added sanity check to plugin settings (jmoskovc@redhat.com)
baab13
- Initial man page for abrt-cli (kklic@redhat.com)
baab13
- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic@redhat.com)
baab13
- Date/time honors current system locale (kklic@redhat.com)
baab13
- fixed saving/reading user config (jmoskovc@redhat.com)
baab13
- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc@redhat.com)
baab13
- GUI: call Report() with the latest pluginsettings (jmoskovc@redhat.com)
baab13
- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux@googlemail.com)
baab13
- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc@redhat.com)
baab13
- error checking added to archive creation (danny@rawhide.localdomain)
baab13
- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux@googlemail.com)
baab13
- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux@googlemail.com)
baab13
- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs@redhat.com)
baab13
- add support for abrtd autostart (vda.linux@googlemail.com)
baab13
- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc@redhat.com)
baab13
- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny@redhat.com)
baab13
- and many minor fixes ..
baab13
baab13
* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
baab13
- added bug-buddy to provides rhbz#524934
baab13
baab13
* Tue Sep 22 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
baab13
- new version
baab13
- comments and how to reproduce are stored now (npajkovs@redhat.com)
baab13
- reduce verbosity a bit (vda.linux@googlemail.com)
baab13
- GUI: fixed word wrap in Comment field rhbz#524349 (jmoskovc@redhat.com)
baab13
- remove last vestives of dbus-c++ from build system (vda.linux@googlemail.com)
baab13
- GUI: added popup menu, fixed behaviour when run with root privs (jmoskovc@redhat.com)
baab13
- add dbus signalization when quota exceeded (npajkovs@redhat.com)
baab13
- Added cleaning of attachment variable, so there should not be mixed attachmetn anymore. (zprikryl@redhat.com)
baab13
- fixed closing of debug dump in case of existing backtrace (zprikryl@redhat.com)
baab13
- remove C++ dbus glue in src/CLI; fix a bug in --report (vda.linux@googlemail.com)
baab13
- new polkit action for installing debuginfo, default "yes" (danny@rawhide.localdomain)
baab13
- Polkit moved to Utils (can be used both in daemon and plugins) (danny@rawhide.localdomain)
baab13
- oops... remove stray trailing '\' (vda.linux@googlemail.com)
baab13
- GUI: added missing tooltips (jmoskovc@redhat.com)
baab13
- PYHOOK: ignore KeyboardInterrupt exception (jmoskovc@redhat.com)
baab13
- added ticket uploader plugin (gavin@redhat.com) (zprikryl@redhat.com)
baab13
- GUI: added UI for global settings (just preview, not usable!) (jmoskovc@redhat.com)
baab13
- Add checker if bugzilla login and password are filled in. (npajkovs@redhat.com)
baab13
- Add new config option InstallDebuginfo into CCpp.conf (npajkovs@redhat.com)
baab13
- translation updates
baab13
- many other fixes
baab13
baab13
* Fri Sep  4 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
baab13
- new version
baab13
- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
baab13
- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
baab13
- Made abrt service start by deafult (jmoskovc@redhat.com)
baab13
- add gettext support for all plugins (npajkovs@redhat.com)
baab13
- APPLET: removed the warning bubble about not running abrt service (walters)
baab13
- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
baab13
- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
baab13
- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
baab13
- and many other fixes
baab13
baab13
* Wed Sep 02 2009  Colin Walters <watlers@verbum.org> 0.0.8-2
baab13
- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
baab13
  on upgrades.  Also add an Obsoletes: bug-buddy.
baab13
baab13
* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
baab13
- new version
baab13
- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
baab13
- GUI: added support for gettext (+part of czech translation) (jmoskovc)
baab13
- added support for saving settings (zprikryl)
baab13
- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
baab13
- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
baab13
- GUI: added first part of support for gettext (jmoskovc)
baab13
- add new parameter to FileTransfer plugin (dnovotny)
baab13
- added support for updating abrt's table (zprikryl)
baab13
- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
baab13
- GUI: few improvements, to be more userfriendly (jmoskovc)
baab13
- LOGGER: return valid uri of the log file on succes (jmoskovc)
baab13
- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
baab13
- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
baab13
- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
baab13
- Improved report results (zprikryl)
baab13
- Fixed sigsegv (#rhbz 518609) (zprikryl)
baab13
- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
baab13
- fixed signature check (zprikryl)
baab13
- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
baab13
- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
baab13
- command mailx isn't run under root anymore. (zprikryl)
baab13
- GUI: added horizontal scrolling to report window (jmoskovc)
baab13
- GUI: added clickable link to "after report" status window (jmoskovc)
baab13
- added default values for abrt daemon (zprikryl)
baab13
- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
baab13
- explain EnableGPGCheck option better (vda.linux)
baab13
- mailx: correct English (vda.linux)
baab13
- Bugzilla.conf: correct English (vda.linux)
baab13
- GUI: nicer after report message (jmoskovc)
baab13
- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
baab13
- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
baab13
- abrt.spec: bump version to 0.0.7-2 (vda.linux)
baab13
- mailx removed dangerous parameter option (zprikryl)
baab13
- minimum timeout is 1 second (zprikryl)
baab13
- in case of plugin error, don't delete debug dumps (zprikryl)
baab13
- abrt-gui: fix crash when run by root (vda.linux)
baab13
- and lot more in git log ...
baab13
baab13
* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
baab13
- new version
baab13
- fixed some bugs found during test day
baab13
baab13
* Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
baab13
- fixes to bugzilla plugin and gui to make the report message more user-friendly
baab13
baab13
* Tue Aug 18 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
baab13
- removed dangerous parameter option
baab13
- minimum plugin activation period is 1 second
baab13
- in case of plugin error, don't delete debug dumps
baab13
- abrt-gui: fix crash when run by root
baab13
- simplify parsing of debuginfo-install output
baab13
baab13
* Tue Aug 18 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
baab13
- new version
baab13
- added status window to show user some info after reporting a bug
baab13
baab13
* Mon Aug 17 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
baab13
- new version
baab13
- many fixes
baab13
baab13
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
baab13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
baab13
baab13
* Thu Jun 25 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3
baab13
- fixed dependencies in spec file
baab13
baab13
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 0.0.4-2
baab13
- added manual pages (also for plugins)
baab13
baab13
* Mon Jun 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-1
baab13
- new version
baab13
- added cli (only supports sockets)
baab13
- added python hook
baab13
- many fixes
baab13
baab13
* Fri Apr 10 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1
baab13
- new version
baab13
- added bz plugin
baab13
- minor fix in reporter gui
baab13
- Configurable max size of debugdump storage rhbz#490889
baab13
- Wrap lines in report to keep the window sane sized
baab13
- Fixed gui for new daemon API
baab13
- removed unneeded code
baab13
- removed dependency on args
baab13
- new guuid hash creating
baab13
- fixed local UUID
baab13
- fixed debuginfo-install checks
baab13
- renamed MW library
baab13
- Added notification thru libnotify
baab13
- fixed parsing settings of action plugins
baab13
- added support for action plugins
baab13
- kerneloops - plugin: fail gracefully.
baab13
- Added commlayer to make dbus optional
baab13
- a lot of kerneloops fixes
baab13
- new approach for getting debuginfos and backtraces
baab13
- fixed unlocking of a debugdump
baab13
- replaced language and application plugins by analyzer plugin
baab13
- more excetpion handling
baab13
- conf file isn't needed
baab13
- Plugin's configuration file is optional
baab13
- Add curl dependency
baab13
- Added column 'user' to the gui
baab13
- Gui: set the newest entry as active (ticket#23)
baab13
- Delete and Report button are no longer active if no entry is selected (ticket#41)
baab13
- Gui refreshes silently (ticket#36)
baab13
- Added error reporting over dbus to daemon, error handling in gui, about dialog
baab13
baab13
* Wed Mar 11 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
baab13
- added kerneloops addon to rpm (aarapov)
baab13
- added kerneloops addon and plugin (aarapov)
baab13
- Made Crash() private
baab13
- Applet requires gui, removed dbus-glib deps
baab13
- Closing stdout in daemon rhbz#489622
baab13
- Changed applet behaviour according to rhbz#489624
baab13
- Changed gui according to rhbz#489624, fixed dbus timeouts
baab13
- Increased timeout for async dbus calls to 60sec
baab13
- deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
baab13
- Fixed empty package Description.
baab13
- Fixed problem with applet tooltip on x86_64
baab13
baab13
* Wed Mar  4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-13
baab13
- More renaming issues fixed..
baab13
- Changed BR from gtkmm24 to gtk2
baab13
- Fixed saving of user comment
baab13
- Added a progress bar, new Comment entry for user comments..
baab13
- FILENAME_CMDLINE and FILENAME_RELEASE are optional
baab13
- new default path to DB
baab13
- Rename to abrt
baab13
baab13
* Tue Mar  3 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-12
baab13
- initial fedora release
baab13
- changed SOURCE url
baab13
- added desktop-file-utils to BR
baab13
- changed crash-catcher to %%{name}
baab13
baab13
* Mon Mar  2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-11
baab13
- more spec file fixes according to review
baab13
- async dbus method calls, added exception handler
baab13
- avoid deadlocks (zprikryl)
baab13
- root is god (zprikryl)
baab13
- create bt only once (zprikryl)
baab13
baab13
* Sat Feb 28 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-10
baab13
- New gui
baab13
- Added new method DeleteDebugDump to daemon
baab13
- Removed gcc warnings from applet
baab13
- Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)
baab13
- fixed few gcc warnings
baab13
- DBusBackend improvements
baab13
baab13
* Fri Feb 27 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-9
baab13
- fixed few gcc warnings
baab13
- added scrolled window for long reports
baab13
baab13
* Thu Feb 26 2009 Adam Williamson <awilliam@redhat.com> 0.0.1-8
baab13
- fixes for all issues identified in review
baab13
baab13
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-7
baab13
- Fixed cancel button behaviour in reporter
baab13
- disabled core file sending
baab13
- removed some debug messages
baab13
baab13
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-6
baab13
- fixed DB path
baab13
- added new signals to handler
baab13
- gui should survive the dbus timeout
baab13
baab13
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-5
baab13
- fixed catching debuinfo install exceptions
baab13
- some gui fixes
baab13
- added check for GPGP public key
baab13
baab13
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-4
baab13
- changed from full bt to simple bt
baab13
baab13
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-3
baab13
- spec file cleanups
baab13
- changed default paths to crash DB and log DB
baab13
- fixed some memory leaks
baab13
baab13
* Tue Feb 24 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-2
baab13
- spec cleanup
baab13
- added new subpackage gui
baab13
baab13
* Wed Feb 18 2009 Zdenek Prikryl <zprikryl@redhat.com> 0.0.1-1
baab13
- initial packing