Jiri Moskovcak c86d72c
%{!?python_site: %global python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
a09963b
# platform-dependent
Jiri Moskovcak c86d72c
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Jakub Filak 7352dcc
Jakub Filak 7352dcc
# http://fedoraproject.org/wiki/Packaging:Guidelines#PIE
Jakub Filak 7352dcc
# http://fedoraproject.org/wiki/Hardened_Packages
Jakub Filak 7352dcc
%global _hardened_build 1
Jakub Filak 7352dcc
Jiri Moskovcak a420795
%if 0%{?fedora} >= 14
Jiri Moskovcak c86d72c
    %bcond_without systemd
Jiri Moskovcak b87d8aa
%else
Jiri Moskovcak c86d72c
    %bcond_with systemd
Jiri Moskovcak b87d8aa
%endif
Jiri Moskovcak 3a42d82
Jiri 345a476
# systemd wasn't set by the code above - so we're on old Fedora or we're not on Fedora at all
Jiri 345a476
%if %{without systemd}
Jiri 345a476
    %if 0%{?rhel} >= 7
Jiri 345a476
        %bcond_without systemd
Jiri 345a476
    %else
Jiri 345a476
        %bcond_with systemd
Jiri 345a476
    %endif
Jiri 345a476
%endif
Jiri 345a476
Jiri Moskovcak d59aab0
%if 0%{?rhel} >= 6
Jiri Moskovcak fe85043
%define desktopvendor redhat
Jiri Moskovcak d59aab0
%else
Jiri Moskovcak fe85043
%define desktopvendor fedora
Jiri Moskovcak d59aab0
%endif
Jiri Moskovcak d59aab0
Jakub Filak 7983e7b
%define libreport_ver 2.1.8
Jakub Filak 7352dcc
5485d0e
Summary: Automatic bug detection and reporting tool
5485d0e
Name: abrt
Jakub Filak 7983e7b
Version: 2.1.8
Jakub Filak cf7e0b9
Release: 1%{?dist}
5485d0e
License: GPLv2+
5485d0e
Group: Applications/System
a09963b
URL: https://fedorahosted.org/abrt/
f3025fa
Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
Jiri Moskovcak fe85043
# don't remove this patch, packages in rawhide are not signed!
Jiri Moskovcak fe85043
Patch1: disable_gpg_check.patch
Jakub Filak 7352dcc
Patch2: abrt-2.1.6.rhel-remove_all_ureport_lines_from_config.patch
Jakub Filak 7352dcc
Patch3: abrt-2.1.6.rhel-dont_enable_shortened_reporting_in_gnome.patch
Jakub Filak d1f93ad
Patch4: abrt-2.1.1-disable_autoreporting_dialog.patch
Jakub Filak 3a2c30d
b50913d
BuildRequires: dbus-devel
Jiri Moskovcak a775d06
BuildRequires: gtk3-devel
5485d0e
BuildRequires: rpm-devel >= 4.6
5485d0e
BuildRequires: desktop-file-utils
0c5c493
BuildRequires: libnotify-devel
Jiri Moskovcak a420795
#why? BuildRequires: file-devel
a09963b
BuildRequires: python-devel
5f9fc0b
BuildRequires: gettext
Jiri Moskovcak b87d8aa
BuildRequires: libxml2-devel
083af50
BuildRequires: intltool
Jiri Moskovcak 3a42d82
BuildRequires: libtool
Jiri Moskovcak 3a42d82
BuildRequires: nss-devel
Jiri Moskovcak 0082787
BuildRequires: asciidoc
Jakub Filak 1ad6267
BuildRequires: doxygen
Jiri Moskovcak 0082787
BuildRequires: xmlto
Jakub Filak 7352dcc
BuildRequires: libreport-devel >= %{libreport_ver}
Jakub Filak 7983e7b
BuildRequires: satyr-devel >= 0.10
Jakub Filak 7352dcc
Requires: libreport >= %{libreport_ver}
Jakub Filak 7983e7b
Requires: satyr >= 0.10
Jiri Moskovcak 3a42d82
Jiri Moskovcak c86d72c
%if %{with systemd}
Jiri Moskovcak b87d8aa
Requires: systemd-units
Jiri Moskovcak b87d8aa
%endif
5485d0e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
61af881
Requires: %{name}-libs = %{version}-%{release}
8d35b37
Requires(pre): shadow-utils
5485d0e
5485d0e
%description
91d57ac
%{name} is a tool to help users to detect defects in applications and
Jiri Moskovcak fe85043
to create a bug report with all information needed by maintainer to fix it.
Jiri Moskovcak fe85043
It uses  plugin system to extend its functionality.
5485d0e
5485d0e
%package libs
5485d0e
Summary: Libraries for %{name}
5485d0e
Group: System Environment/Libraries
5485d0e
5485d0e
%description libs
5485d0e
Libraries for %{name}.
5485d0e
5485d0e
%package devel
5485d0e
Summary: Development libraries for %{name}
5485d0e
Group: Development/Libraries
Jiri Moskovcak 3a42d82
Requires: abrt-libs = %{version}-%{release}
5485d0e
5485d0e
%description devel
5485d0e
Development libraries and headers for %{name}.
5485d0e
Jakub Filak cf7e0b9
%package gui-libs
Jakub Filak cf7e0b9
Summary: Libraries for %{name}-gui
Jakub Filak cf7e0b9
Group: System Environment/Libraries
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%description gui-libs
Jakub Filak cf7e0b9
Libraries for %{name}-gui.
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%package gui-devel
Jakub Filak cf7e0b9
Summary: Development libraries for %{name}-gui
Jakub Filak cf7e0b9
Group: Development/Libraries
Jakub Filak cf7e0b9
Requires: abrt-gui-libs = %{version}-%{release}
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%description gui-devel
Jakub Filak cf7e0b9
Development libraries and headers for %{name}-gui.
Jakub Filak cf7e0b9
5485d0e
%package gui
5485d0e
Summary: %{name}'s gui
5485d0e
Group: User Interface/Desktops
5485d0e
Requires: %{name} = %{version}-%{release}
Jiri 038b66d
Requires: %{name}-dbus = %{version}-%{release}
Jakub Filak 5b7aa68
Requires: gnome-abrt
Jakub Filak 7352dcc
BuildRequires: libreport-gtk-devel >= %{libreport_ver}
Jakub Filak cf7e0b9
BuildRequires: libICE-devel
Jakub Filak cf7e0b9
BuildRequires: libSM-devel
8d35b37
# we used to have abrt-applet, now abrt-gui includes it:
61af881
Provides: abrt-applet = %{version}-%{release}
61af881
Obsoletes: abrt-applet < 0.0.5
61af881
Conflicts: abrt-applet < 0.0.5
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
5485d0e
5485d0e
%description gui
5485d0e
GTK+ wizard for convenient bug reporting.
5485d0e
5485d0e
%package addon-ccpp
5485d0e
Summary: %{name}'s C/C++ addon
5485d0e
Group: System Environment/Libraries
Jakub Filak 8320d07
Requires: cpio
Jiri cf2b3c3
Requires: gdb >= 7.0-3
Jiri Moskovcak 75579d0
Requires: elfutils
Jakub Filak cf7e0b9
%if 0%{!?rhel:1}
Jakub Filak 1ad6267
# abrt-action-perform-ccpp-analysis wants to run analyze_RetraceServer:
Jakub Filak 1ad6267
Requires: %{name}-retrace-client
Jakub Filak cf7e0b9
%endif
5485d0e
Requires: %{name} = %{version}-%{release}
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 7983e7b
Requires: libreport-python
5485d0e
5485d0e
%description addon-ccpp
91d57ac
This package contains hook for C/C++ crashed programs and %{name}'s C/C++
0c5c493
analyzer plugin.
5485d0e
Jakub Filak cf7e0b9
%package addon-upload-watch
Jakub Filak cf7e0b9
Summary: %{name}'s upload addon
Jakub Filak cf7e0b9
Group: System Environment/Libraries
Jakub Filak cf7e0b9
Requires: %{name} = %{version}-%{release}
Jakub Filak cf7e0b9
Requires: abrt-libs = %{version}-%{release}
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%description addon-upload-watch
Jakub Filak cf7e0b9
This package contains hook for uploaded problems.
Jakub Filak cf7e0b9
Jiri Moskovcak d59aab0
%package retrace-client
Jiri Moskovcak d59aab0
Summary: %{name}'s retrace client
Jiri Moskovcak d59aab0
Group: System Environment/Libraries
Jiri Moskovcak d59aab0
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak 95a6bec
Requires: xz
Jakub Filak ba50b03
Requires: tar
Jiri Moskovcak d59aab0
Jiri Moskovcak d59aab0
%description retrace-client
Jiri Moskovcak d59aab0
This package contains the client application for Retrace server
Jiri Moskovcak d59aab0
which is able to analyze C/C++ crashes remotely.
Jiri Moskovcak d59aab0
a09963b
%package addon-kerneloops
a09963b
Summary: %{name}'s kerneloops addon
b1bfb09
Group: System Environment/Libraries
8d35b37
Requires: curl
b1bfb09
Requires: %{name} = %{version}-%{release}
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 0c2a0de
%if 0%{!?rhel:1}
Jakub Filak 7352dcc
Requires: libreport-plugin-kerneloops >= %{libreport_ver}
Jakub Filak 0c2a0de
%endif
b1bfb09
Jiri cf2b3c3
%description addon-kerneloops
Jakub Filak 7352dcc
This package contains plugin for collecting kernel crash information from
Jakub Filak 7352dcc
system log.
Jiri cf2b3c3
Jiri cf2b3c3
%package addon-xorg
Jiri cf2b3c3
Summary: %{name}'s Xorg addon
Jiri cf2b3c3
Group: System Environment/Libraries
Jiri cf2b3c3
Requires: curl
Jiri cf2b3c3
Requires: %{name} = %{version}-%{release}
Jiri cf2b3c3
Jiri cf2b3c3
%description addon-xorg
Jakub Filak 7352dcc
This package contains plugin for collecting Xorg crash information from Xorg
Jakub Filak 7352dcc
log.
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%package addon-vmcore
Jiri Moskovcak d59aab0
Summary: %{name}'s vmcore addon
Jiri Moskovcak d59aab0
Group: System Environment/Libraries
Jiri Moskovcak d59aab0
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak d59aab0
Requires: abrt-addon-kerneloops
Jiri Moskovcak a775d06
Requires: crash
Jakub Filak cf7e0b9
Requires: kexec-tools
Jakub Filak 7983e7b
Requires: abrt-python
Jiri Moskovcak d59aab0
Jiri Moskovcak d59aab0
%description addon-vmcore
Jakub Filak 7352dcc
This package contains plugin for collecting kernel crash information from
Jakub Filak 7352dcc
vmcore files.
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%package addon-pstoreoops
Jakub Filak cf7e0b9
Summary: %{name}'s pstore oops addon
Jakub Filak 0e36f28
Group: System Environment/Libraries
Jakub Filak 0e36f28
Requires: %{name} = %{version}-%{release}
Jakub Filak 7352dcc
Requires: abrt-libs = %{version}-%{release}
Jakub Filak 0e36f28
Requires: abrt-addon-kerneloops
Jakub Filak cf7e0b9
Obsoletes: abrt-addon-uefioops
Jakub Filak 0e36f28
Jakub Filak cf7e0b9
%description addon-pstoreoops
Jakub Filak cf7e0b9
This package contains plugin for collecting kernel oopses from pstore storage.
Jakub Filak 0e36f28
Jiri Moskovcak a775d06
%package plugin-bodhi
Jiri Moskovcak a775d06
Summary: %{name}'s bodhi plugin
Jiri Moskovcak a775d06
BuildRequires: json-c-devel
Jiri Moskovcak a775d06
Group: System Environment/Libraries
Jiri Moskovcak a775d06
Requires: %{name} = %{version}-%{release}
Jakub Filak 7352dcc
BuildRequires: libreport-web-devel >= %{libreport_ver}
Jiri Moskovcak a775d06
Obsoletes: libreport-plugin-bodhi > 0.0.1
Jiri Moskovcak a775d06
Provides: libreport-plugin-bodhi
Jiri Moskovcak a775d06
Jiri Moskovcak a775d06
%description plugin-bodhi
Jiri Moskovcak fe85043
Search for a new updates in bodhi server.
Jiri Moskovcak a775d06
a09963b
%package addon-python
a09963b
Summary: %{name}'s addon for catching and analyzing Python exceptions
a09963b
Group: System Environment/Libraries
Jiri Moskovcak 3a42d82
Requires: python
a09963b
Requires: %{name} = %{version}-%{release}
a09963b
a09963b
%description addon-python
42bc249
This package contains python hook and python analyzer plugin for handling
a09963b
uncaught exception in python programs.
a09963b
Jiri cf2b3c3
%package tui
a09963b
Summary: %{name}'s command line interface
a09963b
Group: User Interface/Desktops
Jakub Filak 848dd45
Requires: %{name} = %{version}-%{release}
Jakub Filak 7352dcc
Requires: libreport-cli >= %{libreport_ver}
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Jiri cf2b3c3
Jiri cf2b3c3
%description tui
Jakub Filak 7352dcc
This package contains a simple command line client for processing abrt reports
Jakub Filak 7352dcc
in command line environment.
Jiri cf2b3c3
Jiri cf2b3c3
%package cli
Jakub Filak 7352dcc
Summary: Virtual package to make easy default installation on non-graphical environments
Jiri cf2b3c3
Group: Applications/System
a09963b
Requires: %{name} = %{version}-%{release}
Jiri cf2b3c3
Requires: abrt-tui
Jiri Moskovcak 3a42d82
Requires: abrt-addon-kerneloops
Jakub Filak cf7e0b9
Requires: abrt-addon-pstoreoops
Jakub Filak 4113c93
Requires: abrt-addon-vmcore
Jakub Filak 4113c93
Requires: abrt-addon-ccpp
Jakub Filak 4113c93
Requires: abrt-addon-python
Jakub Filak 4113c93
Requires: abrt-addon-xorg
Jakub Filak 0c2a0de
%if 0%{?rhel}
Jakub Filak 0c2a0de
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
Jakub Filak 0c2a0de
%else
Jakub Filak 4113c93
Requires: abrt-retrace-client
Jakub Filak 4113c93
Requires: abrt-plugin-bodhi
Jakub Filak 7352dcc
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-logger >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-ureport >= %{libreport_ver}
Jakub Filak 0c2a0de
%endif
a09963b
a09963b
%description cli
Jakub Filak 7352dcc
Virtual package to install all necessary packages for usage from command line
Jakub Filak 7352dcc
environment.
a09963b
91d57ac
%package desktop
Jakub Filak 7352dcc
Summary: Virtual package to make easy default installation on desktop environments
91d57ac
Group: User Interface/Desktops
8d35b37
# This package gets installed when anything requests bug-buddy -
8d35b37
# happens when users upgrade Fn to Fn+1;
8d35b37
# or if user just wants "typical desktop installation".
8d35b37
# Installing abrt-desktop should result in the abrt which works without
8d35b37
# any tweaking in abrt.conf (IOW: all plugins mentioned there must be installed)
91d57ac
Requires: %{name} = %{version}-%{release}
Jiri Moskovcak 3a42d82
Requires: abrt-addon-kerneloops
Jakub Filak cf7e0b9
Requires: abrt-addon-pstoreoops
Jiri Moskovcak d59aab0
Requires: abrt-addon-vmcore
Jiri Moskovcak d59aab0
Requires: abrt-addon-ccpp
Jiri Moskovcak d59aab0
Requires: abrt-addon-python
Jiri Moskovcak a775d06
Requires: abrt-addon-xorg
91cd8a7
# Default config of addon-ccpp requires gdb
91cd8a7
Requires: gdb >= 7.0-3
Jakub Filak 29019a8
Requires: elfutils
Jiri Moskovcak 3a42d82
Requires: abrt-gui
Jakub Filak 5b7aa68
Requires: gnome-abrt
Jakub Filak 0c2a0de
%if 0%{?rhel}
Jakub Filak 0c2a0de
Requires: libreport-rhel >= %{libreport_ver}
Jakub Filak 0c2a0de
Requires: libreport-plugin-rhtsupport >= %{libreport_ver}
Jakub Filak 0c2a0de
%else
Jakub Filak 0c2a0de
Requires: abrt-retrace-client
Jiri Moskovcak a775d06
Requires: abrt-plugin-bodhi
Jakub Filak 7352dcc
Requires: libreport-plugin-bugzilla >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-logger >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-plugin-ureport >= %{libreport_ver}
Jakub Filak 7352dcc
Requires: libreport-fedora >= %{libreport_ver}
Jakub Filak 1b4bc78
%endif
Jiri cf2b3c3
#Requires: abrt-plugin-firefox
8d35b37
Provides: bug-buddy
91d57ac
91d57ac
%description desktop
Jakub Filak 7352dcc
Virtual package to install all necessary packages for usage from desktop
Jakub Filak 7352dcc
environment.
91d57ac
Jiri cf2b3c3
%package dbus
Jiri cf2b3c3
Summary: ABRT DBus service
Jakub Filak 7352dcc
Group: Applications/System
Jiri cf2b3c3
Requires: %{name} = %{version}-%{release}
Jiri cf2b3c3
BuildRequires: polkit-devel
Jakub Filak 8320d07
Requires: abrt-libs = %{version}-%{release}
Jiri cf2b3c3
Jiri cf2b3c3
%description dbus
Jiri cf2b3c3
ABRT DBus service which provides org.freedesktop.problems API on dbus and
Jiri cf2b3c3
uses PolicyKit to authorize to access the problem data.
Jiri cf2b3c3
Jiri cf2b3c3
Jakub Filak 5b7aa68
%package python
Jakub Filak 5b7aa68
Summary: ABRT Python API
Jakub Filak 5b7aa68
Group: System Environment/Libraries
Jakub Filak 5b7aa68
Requires: %{name} = %{version}-%{release}
Jakub Filak 848dd45
Requires: pygobject2
Jakub Filak 5b7aa68
BuildRequires: python-nose
Jakub Filak 5b7aa68
BuildRequires: python-sphinx
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
%description python
Jakub Filak 5b7aa68
High-level API for querying, creating and manipulating
Jakub Filak 5b7aa68
problems handled by ABRT in Python.
Jakub Filak 5b7aa68
Jakub Filak 8320d07
%package console-notification
Jakub Filak 8320d07
Summary: ABRT console notification script
Jakub Filak 8320d07
Group: Applications/System
Jakub Filak 8320d07
Requires: %{name} = %{version}-%{release}
Jakub Filak 8320d07
Requires: %{name}-cli = %{version}-%{release}
Jakub Filak 8320d07
Jakub Filak 8320d07
%description console-notification
Jakub Filak 8320d07
A small script which prints a count of detected problems when someone logs in
Jakub Filak 8320d07
to the shell
Jakub Filak 8320d07
5485d0e
%prep
5485d0e
%setup -q
Jakub Filak a666f91
#RHEL
Jakub Filak a666f91
%if 0%{?rhel} >= 7
Jakub Filak d39e70c
%patch2 -p1 -b .ureport
Jakub Filak d1f93ad
%patch3 -p1 -b .shoretened
Jakub Filak d1f93ad
%patch4 -p1 -b .autoreporting
Jakub Filak a666f91
%endif
Jakub Filak a666f91
#Fedora
Jiri Moskovcak fe85043
%patch1 -p1 -b .gpgcheck
5485d0e
5485d0e
%build
Jiri Moskovcak 3a42d82
autoconf
Jakub Filak 0c2a0de
CFLAGS="%{optflags} -Werror" %configure --enable-doxygen-docs --disable-silent-rules
5485d0e
make %{?_smp_mflags}
5485d0e
5485d0e
%install
5485d0e
rm -rf $RPM_BUILD_ROOT
Jakub Filak 848dd45
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} \
Jakub Filak 848dd45
             dbusabrtdocdir=%{_defaultdocdir}/%{name}-dbus-%{version}/html/ \
Jakub Filak 848dd45
             example_pythondir=%{_defaultdocdir}/%{name}-python-%{version}/examples
Jakub Filak 848dd45
5f9fc0b
%find_lang %{name}
5485d0e
a09963b
# remove all .la and .a files
a09963b
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
5485d0e
mkdir -p ${RPM_BUILD_ROOT}/%{_initrddir}
Jiri Moskovcak 3a42d82
mkdir -p $RPM_BUILD_ROOT/var/cache/abrt-di
Jiri Moskovcak 3a42d82
mkdir -p $RPM_BUILD_ROOT/var/run/abrt
Jakub Filak 5b7aa68
mkdir -p $RPM_BUILD_ROOT/var/tmp/abrt
Jiri Moskovcak 3a42d82
mkdir -p $RPM_BUILD_ROOT/var/spool/abrt-upload
5485d0e
5485d0e
desktop-file-install \
Jakub Filak cf7e0b9
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
Jiri Moskovcak 3a42d82
        src/applet/abrt-applet.desktop
Jiri Moskovcak 3a42d82
Jakub Filak cf7e0b9
ln -sf %{_datadir}/applications/abrt-applet.desktop ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/
Jakub Filak 7352dcc
Jiri Moskovcak 3a42d82
# After everything is installed, remove info dir
Jiri Moskovcak 3a42d82
rm -f %{buildroot}%{_infodir}/dir
91d57ac
5485d0e
%clean
5485d0e
rm -rf $RPM_BUILD_ROOT
5485d0e
Jiri Moskovcak d59aab0
%check
Jiri Moskovcak d59aab0
make check
Jiri Moskovcak d59aab0
083af50
%pre
Jiri Moskovcak 7753939
#uidgid pair 173:173 reserved in setup rhbz#670231
Jiri Moskovcak 7753939
%define abrt_gid_uid 173
Jiri Moskovcak 7753939
getent group abrt >/dev/null || groupadd -f -g %{abrt_gid_uid} --system abrt
Jiri Moskovcak 7753939
getent passwd abrt >/dev/null || useradd --system -g abrt -u %{abrt_gid_uid} -d /etc/abrt -s /sbin/nologin abrt
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
OLD_LOCATION="/var/spool/abrt"
Jakub Filak 5b7aa68
NEW_LOCATION="/var/tmp/abrt"
Jakub Filak 5b7aa68
# $1 == 1 if install; 2 if upgrade
Jakub Filak 5b7aa68
if [ "$1" -eq 2 ]
Jakub Filak 5b7aa68
then
Jakub Filak 5b7aa68
    test -d "$OLD_LOCATION" || exit 0
Jakub Filak 5b7aa68
    mkdir -p "$NEW_LOCATION"
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
    #restorecon "$NEW_LOCATION"
Jakub Filak 5b7aa68
    find "$OLD_LOCATION" -maxdepth 1 -type f -exec cp '{}' "$NEW_LOCATION" \;
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
    for DD in `find "$OLD_LOCATION" -maxdepth 1 -type d`
Jakub Filak 5b7aa68
    do
Jakub Filak 5b7aa68
        # skip dump location self
Jakub Filak 5b7aa68
        if [ "$DD" == "$OLD_LOCATION" ]; then
Jakub Filak 5b7aa68
            continue
Jakub Filak 5b7aa68
        fi
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
        # skip symlinks
Jakub Filak 5b7aa68
        if [ -L "$DD" ]; then
Jakub Filak 5b7aa68
            continue
Jakub Filak 5b7aa68
        fi
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
        # check if time element exists, if so then consider a directory as dump
Jakub Filak 5b7aa68
        # directory and move it to the new location
Jakub Filak 5b7aa68
        if [ -f "$DD/time" ]; then
Jakub Filak 5b7aa68
            NEW_DD="$NEW_LOCATION/"`basename $DD`
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
            # to be sure we do not override anything
Jakub Filak 5b7aa68
            if [ -d "$NEW_DD" ]; then
Jakub Filak 5b7aa68
                continue
Jakub Filak 5b7aa68
            fi
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
            if cp --recursive -- "$DD" "$NEW_DD"; then
Jakub Filak 5b7aa68
                # owner of dump dir is identified by his group
Jakub Filak 5b7aa68
                # so get the owner of dump dir
Jakub Filak 5b7aa68
                OWNER_GID=`stat -c "%g" "$DD"`
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
                # use group's user in case where group contains only single user
Jakub Filak 5b7aa68
                if [ $(getent passwd | cut -f3,4,5 -d: | grep -c ":$OWNER_GID:") -eq 1 ]; then
Jakub Filak 5b7aa68
                    OWNER_UID=`getent passwd | cut -f3,4,5 -d: | grep ":$OWNER_GID:" | cut -f1 -d:`
Jakub Filak 5b7aa68
                else
Jakub Filak 5b7aa68
                    # otherwise get owner from dd's uid element
Jakub Filak 5b7aa68
                    OWNER_UID=`cat "$NEW_DD/uid"`
Jakub Filak 5b7aa68
                fi
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
                getent passwd "$OWNER_UID" >/dev/null || {
Jakub Filak 5b7aa68
                    # if user doesn't exist pass the ownership to root
Jakub Filak 5b7aa68
                    OWNER_UID=0
Jakub Filak 5b7aa68
                }
Jakub Filak 5b7aa68
Jakub Filak 5b7aa68
                # set new schema of ownership
Jakub Filak 5b7aa68
                chown --recursive "$OWNER_UID":abrt "$NEW_DD" && {
Jakub Filak 5b7aa68
                    chmod 770 "$NEW_DD"
Jakub Filak 5b7aa68
                    find "$NEW_DD" -type d -exec chmod 770 '{}' \;
Jakub Filak 5b7aa68
                    find "$NEW_DD" -type f -exec chmod 660 '{}' \;
Jakub Filak 5b7aa68
                }
Jakub Filak 5b7aa68
            fi
Jakub Filak 5b7aa68
        fi
Jakub Filak 5b7aa68
    done
Jakub Filak 5b7aa68
fi
Jakub Filak 802131f
Jakub Filak 5b7aa68
# doesn't mather if it fails or not for any reason
Jakub Filak 802131f
if which restorecon 1>/dev/null 2>&1; then
Jakub Filak 802131f
    restorecon -R "$NEW_LOCATION" 1>/dev/null 2>&1 || true
Jakub Filak 802131f
fi
8d35b37
exit 0
083af50
5485d0e
%post
Jiri cf2b3c3
# $1 == 1 if install; 2 if upgrade
Jakub Filak cf7e0b9
%systemd_post abrtd.service
Jiri Moskovcak b87d8aa
Jiri Moskovcak 3a42d82
%post addon-ccpp
Jiri Moskovcak c86d72c
# this is required for transition from 1.1.x to 2.x
Jiri Moskovcak c86d72c
# because /cache/abrt-di/* was created under root with root:root
Jiri Moskovcak c86d72c
# so 2.x fails when it tries to extract debuginfo there..
Jiri Moskovcak 0082787
chown -R abrt:abrt %{_localstatedir}/cache/abrt-di
Jakub Filak cf7e0b9
%systemd_post abrt-ccpp.service
Jiri Moskovcak 0082787
Jiri Moskovcak 0082787
%post addon-kerneloops
Jakub Filak cf7e0b9
%systemd_post abrt-oops.service
Jiri cf2b3c3
Jiri cf2b3c3
%post addon-xorg
Jakub Filak cf7e0b9
%systemd_post abrt-xorg.service
Jiri Moskovcak 3a42d82
Jiri Moskovcak d59aab0
%post addon-vmcore
Jakub Filak cf7e0b9
%systemd_post abrt-vmcore.service
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%post addon-pstoreoops
Jakub Filak cf7e0b9
%systemd_post abrt-pstoreoops.service
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%post addon-upload-watch
Jakub Filak cf7e0b9
%systemd_post abrt-upload-watch.service
Jakub Filak 0e36f28
Jiri Moskovcak b87d8aa
%preun
Jakub Filak cf7e0b9
%systemd_preun abrtd.service
Jiri Moskovcak b87d8aa
Jiri Moskovcak 3a42d82
%preun addon-ccpp
Jakub Filak cf7e0b9
%systemd_preun abrt-ccpp.service
Jiri Moskovcak 0082787
Jiri Moskovcak 0082787
%preun addon-kerneloops
Jakub Filak cf7e0b9
%systemd_preun abrt-oops.service
Jiri Moskovcak 3a42d82
Jiri cf2b3c3
%preun addon-xorg
Jakub Filak cf7e0b9
%systemd_preun abrt-xorg.service
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%preun addon-vmcore
Jakub Filak cf7e0b9
%systemd_preun abrt-vmcore.service
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%preun addon-pstoreoops
Jakub Filak cf7e0b9
%systemd_preun abrt-pstoreoops.service
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%preun addon-upload-watch
Jakub Filak cf7e0b9
%systemd_preun abrt-upload-watch.service
Jakub Filak 0e36f28
Jiri Moskovcak b87d8aa
%postun
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrtd.service
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%postun addon-ccpp
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-ccpp.service
Jiri Moskovcak c86d72c
Jiri Moskovcak c86d72c
%postun addon-kerneloops
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-oops.service
Jiri Moskovcak c86d72c
Jiri cf2b3c3
%postun addon-xorg
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-xorg.service
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%postun addon-vmcore
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-vmcore.service
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%postun addon-pstoreoops
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-pstoreoops.service
Jakub Filak 0e36f28
Jakub Filak cf7e0b9
%postun addon-upload-watch
Jakub Filak cf7e0b9
%systemd_postun_with_restart abrt-upload-watch.service
5485d0e
f3025fa
%post gui
Jiri Moskovcak c86d72c
# update icon cache
Christopher Aillon 1a8f58d
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
f3025fa
5485d0e
%post libs -p /sbin/ldconfig
5485d0e
5485d0e
%postun libs -p /sbin/ldconfig
5485d0e
Jakub Filak cf7e0b9
%post gui-libs -p /sbin/ldconfig
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%postun gui-libs -p /sbin/ldconfig
Jakub Filak cf7e0b9
f3025fa
%postun gui
Christopher Aillon 1a8f58d
if [ $1 -eq 0 ] ; then
Christopher Aillon 1a8f58d
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Christopher Aillon 1a8f58d
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
f3025fa
fi
f3025fa
083af50
%posttrans
Jakub Filak cf7e0b9
# update the old problem dirs to contain "type" element
Jakub Filak cf7e0b9
abrtdir=$(grep "DumpLocation" /etc/abrt/abrt.conf | cut -d'=' -f2 | tr -d ' '); cd $abrtdir 2>/dev/null && for i in `find . -name "analyzer" 2>/dev/null`; do len=${#i};cp "$i" "${i:0:$len-9}/type"; done;
Karel Klic 2ab5b19
service abrtd condrestart >/dev/null 2>&1 || :
Jiri Moskovcak b87d8aa
Jiri Moskovcak 3a42d82
%posttrans addon-ccpp
Karel Klic 2ab5b19
service abrt-ccpp condrestart >/dev/null 2>&1 || :
Jakub Filak cf7e0b9
# Regenerate core_bactraces because of missing crash threads
Jakub Filak cf7e0b9
abrtdir=$(grep "DumpLocation" /etc/abrt/abrt.conf | cut -d'=' -f2 | tr -d ' ')
Jakub Filak cf7e0b9
if test -d "$abrtdir"; then
Jakub Filak cf7e0b9
    for DD in `find "$abrtdir" -maxdepth 1 -type d`
Jakub Filak cf7e0b9
    do
Jakub Filak cf7e0b9
        if test -f "$DD/analyzer" && grep -q "^CCpp$" "$DD/analyzer"; then
Jakub Filak cf7e0b9
            /usr/bin/abrt-action-generate-core-backtrace -d "$DD" -- >/dev/null 2>&1
Jakub Filak cf7e0b9
        fi
Jakub Filak cf7e0b9
    done
Jakub Filak cf7e0b9
fi
Jiri Moskovcak 0082787
Jiri Moskovcak 0082787
%posttrans addon-kerneloops
Karel Klic 2ab5b19
service abrt-oops condrestart >/dev/null 2>&1 || :
083af50
Jiri cf2b3c3
%posttrans addon-xorg
Jiri cf2b3c3
service abrt-xorg condrestart >/dev/null 2>&1 || :
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%posttrans addon-vmcore
Jiri Moskovcak d59aab0
service abrt-vmcore condrestart >/dev/null 2>&1 || :
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%posttrans addon-pstoreoops
Jakub Filak cf7e0b9
service abrt-pstoreoops condrestart >/dev/null 2>&1 || :
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%posttrans addon-upload-watch
Jakub Filak cf7e0b9
service abrt-upload-watch condrestart >/dev/null 2>&1 || :
Jakub Filak 0e36f28
Christopher Aillon 1a8f58d
%posttrans gui
Christopher Aillon 1a8f58d
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Christopher Aillon 1a8f58d
5f9fc0b
%files -f %{name}.lang
5485d0e
%defattr(-,root,root,-)
5485d0e
%doc README COPYING
Jiri Moskovcak c86d72c
%if %{with systemd}
Jiri cf2b3c3
%{_unitdir}/abrtd.service
Jakub Filak cf7e0b9
%{_tmpfilesdir}/abrt.conf
Jiri Moskovcak c86d72c
%else
Jiri Moskovcak c86d72c
%{_initrddir}/abrtd
Jiri Moskovcak b87d8aa
%endif
Jiri Moskovcak 3a42d82
%{_sbindir}/abrtd
Jiri Moskovcak 3a42d82
%{_sbindir}/abrt-server
Jiri Moskovcak d59aab0
%{_libexecdir}/abrt-handle-event
Jiri Moskovcak 75579d0
%{_libexecdir}/abrt-action-ureport
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-handle-upload
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-save-package-data
Jiri cf2b3c3
%{_bindir}/abrt-watch-log
Jiri Moskovcak 75579d0
%{_bindir}/abrt-action-analyze-xorg
Jiri Moskovcak 3a42d82
%config(noreplace) %{_sysconfdir}/%{name}/abrt.conf
Jiri Moskovcak a420795
%config(noreplace) %{_sysconfdir}/%{name}/abrt-action-save-package-data.conf
Jiri Moskovcak 75579d0
%config(noreplace) %{_sysconfdir}/%{name}/xorg.conf
Jakub Filak cf7e0b9
%config(noreplace) %{_sysconfdir}/%{name}/gpg_keys.conf
Jiri Moskovcak c86d72c
%config(noreplace) %{_sysconfdir}/libreport/events.d/abrt_event.conf
Jiri Moskovcak c86d72c
%config(noreplace) %{_sysconfdir}/libreport/events.d/smart_event.conf
Jakub Filak 5b7aa68
%dir %attr(0755, abrt, abrt) %{_localstatedir}/tmp/%{name}
Jiri Moskovcak b87d8aa
%dir %attr(0700, abrt, abrt) %{_localstatedir}/spool/%{name}-upload
Jiri Moskovcak 95a6bec
# abrtd runs as root
Jiri Moskovcak 2194a11
%dir %attr(0755, root, root) %{_localstatedir}/run/%{name}
Jiri Moskovcak d8e5ec2
%ghost %attr(0666, -, -) %{_localstatedir}/run/%{name}/abrt.socket
Jakub Filak 3d458d1
%ghost %attr(0644, -, -) %{_localstatedir}/run/%{name}/abrtd.pid
Jiri Moskovcak c86d72c
5485d0e
%dir %{_sysconfdir}/%{name}
5485d0e
%dir %{_sysconfdir}/%{name}/plugins
Jiri Moskovcak d59aab0
%{_mandir}/man1/abrt-handle-upload.1.gz
Jiri Moskovcak d59aab0
%{_mandir}/man1/abrt-server.1.gz
Jiri Moskovcak d59aab0
%{_mandir}/man1/abrt-action-save-package-data.1.gz
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-watch-log.1.gz
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-action-analyze-xorg.1.gz
64e3286
%{_mandir}/man8/abrtd.8.gz
Jiri Moskovcak 0082787
%{_mandir}/man5/abrt.conf.5.gz
Jiri Moskovcak d59aab0
%{_mandir}/man5/abrt-action-save-package-data.conf.5.gz
Jiri Moskovcak 3a42d82
# {_mandir}/man5/pyhook.conf.5.gz
Jiri Moskovcak 3a42d82
5485d0e
%files libs
5485d0e
%defattr(-,root,root,-)
Jakub Filak cf7e0b9
%{_libdir}/libabrt.so.*
5485d0e
5485d0e
%files devel
5485d0e
%defattr(-,root,root,-)
Jakub Filak 1ad6267
%doc apidoc/html/*
Jakub Filak cf7e0b9
%{_includedir}/abrt/abrt-dbus.h
Jakub Filak cf7e0b9
%{_includedir}/abrt/hooklib.h
Jakub Filak cf7e0b9
%{_includedir}/abrt/libabrt.h
Jakub Filak cf7e0b9
%{_includedir}/abrt/problem_api.h
Jakub Filak cf7e0b9
%{_libdir}/libabrt.so
Jakub Filak cf7e0b9
%{_libdir}/pkgconfig/abrt.pc
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%files gui-libs
Jakub Filak cf7e0b9
%defattr(-,root,root,-)
Jakub Filak cf7e0b9
%{_libdir}/libabrt_gui.so.*
Jakub Filak cf7e0b9
Jakub Filak cf7e0b9
%files gui-devel
Jakub Filak cf7e0b9
%defattr(-,root,root,-)
Jakub Filak cf7e0b9
%{_includedir}/abrt/abrt-config-widget.h
Jakub Filak cf7e0b9
%{_includedir}/abrt/system-config-abrt.h
Jakub Filak cf7e0b9
%{_libdir}/libabrt_gui.so
Jakub Filak cf7e0b9
%{_libdir}/pkgconfig/abrt_gui.pc
5485d0e
5485d0e
%files gui
5485d0e
%defattr(-,root,root,-)
f3025fa
%dir %{_datadir}/%{name}
f3025fa
# all glade, gtkbuilder and py files for gui
f3025fa
%{_datadir}/icons/hicolor/*/apps/*
b8aa7d7
%{_datadir}/icons/hicolor/*/status/*
f3025fa
%{_datadir}/%{name}/icons/hicolor/*/status/*
Jakub Filak 7352dcc
%{_datadir}/%{name}/ui/*
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-applet
Jakub Filak 7352dcc
%{_bindir}/system-config-abrt
Jakub Filak 8320d07
#%%{_bindir}/test-report
Jakub Filak cf7e0b9
%{_datadir}/applications/abrt-applet.desktop
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/xdg/autostart/abrt-applet.desktop
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-applet.1*
Jakub Filak 7352dcc
%{_mandir}/man1/system-config-abrt.1*
5485d0e
5485d0e
%files addon-ccpp
5485d0e
%defattr(-,root,root,-)
5485d0e
%config(noreplace) %{_sysconfdir}/%{name}/plugins/CCpp.conf
Jiri Moskovcak 3a42d82
%dir %attr(0775, abrt, abrt) %{_localstatedir}/cache/abrt-di
Jiri Moskovcak c86d72c
%if %{with systemd}
Jiri cf2b3c3
%{_unitdir}/abrt-ccpp.service
Jiri Moskovcak c86d72c
%else
Jiri Moskovcak 3a42d82
%{_initrddir}/abrt-ccpp
Jiri Moskovcak c86d72c
%endif
8d35b37
%{_libexecdir}/abrt-hook-ccpp
Jakub Filak 7352dcc
%{_libexecdir}/abrt-gdb-exploitable
Jakub Filak 1ab7e7d
%attr(6755, abrt, abrt) %{_libexecdir}/abrt-action-install-debuginfo-to-abrt-cache
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-c
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-trim-files
Jiri Moskovcak a420795
%{_bindir}/abrt-action-analyze-core
Jakub Filak 7352dcc
%{_bindir}/abrt-action-analyze-vulnerability
Jiri Moskovcak c86d72c
%{_bindir}/abrt-action-install-debuginfo
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-generate-backtrace
Jiri cf2b3c3
%{_bindir}/abrt-action-generate-core-backtrace
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-backtrace
Jiri Moskovcak a420795
%{_bindir}/abrt-action-list-dsos
Jiri Moskovcak fe85043
%{_bindir}/abrt-action-perform-ccpp-analysis
Jakub Filak 1ad6267
%{_bindir}/abrt-action-analyze-ccpp-local
Jiri Moskovcak c86d72c
%{_sbindir}/abrt-install-ccpp-hook
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_event.conf
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/gconf_event.conf
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/vimrc_event.conf
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_CCpp.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_LocalGDB.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_xsession_errors.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_GConf.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_vimrc_user.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/collect_vimrc_system.xml
Jakub Filak 7352dcc
%{_datadir}/libreport/events/post_report.xml
Jiri Moskovcak 95a6bec
%{_mandir}/man*/abrt-action-analyze-c.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-trim-files.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-generate-backtrace.*
Jiri cf2b3c3
%{_mandir}/man*/abrt-action-generate-core-backtrace.*
Jiri Moskovcak 0082787
%{_mandir}/man*/abrt-action-analyze-backtrace.*
Jiri Moskovcak c86d72c
%{_mandir}/man*/abrt-action-list-dsos.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-install-ccpp-hook.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-install-debuginfo.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-ccpp-local.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-core.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-analyze-vulnerability.*
Jakub Filak 7352dcc
%{_mandir}/man*/abrt-action-perform-ccpp-analysis.*
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%files addon-upload-watch
Jakub Filak cf7e0b9
%defattr(-,root,root,-)
Jakub Filak cf7e0b9
%{_sbindir}/abrt-upload-watch
Jakub Filak cf7e0b9
%if %{with systemd}
Jakub Filak cf7e0b9
%{_unitdir}/abrt-upload-watch.service
Jakub Filak cf7e0b9
%else
Jakub Filak cf7e0b9
%{_initrddir}/abrt-upload-watch
Jakub Filak cf7e0b9
%endif
Jakub Filak cf7e0b9
%{_mandir}/man*/abrt-upload-watch.*
Jakub Filak cf7e0b9
Jiri Moskovcak d59aab0
%files retrace-client
Jiri Moskovcak d59aab0
%{_bindir}/abrt-retrace-client
Jiri Moskovcak d59aab0
%{_mandir}/man1/abrt-retrace-client.1.gz
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/ccpp_retrace_event.conf
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_RetraceServer.xml
5485d0e
a09963b
%files addon-kerneloops
b1bfb09
%defattr(-,root,root,-)
Jiri Moskovcak a420795
%config(noreplace) %{_sysconfdir}/libreport/events.d/koops_event.conf
Jiri Moskovcak c86d72c
%if %{with systemd}
Jiri cf2b3c3
%{_unitdir}/abrt-oops.service
Jiri Moskovcak c86d72c
%else
Jiri Moskovcak 0082787
%{_initrddir}/abrt-oops
Jiri Moskovcak c86d72c
%endif
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-dump-oops
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-oops
Jiri Moskovcak fe85043
%{_bindir}/abrt-action-save-kernel-data
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-dump-oops.1*
Jiri Moskovcak a420795
%{_mandir}/man1/abrt-action-analyze-oops.1*
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-action-save-kernel-data.1*
a09963b
Jiri cf2b3c3
%files addon-xorg
Jiri cf2b3c3
%defattr(-,root,root,-)
Jiri cf2b3c3
%config(noreplace) %{_sysconfdir}/libreport/events.d/xorg_event.conf
Jiri cf2b3c3
%if %{with systemd}
Jiri cf2b3c3
%{_unitdir}/abrt-xorg.service
Jiri cf2b3c3
%else
Jiri cf2b3c3
%{_initrddir}/abrt-xorg
Jiri cf2b3c3
%endif
Jiri cf2b3c3
%{_bindir}/abrt-dump-xorg
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-dump-xorg.1*
Jiri cf2b3c3
Jiri Moskovcak d59aab0
%files addon-vmcore
Jiri Moskovcak d59aab0
%defattr(-,root,root,-)
Jiri Moskovcak d59aab0
%config(noreplace) %{_sysconfdir}/libreport/events.d/vmcore_event.conf
Jakub Filak 3d458d1
%config(noreplace) %{_sysconfdir}/%{name}/abrt-harvest-vmcore.conf
Jakub Filak 7352dcc
%{_datadir}/libreport/events/analyze_VMcore.xml
Jiri Moskovcak d59aab0
%if %{with systemd}
Jiri cf2b3c3
%{_unitdir}/abrt-vmcore.service
Jiri Moskovcak d59aab0
%else
Jiri Moskovcak d59aab0
%{_initrddir}/abrt-vmcore
Jiri Moskovcak d59aab0
%endif
Jiri Moskovcak d59aab0
%{_sbindir}/abrt-harvest-vmcore
Jiri Moskovcak d59aab0
%{_bindir}/abrt-action-analyze-vmcore
Jakub Filak 7352dcc
%{_mandir}/man1/abrt-harvest-vmcore.1*
Jiri cf2b3c3
%{_mandir}/man1/abrt-action-analyze-vmcore.1*
Jiri Moskovcak d59aab0
Jakub Filak cf7e0b9
%files addon-pstoreoops
Jakub Filak 0e36f28
%defattr(-,root,root,-)
Jakub Filak 0e36f28
%if %{with systemd}
Jakub Filak cf7e0b9
%{_unitdir}/abrt-pstoreoops.service
Jakub Filak 0e36f28
%else
Jakub Filak cf7e0b9
%{_initrddir}/abrt-pstoreoops
Jakub Filak 0e36f28
%endif
Jakub Filak cf7e0b9
%{_sbindir}/abrt-harvest-pstoreoops
Jakub Filak cf7e0b9
%{_bindir}/abrt-merge-pstoreoops
Jakub Filak cf7e0b9
%{_mandir}/man1/abrt-harvest-pstoreoops.1*
Jakub Filak cf7e0b9
%{_mandir}/man1/abrt-merge-pstoreoops.1*
Jakub Filak 0e36f28
a09963b
%files addon-python
a09963b
%defattr(-,root,root,-)
Jiri Moskovcak 95a6bec
%config(noreplace) %{_sysconfdir}/%{name}/plugins/python.conf
Jakub Filak 3d458d1
# TODO? Do we need %config(noreplace) in the below line too?
Jakub Filak 7352dcc
%config(noreplace) %{_sysconfdir}/libreport/events.d/python_event.conf
Jiri Moskovcak 3a42d82
%{_bindir}/abrt-action-analyze-python
Jiri Moskovcak d59aab0
%{_mandir}/man1/abrt-action-analyze-python.1*
Jakub Filak 5b7aa68
%{python_sitearch}/abrt*.py*
Jakub Filak 1ad6267
%{python_sitearch}/abrt.pth
a09963b
a09963b
%files cli
a09963b
%defattr(-,root,root,-)
Jiri cf2b3c3
Jiri cf2b3c3
%files tui
Jiri cf2b3c3
%defattr(-,root,root,-)
a09963b
%{_bindir}/abrt-cli
Jiri b60efb7
%{_mandir}/man1/abrt-cli.1.gz
0c5c493
91d57ac
%files desktop
91d57ac
%defattr(-,root,root,-)
91d57ac
Jiri Moskovcak a775d06
%files plugin-bodhi
Jiri Moskovcak a775d06
%defattr(-,root,root,-)
Jiri Moskovcak a775d06
%{_bindir}/abrt-bodhi
Jiri Moskovcak a775d06
%{_mandir}/man1/abrt-bodhi.1.gz
Jiri Moskovcak a775d06
Jiri cf2b3c3
%files dbus
Jiri cf2b3c3
%defattr(-,root,root,-)
Jiri cf2b3c3
%{_sbindir}/abrt-dbus
Jakub Filak 7352dcc
%{_mandir}/man8/abrt-dbus.8.gz
Jiri cf2b3c3
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/dbus-abrt.conf
Jakub Filak 1ad6267
%{_datadir}/dbus-1/interfaces/org.freedesktop.Problems.xml
Jiri cf2b3c3
%{_datadir}/dbus-1/system-services/org.freedesktop.problems.service
Jiri cf2b3c3
%{_datadir}/polkit-1/actions/abrt_polkit.policy
Jiri Moskovcak fe85043
%config(noreplace) %{_sysconfdir}/libreport/events.d/dbus_event.conf
Jakub Filak 848dd45
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/
Jakub Filak 1ad6267
%dir %{_defaultdocdir}/%{name}-dbus-%{version}/html/
Jakub Filak 1ad6267
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.html
Jakub Filak 1ad6267
%{_defaultdocdir}/%{name}-dbus-%{version}/html/*.css
Jiri cf2b3c3
Jakub Filak 5b7aa68
%files python
Jakub Filak 5b7aa68
%{python_sitelib}/problem/
Jakub Filak 5b7aa68
%{_mandir}/man5/abrt-python.5.gz
Jakub Filak 848dd45
%dir %{_defaultdocdir}/%{name}-python-%{version}/
Jakub Filak 5b7aa68
%{_defaultdocdir}/%{name}-python-%{version}/examples/
Jakub Filak 5b7aa68
Jakub Filak 8320d07
%files console-notification
Jakub Filak 8320d07
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
Jakub Filak 8320d07
5485d0e
%changelog
Jakub Filak 7983e7b
* Fri Oct 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.8-1
Jakub Filak 7983e7b
- Disassemble only instruction rage memory if backtrace is too big
Jakub Filak 7983e7b
- Include floating-point registers in the backtrace
Jakub Filak 7983e7b
- spec: make addon-ccpp dependent on libreport-python
Jakub Filak 7983e7b
- polkit: replace deprecated functions with their subtitues
Jakub Filak 7983e7b
- retrace-client: query CCpp exploitable information from Retrace server; closes #703
Jakub Filak 7983e7b
- GUI config: add support for Private ticket option
Jakub Filak 7983e7b
- a-a-ureport: handle os errors gracefully rhbz#998428 rhbz#998197
Jakub Filak 7983e7b
- add prefix from configure to the path of debuginfo installer - closes #701
Jakub Filak 7983e7b
- spec: added deps on abrt-python - closes rhbz#1008182
Jakub Filak 7983e7b
- spec: remove abrt-dedup-client; closes #702
Jakub Filak 7983e7b
- remove abrt-dedup-client; related to #702
Jakub Filak 7983e7b
- abrt-*-client: simplify formatting of locale-related headers
Jakub Filak 7983e7b
- Resolves: #998428
Jakub Filak 7983e7b
Jakub Filak cf7e0b9
* Wed Sep 11 2013 Jakub Filak <jfilak@redhat.com> 2.1.7-1
Jakub Filak cf7e0b9
- fix debuginfo installer expecting user input from a pipe - closes #696
Jakub Filak cf7e0b9
- add environment variable whitelist to debuginfo install wrapper - closes #692
Jakub Filak cf7e0b9
- add repo_pattern argument as a custom repository filter - closes #688
Jakub Filak cf7e0b9
- abrt-cli list: replace "@" prefix by "id " prefix
Jakub Filak cf7e0b9
- fix a crash in 'abrt-cli info' when short id isn't found
Jakub Filak cf7e0b9
- Use common string-to-sha1_hash functions. #694
Jakub Filak cf7e0b9
- doc: update OpenGPGCheck in a-a-save-package-data rhbz#997922
Jakub Filak cf7e0b9
- abrt-cli report: accept sha1 hashes of directory names. #693
Jakub Filak cf7e0b9
- abrt-dump-oops: emit a message if throttling for a significant period of time
Jakub Filak cf7e0b9
- abrt-gdb-exploitable: print current instruction
Jakub Filak cf7e0b9
- spec: posttrans scriptlet regenerating core_backtraces
Jakub Filak cf7e0b9
- abrt-handle-event: add check for missing crash thread
Jakub Filak cf7e0b9
- provide tmpfiles.d configuration
Jakub Filak cf7e0b9
- abrt-cli list: use sha1 hash as short ids instead of @N thing. rhbz#906733
Jakub Filak cf7e0b9
- vmcore: fail gracefully if dump_dir is not accessible
Jakub Filak cf7e0b9
- spec: vmcore: require kexec-tools
Jakub Filak cf7e0b9
- vmcore: use re.MULTILINE instead of numerical value
Jakub Filak cf7e0b9
- vmcore: don't fail if /etc/kdump.conf is not readable
Jakub Filak cf7e0b9
- abrt-cli info: add "-s SIZE" option. closes #689
Jakub Filak cf7e0b9
- fix noninteractive mode in debuginfo installer - rhbz#737066
Jakub Filak cf7e0b9
- fixed the gpg keys loading - closes #686
Jakub Filak cf7e0b9
- Fix type of OPT_BOOL's referenced flag variable - it must be int, not bool!
Jakub Filak cf7e0b9
- adds a kdump.conf parser to get the correct dump dir location, closes #640
Jakub Filak cf7e0b9
- xorg_event.conf: use abrt-action-list-dsos to create dso_list
Jakub Filak cf7e0b9
- abrt-action-list-dsos: extend it to be able to parse Xorg backtrace.
Jakub Filak cf7e0b9
- don't require debuginfo for vmcore analysis rhbz#768389
Jakub Filak cf7e0b9
- specfile: make addon-pstoreoops obsolete addon-uefioops
Jakub Filak cf7e0b9
- abrt-dump-oops: add -t option which slows down problem creation. rhbz#902398.
Jakub Filak cf7e0b9
- rename uefioops to pstoreoops rhbz#949721
Jakub Filak cf7e0b9
- spec: create type element for problem dirs where it doesn't exist - rhbz#958968
Jakub Filak cf7e0b9
- introduce abrt-upload-watch
Jakub Filak cf7e0b9
- fix ccpp hook to create the type element - closes #682
Jakub Filak cf7e0b9
- specfile: use systemd-rpm macros. rhbz#850019
Jakub Filak cf7e0b9
- abrt-harvest-vmcore: notify new path - #657
Jakub Filak cf7e0b9
- abrt-dump-oops: remove redundant g_list_length() call, make messages clearer
Jakub Filak cf7e0b9
- updated translation - rhbz#860555
Jakub Filak cf7e0b9
- updated transifex url
Jakub Filak cf7e0b9
- GUI config: add Close/Defaults button
Jakub Filak cf7e0b9
- GUI config: hide option descriptions in tool tips
Jakub Filak cf7e0b9
- GUI config: add Silent shortened reporting support
Jakub Filak cf7e0b9
- applet: silent shortened reporting
Jakub Filak cf7e0b9
- applet: less misleading label for Ignore button
Jakub Filak cf7e0b9
- abrt-handle-upload: switch from shell to python; send socket notification. #657
Jakub Filak cf7e0b9
- spec: add build requires for XSMP depencies
Jakub Filak cf7e0b9
- applet: update seen list when X Session dies
Jakub Filak cf7e0b9
- improved the error messages in abrt-server - closes #679
Jakub Filak cf7e0b9
- fix typo in abrt-config-widget.ui
Jakub Filak cf7e0b9
- spec: add new packages abrt-gui-libs and abrt-gui-devel
Jakub Filak cf7e0b9
- delete desktop file for system-config-abrt
Jakub Filak cf7e0b9
- expose abrt configuration GUI in public API
Jakub Filak cf7e0b9
- rewrite abrt-harvest-uefioops to python - closes #678
Jakub Filak cf7e0b9
- spec: abrt-python is no longer noarch - related #677
Jakub Filak cf7e0b9
- created python binding for notify_new_path - closes #677
Jakub Filak cf7e0b9
- spec: install applet's desktop file to system dir
Jakub Filak cf7e0b9
- applet: configure notification source
Jakub Filak cf7e0b9
- rewrite shell script for moving vmcores into python closes #676
Jakub Filak cf7e0b9
- abrtd: ensure that the dump location directory exists
Jakub Filak cf7e0b9
- a-a-ureport: generate core_backtrace only for CCpp problems
Jakub Filak cf7e0b9
- do not store potentially big data in /tmp
Jakub Filak cf7e0b9
- abrt-dbus: send new problem notify signal to socket
Jakub Filak cf7e0b9
- abrtd: remove "post-create" machinery. Related to #657
Jakub Filak cf7e0b9
- Avoid leaving stale rpmdb locks behind (rhbz#918184)
Jakub Filak cf7e0b9
- abrtd: improve parsing of pidfile in create_pidfile()
Jakub Filak cf7e0b9
- abrt-dump-{oops,xorg}: send new problem notify signal to socket
Jakub Filak cf7e0b9
- abrtd: disable inotify watch on DUMP_LOC
Jakub Filak cf7e0b9
- abrt-hook-ccpp: send "POST /creation_notification" after creating problem dir
Jakub Filak cf7e0b9
- Stop dying in check_free_space(); rename it to low_free_space()
Jakub Filak cf7e0b9
- abrt-server: make create_problem_dir() run "post-create"
Jakub Filak cf7e0b9
- abrt-handle-event: create DUMP_LOC/post-create.lock when running "post-create"
Jakub Filak cf7e0b9
- abrt-server: add support for "POST /creation_notification"
Jakub Filak cf7e0b9
- abrt-handle-event: free more of allocated data
Jakub Filak cf7e0b9
- Resolves: #1004268
Jakub Filak cf7e0b9
Jakub Filak 368ef13
* Tue Aug 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-3
Jakub Filak 368ef13
- try to generate core_backtrace only for CCpp problems
Jakub Filak 368ef13
Jakub Filak 0c2a0de
* Mon Jul 29 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-2
Jakub Filak 0c2a0de
- disable gcc unused-typedef warning for GLib
Jakub Filak 0c2a0de
- use right dependencies for RHEL
Jakub Filak 0c2a0de
Jakub Filak 7352dcc
* Fri Jul 26 2013 Jakub Filak <jfilak@redhat.com> 2.1.6-1
Jakub Filak 7352dcc
- replace functions deprecated in Gtk-3.10 with their substitutes
Jakub Filak 7352dcc
- integrate with satyr, drop btparser
Jakub Filak 7352dcc
- use absolute path in python shebang rhzb#987010
Jakub Filak 7352dcc
- abrt-action-save-package-data: properly close rpm database. Closes #674.
Jakub Filak 7352dcc
- abrt-action-save-package-data: fix handling of ProcessUnpackaged on scripts
Jakub Filak 7352dcc
- abrt-action-save-package-data manpage: typo fix
Jakub Filak 7352dcc
- change /var/spool/abrt/ to /var/tmp/abrt in doc rhbz#912750
Jakub Filak 7352dcc
- Fix RPMdiff warnings about abrtd and abrt-action-install-debuginfo-to-abrt-cache
Jakub Filak 7352dcc
- specfile: add dependency on abrt-libs to abrt-addon-uefioops
Jakub Filak 7352dcc
- stop using the hardcoded event list, use workflows instead rhbz#866027
Jakub Filak 7352dcc
- retrace-client: build correct release for Fedora Rawhide
Jakub Filak 7352dcc
- spec: drop unnecessary Obsoletes and Provides
Jakub Filak 7352dcc
- correct FSF address in python exception hook
Jakub Filak 7352dcc
- add missing manual pages for binaries and scripts
Jakub Filak 7352dcc
- fix rpmlint issues in the spec file
Jakub Filak 7352dcc
- move event option XML files to /usr/share/libreport/
Jakub Filak 7352dcc
- abrt-hook-ccpp: always fall back to creating user core.
Jakub Filak 7352dcc
- dbus: add GetForeignProblems method
Jakub Filak 7352dcc
- the system tray icon opens recently detected problem
Jakub Filak 7352dcc
- add gdb python plugin which analyzes coredump for vulnerability
Jakub Filak 7352dcc
- applet: stop saving configuration at exit
Jakub Filak 7352dcc
- introduce system-config-abrt
Jakub Filak 7352dcc
- abrt-cli status: make the output more natural
Jakub Filak 7352dcc
- Fix wrong path in shell include
Jakub Filak 7352dcc
- abrt-dump-xorg: save "type=xorg" along with "analyzer=xorg"
Jakub Filak 7352dcc
- Update python hook to use fixed socket interface
Jakub Filak 7352dcc
- abrt-server: updates/fixes for future rasdaemon needs
Jakub Filak 7352dcc
Jakub Filak 9797cde
* Tue Jul 16 2013 Jakub Filak <jfilak@redhat.com> 2.1.5-2
Jakub Filak 9797cde
- fix reporting from Rawhide
Jakub Filak 9797cde
- Resolves: #958933
Jakub Filak 9797cde
Jakub Filak 848dd45
* Fri Jun 14 2013 Jakub Filak <jfilak@redhat.com> 2.1.5-1
Jakub Filak 848dd45
- abrt-retrace-client requires tar closes #635
Jakub Filak 848dd45
- abrt-tui requires abrt closes #633
Jakub Filak 848dd45
- a-d-oops: obtain kernel version from the oops
Jakub Filak 848dd45
- a-a-p-ccpp-analysis: import all used attributes
Jakub Filak 848dd45
- vmcore: provide all problem elements necessary for the reporting
Jakub Filak 848dd45
- a-d-oops: add 'update' command line argument
Jakub Filak 848dd45
- a-a-g-core-backtrace: don't crash if kernel file doesn't exist
Jakub Filak 848dd45
- a-a-a-vmcore: save kernel version in 'kernel' file
Jakub Filak 848dd45
- abrt-cli: make status help message more precise
Jakub Filak 848dd45
- abrt-cli status: don't include reported problems into count
Jakub Filak 848dd45
- abrt-cli list: implement --since and --until
Jakub Filak 848dd45
- abrt-python: open dirs read-only if possible
Jakub Filak 848dd45
- dbus: ChownProblemDir method really changes the owner
Jakub Filak 848dd45
- python: disable events in collision with anaconda
Jakub Filak 848dd45
- abrt-python requires pygobject2
Jakub Filak 848dd45
- systemd units: start services only if it make sense
Jakub Filak 848dd45
- abrt-harvest-uefioops.in: test for abrtd after testing for pstore, not before
Jakub Filak 848dd45
- make abrt-uefioops.service conditional on /sys/fs/pstore being populated
Jakub Filak 848dd45
- dbus: fix SetElement failing when shrinking an item
Jakub Filak 848dd45
- spec: fix unowned directories
Jakub Filak 848dd45
- abrt-python: whole python API path in POTFILES.skip
Jakub Filak 848dd45
- abrt-python: fix dbus compatibility on RHEL6
Jakub Filak 848dd45
- abrt-python: check if gid equals current users gid
Jakub Filak 848dd45
- abrt-python: fix tests compatibility with python 2.6
Jakub Filak 848dd45
- abrt-python: pass DD_OPEN_READONLY only if available
Jakub Filak 848dd45
- abrt-python: fix deprecation warnings
Jakub Filak 848dd45
- console notification shouldn't ask confirmation - closes #652
Jakub Filak 848dd45
- Short BT deduplication false positives workaround
Jakub Filak 848dd45
- Only problems of same type can be duplicates
Jakub Filak 848dd45
- abrt-python: fix bug in problem.get
Jakub Filak 848dd45
- abrt-python: pep8 cleanup
Jakub Filak 848dd45
- koops parse: support <NMI> frame prefix
Jakub Filak 848dd45
- don't show non critical errors in console notification
Jakub Filak 848dd45
Jakub Filak efc3ea2
* Mon May 06 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-3
Jakub Filak efc3ea2
- don't show non critical errors in console notification
Jakub Filak efc3ea2
- use last_occurrence with --since
Jakub Filak efc3ea2
Jakub Filak 0e36f28
* Fri May 03 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-2
Jakub Filak 0e36f28
- start abrtd.service after livecd
Jakub Filak 0e36f28
- udpate translation
Jakub Filak 0e36f28
- add addon-uefioops
Jakub Filak 0e36f28
- Resolves: #928753
Jakub Filak 0e36f28
Jakub Filak 8320d07
* Tue Apr 30 2013 Jakub Filak <jfilak@redhat.com> 2.1.4-1
Jakub Filak 8320d07
- build abrtd and setuided executables with full relro rhbz#812284
Jakub Filak 8320d07
- added a console notification script to profile.d closes #641
Jakub Filak 8320d07
- return the right exit code for user cancellation
Jakub Filak 8320d07
- add more examples to Problem API doc
Jakub Filak 8320d07
- updated translation Related: #951416
Jakub Filak 8320d07
- Replace "THANKYOU" with EXIT_STOP_EVENT_RUN exit code (70)
Jakub Filak 8320d07
- abrt-action-ureport: rewrite in python, improve messages
Jakub Filak 8320d07
- abrt-cli: added 'status' command
Jakub Filak 8320d07
- abrt-cli: make "report -v[vv]" export correct $ABRT_VERBOSE value
Jakub Filak 8320d07
- bodhi, retrace: support /etc/os-release
Jakub Filak 8320d07
- abrt-action-generate-core-backtrace: be a bit more verbose
Jakub Filak 8320d07
- abrt-dump-oops: add "Machine Check Exception" to the list of watched strings rhbz#812537
Jakub Filak 8320d07
- abrt-action-install-debuginfo: do not assume os.execvp never returns
Jakub Filak 8320d07
- abrtd: mark unprocessed dump directories as not-reportable
Jakub Filak 8320d07
- abrtd: update last occurrence dump dir file
Jakub Filak 8320d07
- spec: remove the commented macros rhbz#864851
Jakub Filak 8320d07
- spec: added the versioned abrt-libs requires to silence rpmdiff rhbz#881123
Jakub Filak 8320d07
- spec: create a new subpackage for the console notification #641
Jakub Filak 8320d07
- spec: add deps. required for reporting to abrt-cli pkg
Jakub Filak 8320d07
- spec: inc required version of libreport
Jakub Filak 8320d07
Jakub Filak ca8129c
* Mon Apr 08 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-2
Jakub Filak ca8129c
- Require correct version of libreport
Jakub Filak 4113c93
- Add dependecies required for reporting to abrt-cli package
Jakub Filak ca8129c
Jakub Filak 1b4bc78
* Wed Mar 27 2013 Jakub Filak <jfilak@redhat.com> 2.1.3-1
Jakub Filak 1b4bc78
- record runlevel
Jakub Filak 1b4bc78
- Integration with satyr
Jakub Filak 1b4bc78
- dbus: check correct errno after dump_dir_is_accessible_by_uid()
Jakub Filak 1b4bc78
- require libreport workflow package acc. to OS type
Jakub Filak 1b4bc78
- remove the abrt-gui closes #629
Jakub Filak 1b4bc78
- retrace-client: do not allow space in os_release_id; closes #625
Jakub Filak 1b4bc78
- Remove all smolt-related files and code bits
Jakub Filak 1b4bc78
- abrtd: recreate Dump Location directory if it is delete
Jakub Filak 1b4bc78
Jakub Filak 802131f
* Mon Mar 25 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-4
Jakub Filak 802131f
- Check if restorecon cmd exists and run it only if it does
Jakub Filak 802131f
- Resolves: #926934
Jakub Filak 802131f
Jakub Filak 3a2c30d
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-3
Jakub Filak 3a2c30d
- Fix problems with spaces in retrace-client
Jakub Filak 3a2c30d
Jakub Filak 6d10ce5
* Fri Mar 22 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-2
Jakub Filak 6d10ce5
- Require correct version of libreport
Jakub Filak 6d10ce5
- Add a patch for abrtd which ensures that the dump location always exists
Jakub Filak 6d10ce5
Jakub Filak 1ad6267
* Tue Mar 19 2013 Jakub Filak <jfilak@redhat.com> 2.1.2-1
Jakub Filak 1ad6267
- Improve log messages
Jakub Filak 1ad6267
- Update translation
Jakub Filak 1ad6267
- Introduce helpers for management of list of ignored problems
Jakub Filak 1ad6267
- applet: show a confirmation notify bubble for reported problems in ShortenedReporting mode
Jakub Filak 1ad6267
- applet: mark problems as ignored and don't notify ignored problems
Jakub Filak 1ad6267
- applet: remove confusing "Show" button
Jakub Filak 1ad6267
- applet: pass problem's id to the gui app
Jakub Filak 1ad6267
- abrt-ccpp: try to read hs_err.log from crash's CWD
Jakub Filak 1ad6267
- abrt-action-perform-ccpp-analysis: Complain if analyze_RetraceServer can't run. Closes 619
Jakub Filak 1ad6267
- abrt-gui: change URL to point to most recent doc
Jakub Filak 1ad6267
- add abrt-action-analyze-ccpp-local to ccpp-addon related to rhbz#759443
Jakub Filak 1ad6267
- analyze-ccpp don't suid to abrt when run as root, related rhbz#759443
Jakub Filak 1ad6267
- abrtd: prohibit DumpLocation == WatchCrashdumpArchiveDir. Closes rhbz#854668
Jakub Filak 1ad6267
- abrtd: don't blame interpreter, blame the running script #609
Jakub Filak 1ad6267
- a-a-ureport: don't fail on missing counter file
Jakub Filak 1ad6267
- a-a-ureport: allow to send ureport more than once
Jakub Filak 1ad6267
- dbus doc: install abrt-dbus documentation files to the correct places
Jakub Filak 1ad6267
- dbus doc: extend the documentation of DBus API
Jakub Filak 1ad6267
- dbus doc: make xml interface parseable by qtdbusxml2cpp
Jakub Filak 1ad6267
- dbus: add basics to a new problem
Jakub Filak 1ad6267
- abrt-harvest-vmcore: don't copy dir from var/spool if copy already exists
Jakub Filak 1ad6267
- fix path in the collect_xsession_errors event
Jakub Filak 1ad6267
- retrace-client: print dots instead of repeated status message
Jakub Filak 1ad6267
- move abrt.pth to arch specific location rhbz#912540
Jakub Filak 1ad6267
- Make forking code paths more robust.
Jakub Filak 1ad6267
- add more logging to catch "stuck core-backtrace" problem; reduce gdb looping
Jakub Filak 1ad6267
- Resolves: #879160, #854668, #885044, #903005, #905412, #909968, #912540
Jakub Filak 1ad6267
Jakub Filak d1f93ad
* Tue Mar 05 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-3
Jakub Filak d1f93ad
- disable shortened and auto reporting in RHEL
Jakub Filak d1f93ad
- Resolves: #918040, #918041
Jakub Filak d1f93ad
Jakub Filak d1f93ad
* Tue Mar 05 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-2
Jakub Filak d39e70c
- remove ureport events from the reporting workflow in RHEL
Jakub Filak d39e70c
Jakub Filak 1ab7e7d
* Fri Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.1-1
Jakub Filak 1ab7e7d
- add SETGID bit to abrt-action-install-debuginfo-to-abrt-cache
Jakub Filak 1ab7e7d
- add abrt-desktop depency on libreport-fedora
Jakub Filak 1ab7e7d
- abrt-dump-{oops,xorg}: limit amount of created dirs, add cooldown sleep if exceeded
Jakub Filak 1ab7e7d
- abrt-watch-log: handle a case when child doesn't process its input
Jakub Filak 1ab7e7d
- abrt-watch-log: fix a bug in mmap error check
Jakub Filak 1ab7e7d
- abrt-action-analyze-xorg: fix the case with DIR != "."
Jakub Filak 1ab7e7d
- Resolves: #908256
Jakub Filak 1ab7e7d
Jakub Filak 5b7aa68
* Mon Feb 04 2013 Jakub Filak <jfilak@redhat.com> 2.1.0-1
Jakub Filak 5b7aa68
- pkg-config: export defaultdumplocation variable
Jakub Filak 5b7aa68
- configure: set default dump location to /var/tmp/abrt
Jakub Filak 5b7aa68
- abrtd: sanitize mode and ovner of all elements
Jakub Filak 5b7aa68
- updated translation
Jakub Filak 5b7aa68
- abrtd-inotify-flood test: expend it to check for another inotify-related bug
Jakub Filak 5b7aa68
- gnome-abrt is default GUI
Jakub Filak 5b7aa68
- applet: on requrest open gnome-abrt instead of abrt-gui
Jakub Filak 5b7aa68
- Make it so that g_io_channel_read_chars(channel_inotify) does not buffer data.
Jakub Filak 5b7aa68
- multilib fixes
Jakub Filak 5b7aa68
- daemon: unify accessibility check before delete with dbus
Jakub Filak 5b7aa68
- dbus: move dir accessibility check from abrt to libreport
Jakub Filak 5b7aa68
- dbus: user dd_chown instead of own impl.
Jakub Filak 5b7aa68
- allow default dump directory to be configured through cmd line args
Jakub Filak 5b7aa68
- introduce abrt-python
Jakub Filak 5b7aa68
- reporter-bz: post a comment to dup bug, if we found a dup. version 2.
Jakub Filak 5b7aa68
- replace left over magic dd modes by macro
Jakub Filak 5b7aa68
- synchronize default dump dir mode with libreport
Jakub Filak 5b7aa68
- replace all occurrences of hardcoded dump location by a variable
Jakub Filak 5b7aa68
- harvest-vmcore: read dump dir path from configuration
Jakub Filak 5b7aa68
- use lchown when chowning files over dbus
Jakub Filak 5b7aa68
- use lchown when chowning newly created problem directory
Jakub Filak 5b7aa68
- verify-that-report-edits test: fix to account for new CLI interface
Jakub Filak 5b7aa68
- koops: add all x86 TRAP prefixes to list of suspicious strings
Jakub Filak 5b7aa68
- koops: put all suspicious strings to global variable
Jakub Filak 5b7aa68
- applet: extend comment. No code changes
Jakub Filak 5b7aa68
- applet: introduce shortened reporting
Jakub Filak 5b7aa68
- abrt-applet: handle SIGTERM and perform nice termination
Jakub Filak 5b7aa68
- abrt-applet: update the seen list on every possible action
Jakub Filak 5b7aa68
- applet: don't notify outdated new problems
Jakub Filak 5b7aa68
- Add and use "report-cli" event instead of removed "report-cli -r" option
Jakub Filak 5b7aa68
- fixed the relro flags rhbz#812284
Jakub Filak 5b7aa68
- applet: unref unused GIOChannel
Jakub Filak 5b7aa68
- Resolves: #892230, #895742
Jakub Filak 5b7aa68
Jiri Moskovcak 75579d0
* Thu Dec 20 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.20-1
Jiri Moskovcak 75579d0
- New version 2.0.20
Jiri Moskovcak 75579d0
- Fix typo: usefull->useful
Jiri Moskovcak 75579d0
- koops: generate core backtrace if missing
Jiri Moskovcak 75579d0
- udpated po files
Jiri Moskovcak 75579d0
- Cosmetic fixes in abrtd-inotify-flood test
Jiri Moskovcak 75579d0
- Hook up abrtd-inotify-flood to test infrastructure
Jiri Moskovcak 75579d0
- Add a testcase for inotify flood
Jiri Moskovcak 75579d0
- replace 'Start Autoreport' btn by a popup dialog
Jiri Moskovcak 75579d0
- dbus: NewProblem returns full path as problem_id
Jiri Moskovcak 75579d0
- abrt-action-analyze-xorg: fix /usr/include/paths.h -> paths.h
Jiri Moskovcak 75579d0
- abrtd: set inotify fd to non-blocking mode; ignore 0-sized inotify reads. Closes rhbz#873815
Jiri Moskovcak 75579d0
- s/ABRT dump/problem directory/g
Jiri Moskovcak 75579d0
- abrt-applet: don't leak component name
Jiri Moskovcak 75579d0
- abrt-applet: alerts only not reported problems
Jiri Moskovcak 75579d0
- build system: Remove leftover of abrt-action-analyze-xorg shell script
Jiri Moskovcak 75579d0
- Rewrite abrt-action-analyze-xorg in C (partially)
Jiri Moskovcak 75579d0
- rework abrt-gui>Help>'Report problem with ABRT'
Jiri Moskovcak 75579d0
- abrt-action-analyze-oops: fix help text - we have no -s option
Jiri Moskovcak 75579d0
- Help text fix - using "problem directory" consistently
Jiri Moskovcak 75579d0
- abrt-dump-oops: add list of tainted modules to NOT_REPORTABLE string. Closes trac#821
Jiri Moskovcak 75579d0
- a-a-p-c-a: use ask_yes_no_yesforever() fn from reportclient
Jiri Moskovcak 75579d0
- abrt-dump-oops: save /proc/modules contents. Partially closes trac#821
Jiri Moskovcak 75579d0
- add ureporter wrapper sending ureport only once per problem dir
Jiri Moskovcak 75579d0
- introduce Desktop Session Autoreporting
Jiri Moskovcak 75579d0
- add Autoreporting configuration options
Jiri Moskovcak 75579d0
- abrt-action-analyze-xorg: robustify 'test "a" = "b"' against bugs
Jiri Moskovcak 75579d0
- Collect ~/.xsession_errors from its new path, if it is there. Closes trac#791
Jiri Moskovcak 75579d0
- reflect recent libreport API changes .trac#822
Jiri Moskovcak 75579d0
- Indentation fix. No code changes.
Jiri Moskovcak 75579d0
- minor fix to previous commit realted to .trac#541
Jiri Moskovcak 75579d0
- don't use gtk_main* when using gtk_application .trac#890
Jiri Moskovcak 75579d0
- minor fix to quit button
Jiri Moskovcak 75579d0
- Make "Open problem data" open the expert mode GUI
Jiri Moskovcak 75579d0
- Teach kernel oops hash to ignore "<IRQ>" / "<EOI>" prefixes. Closes rhbz#875852
Jiri Moskovcak 75579d0
- introduce DeleteElement D-Bus method
Jiri Moskovcak 75579d0
- introduce SetElement D-Bus method
Jiri Moskovcak 75579d0
- allow only one instance of gui trac#541
Jiri Moskovcak 75579d0
- runtests/bugzilla-comment-format: fix false positive AGAIN
Jiri Moskovcak 75579d0
- update translations
Jiri Moskovcak 75579d0
- a-a-p-c-a: use correct name in gettext initialization
Jiri Moskovcak 75579d0
- Fix build system so that make rpm works again
Jiri Moskovcak 75579d0
- runtests/bugzilla-comment-format: fix false positive
Jiri Moskovcak 75579d0
- Improve xorg post-create. closes trac#838
Jiri Moskovcak 75579d0
- Update po files
Jiri Moskovcak 75579d0
- fix problem occurrence counter updating algorithm
Jiri Moskovcak 75579d0
- abrt-dbus: immediately return an error if not-existing problem is requested
Jiri Moskovcak 75579d0
- bugzilla-comment-format: new test
Jiri Moskovcak 75579d0
- a-a-p-c-a: use event python API instead of abrt-handle-event
Jiri Moskovcak 75579d0
- doc: add dbus problems service specification
Jiri Moskovcak 75579d0
Jakub Filak 0d83708
* Mon Nov 26 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-2
Jakub Filak 0d83708
- update translations
Jakub Filak 0d83708
- Resolves: #880201
Jakub Filak 0d83708
Jakub Filak a933bf1
* Wed Nov 14 2012 Jakub Filak <jfilak@redhat.com> 2.0.19-1
Jakub Filak a933bf1
- call g_type_init() only in GLib version < 2.35
Jakub Filak a933bf1
- plugins/*_event.conf: use reporter-bz -F FMTFILE as appropriate
Jakub Filak a933bf1
- repeat unchaged retrace status message only in verbose mode
Jakub Filak a933bf1
- check the correct return value of yesforever answer
Jakub Filak a933bf1
- abrt-handle-event: forward event process requests to parent
Jakub Filak a933bf1
- don't leak optional retrace path and kernel tainted string
Jakub Filak a933bf1
- enhance koops tainted flag parser
Jakub Filak a933bf1
- Use "comment" element instead of "description"
Jakub Filak a933bf1
- Resolves: #873488
Jakub Filak a933bf1
Jakub Filak 1f57f4f
* Thu Nov 01 2012 Jakub Filak <jfilak@redhat.com> 2.0.18-1
Jakub Filak 1f57f4f
- bugzilla-dupe-search: fix os_release to contain the same OS version as bug 755535
Jakub Filak 1f57f4f
- Do not stop reporting when GConf entry is not found. Closes rhbz#869833
Jakub Filak 1f57f4f
- Fix false positive caused by English language fix
Jakub Filak 1f57f4f
- pyhook: import inspect lazily
Jakub Filak 1f57f4f
- Resolves: #869833
Jakub Filak 1f57f4f
Jakub Filak 4c5ed33
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-2
Jakub Filak 4c5ed33
- remove ABRT1.0-to-ABRT2.0 upgrade script from spec file
Jakub Filak 4c5ed33
Jakub Filak 4564802
* Wed Oct 24 2012 Jakub Filak <jfilak@redhat.com> 2.0.17-1
Jakub Filak 4564802
- provide a problem item containing versions of binaries listed in Xorg backtrace
Jakub Filak 4564802
  Adresses #867694 comment 1
Jakub Filak 4564802
- import rpm lazily
Jakub Filak 4564802
- Resolves: #864324
Jakub Filak 4564802
Jakub Filak 92adda5
* Wed Oct 17 2012 Jakub Filak <jfilak@redhat.com> 2.0.16-1
Jakub Filak 92adda5
- xorg_event: make post-create save dmesg, drop problems w/ binary modules
Jakub Filak 92adda5
  Partially addresses: #856790
Jakub Filak 92adda5
- collect_xsession_errors should not fail if !xsession-errors
Jakub Filak 92adda5
  Resolves: #866698
Jakub Filak 92adda5
Jakub Filak 724c8e2
* Thu Oct 11 2012 Jakub Filak <jfilak@redhat.com> 2.0.15-1
Jakub Filak 724c8e2
- add collect_* event to reporting chains for CCpp/Python/Kernel
Jakub Filak 724c8e2
- core-backtrace: make sure kernel version does not contain spaces
Jakub Filak 724c8e2
- core-backtrace: also include '?' flag for kerneloops
Jakub Filak 724c8e2
- don't check EXECUTABLE if it isn't present in list
Jakub Filak 724c8e2
- retrace-client: check whether all included files are regular
Jakub Filak 724c8e2
- abrt_exception_handler.py: save 'environ' element
Jakub Filak 724c8e2
- add Makefile target release-fix
Jakub Filak 724c8e2
- Make it possible for developer to disable crash processing for specific apps. Closes rhbz#848786
Jakub Filak 724c8e2
- s/Dump directory/Problem directory/
Jakub Filak 724c8e2
- Resolves: #864014, #864331, #848786
Jakub Filak 724c8e2
Jakub Filak 29019a8
* Sun Oct 07 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-2
Jakub Filak 29019a8
- added forgotten Requires
Jakub Filak 29019a8
Jakub Filak b7539e0
* Fri Oct 05 2012 Jakub Filak <jfilak@redhat.com> 2.0.14-1
Jakub Filak b7539e0
- abrt-dump-oops: save /sys/kernel/debug/suspend_stats. Closes rhbz#787749
Jakub Filak b7539e0
- abrt-hook-ccpp: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
Jakub Filak b7539e0
- abrt-dump-oops: save /proc/sys/crypto/fips_enabled value if it isn't "0". Closes rhbz#747870
Jakub Filak b7539e0
- abrt-action-analyze-oops: fail if we end up hashing "" (empty string). Closes rhbz#862013
Jakub Filak b7539e0
- retrace-client: respect chrooted os_release in pkgcheck
Jakub Filak b7539e0
- Added oops_recursive_locking1.right to Makefile.am
Jakub Filak b7539e0
- fix koops-parser.at, remove bastardized copy of oops_recursive_locking1.test
Jakub Filak b7539e0
- add new oops example (currently fails, the fix is coming up)
Jakub Filak b7539e0
- fix oops jiffies time stamp counter removal code
Jakub Filak b7539e0
- trivia: s/dump/problem directory; fix false positive in oops-with-jiffies.right
Jakub Filak b7539e0
- testsuite: added f18 kickstart
Jakub Filak b7539e0
- open files for appned not for write rhbz#854266
Jakub Filak b7539e0
- added more info about locking - rewrote with vda's comments rhbz#859724
Jakub Filak b7539e0
- ccpp_event.conf: ignore crashes with nonzero TracerPid. Closes rhbz#812350
Jakub Filak b7539e0
- show more info when abrtd can't acquire lock on pid, related to rhbz#859724
Jakub Filak b7539e0
- abrt-hook-ccpp: save "proc_pid_status" element
Jakub Filak b7539e0
- use FILENAME_ABRT_VERSION instead of string literal
Jakub Filak b7539e0
- Fix pyhook test to reflect changes made in write_dump
Jakub Filak b7539e0
- trac#333: Add code generating dso_list to the python hook
Jakub Filak b7539e0
- spec: tui should require libreport-cli rhbz#859770
Jakub Filak b7539e0
- trac#682: emit Crash DBus signal on org.freedesktop.problems bus
Jakub Filak b7539e0
- spec: added deps on elfutils rhbz#859674
Jakub Filak b7539e0
- Resolves: #859674, #859770, #859724, #812350, #854266, #862013, #747870, #787749
Jakub Filak b7539e0
Jiri Moskovcak fe85043
* Fri Sep 21 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.13-1
Jiri Moskovcak fe85043
-
Jiri Moskovcak fe85043
Jakub Filak 3d458d1
* Tue Aug 21 2012 Jakub Filak <jfilak@redhat.com> 2.0.12-1
Jakub Filak 3d458d1
- move abrtd.pid to /var/run/abrt/abrtd.pid
Jakub Filak 3d458d1
- abrt-harvest-vmcore: add CopyVMcore config option to copy vmcores. Closes 448, rhbz#811733, rhbz#844679
Jakub Filak 3d458d1
- update po files rhzb#800784
Jakub Filak 3d458d1
- applet: fix a SEGV caused by notify_init() not being called
Jakub Filak 3d458d1
- minor fix to pkg-config file
Jakub Filak 3d458d1
- ignore results of setregid() and setreuid() after glibc update
Jakub Filak 3d458d1
- hopefully fixed ugly applet icon rhbz#797078
Jakub Filak 3d458d1
- add update of abrt server database to event chains
Jakub Filak 3d458d1
- Resolves: #761431, #811733, #844679, #797078
Jakub Filak 3d458d1
Jakub Filak de53221
* Fri Aug 10 2012 Jakub Filak <jfilak@redhat.com> 2.0.11-2
Jakub Filak de53221
- fix abrt-dbus crash if no element is found in GetInfo()
Jakub Filak de53221
- set sending-sensitive-data option to 'yes' for analyze_RetraceServer event
Jakub Filak de53221
Jiri Moskovcak a775d06
* Thu Aug 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.11-1
Jiri Moskovcak a775d06
- new upstream release
Jiri Moskovcak a775d06
- Resolves: #622773, #741222, #823299, #825116, #826058, #826800, #831333, #832085, #838842
4af370d
Jiri Moskovcak 6217dcb
* Tue May 22 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-4
Jiri Moskovcak 6217dcb
- abrt-desktop should require abrt-retrace-client
Jiri Moskovcak 6217dcb
- Resolves: #823812
Jiri Moskovcak 6217dcb
Jiri Moskovcak 43894a7
* Thu May 10 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-3
Jiri Moskovcak 43894a7
- enable plugins unconditionally rhbz#819113
Jiri Moskovcak 43894a7
Jiri Moskovcak 43894a7
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com>
Jiri 5079c04
- fixed freeze in crashing python apps rhbz#808562
Jiri 5079c04
- Resolves: #808562
Jiri 5079c04
Jiri 3872b94
* Wed Apr 18 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-2
Jiri 3872b94
- minor rhel7 build fixes
Jiri 3872b94
Jiri 038b66d
* Mon Apr 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.10-1
Jiri 038b66d
- new upstream release
Jiri 038b66d
- fixed problem with empty problem directory rhzb#808131
Jiri da0e1f2
- fixed exception in a-a-a-core when eu-unstrip output is broken
Jiri da0e1f2
- Resolves: #808131, #804309
Jiri 038b66d
Jiri 4e43e28
* Mon Mar 19 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-7
Jiri 4e43e28
- fixed problems with rhel gpg keys rhbz#800419
Jiri 4e43e28
Jiri f830ac7
* Thu Feb 02 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-6
Jiri f830ac7
- abrt-desktop shouldn't require bodhi on rhel (2nd try)
Jiri f830ac7
Jiri 9554b03
* Wed Feb 01 2012 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.7-5
Jiri 9554b03
- abrt-desktop shouldn't require bodhi on rhel
Jiri 9554b03
bc77766
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.7-4
bc77766
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
bc77766
Jiri 345a476
* Tue Jan 03 2012 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-3
Jiri 345a476
- build fixes
Jiri 345a476
Jiri e39d2af
* Thu Dec 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-2
Jiri e39d2af
- added man page
Jiri e39d2af
- fixed weird number formatting
Jiri e39d2af
Jiri 9b168d3
* Wed Dec 07 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.7-1
Jiri 9b168d3
- new version
Jiri 9b168d3
- disabled kerneloops.org
Jiri 9b168d3
- abrt-ccpp hook fixes
Jiri 9b168d3
- catch indentation errors in python rhbz#578969
Jiri 9b168d3
- fixed make check
Jiri 9b168d3
- fixed retrace-client to work with rawhide
Jiri 9b168d3
- require abrtd service in other services rhbz#752014
Jiri 9b168d3
- fixed problems with dupes rhbz#701717
Jiri 9b168d3
- keep abrt services enabled when updating F15->F16
Jiri 9b168d3
- Resolves: 752014 749891 749603 744887 730422 665210 639068 625445 701717 752014 578969 732876 757683 753183 756146 749100
Jiri 9b168d3
Jiri Moskovcak 95a6bec
* Fri Nov 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.6-1
Jiri Moskovcak 95a6bec
- new version
Jiri Moskovcak 95a6bec
- Resolves: #701171 #712508 #726033 #728194 #728314 #730107 #733389 #738602
Jiri Moskovcak 95a6bec
- Resolves: #741242 #749365 #700252 #734298 #736016 #738324 #748457 #692274
Jiri Moskovcak 95a6bec
- Resolves: #711986 #723219 #749891 #712602 #744887 #749603 #625445 #665210
Jiri Moskovcak 95a6bec
- Resolves: #737991 #639068 #578969 #636000 #631856
Jiri Moskovcak 95a6bec
Nikola Pajkovsky 95a610d
* Fri Oct 07 2011 Nikola Pajkovsky <npajkovs@redhat.com> - 2.0.4.981-3
Nikola Pajkovsky 95a610d
- don't file kernel bugs if "tainted: B" is set.
Nikola Pajkovsky 95a610d
- don't file bugs about BIOS bugs.
Nikola Pajkovsky 95a610d
- incorrect TAINTED description in bugs.
Nikola Pajkovsky 95a610d
- Resoves: #718097 #708534 724838
Nikola Pajkovsky 95a610d
Jiri Moskovcak 4a1b212
* Mon Oct 3  2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-981-2
Jiri Moskovcak 4a1b212
- added abrt-retrace-client as a dependency
Jiri Moskovcak 4a1b212
Jiri Moskovcak 4a1b212
* Thu Sep 22 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4.981-1
Jiri Moskovcak 4a1b212
- updated translation
Jiri Moskovcak 4a1b212
- don't allow to skip the analyze step
Jiri Moskovcak 4a1b212
- don't send ~ backups
Jiri Moskovcak 4a1b212
- added hint to report only in English
Jiri Moskovcak 4a1b212
- renamed abrt-action-kerneloops -> reporter-kerneloops
Jiri Moskovcak 4a1b212
- explain option bugtracker and logger
Jiri Moskovcak 4a1b212
- gui added padding to main window
Jiri Moskovcak 4a1b212
- better message when gdb time outs
Jiri Moskovcak 4a1b212
- added support for catching vmcores
Jiri Moskovcak 4a1b212
- added version to Logger output
Jiri Moskovcak 4a1b212
- [RFE] abrt should have an easy way to include smolt-profile
Jiri Moskovcak 4a1b212
- Resolves: #694828 #694833 #704958 #735071 #731189 #739182 #704452 #734037 #606123 #631822
Jiri Moskovcak 4a1b212
Jiri Moskovcak 7296a16
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-5
Jiri Moskovcak 7296a16
- minor spec file fix
Jiri Moskovcak 7296a16
Jiri Moskovcak 2194a11
* Tue Sep 13 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-4
Jiri Moskovcak 2194a11
- fixed sigsegv in a-a-save-package-data rhbz#737961
Jiri Moskovcak 2194a11
- fixed privs for /var/run/abrt rhbz#725974
Jiri Moskovcak 2194a11
- fixed segv in free space check
Jiri Moskovcak 2194a11
- Resolves: #737961 #725974
Jiri Moskovcak 2194a11
Jiri Moskovcak 935a950
* Tue Aug 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-3
Jiri Moskovcak 935a950
- fixed abrt1-abrt2 update
Jiri Moskovcak 935a950
Jiri Moskovcak 0037b82
* Fri Aug 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-2
Jiri Moskovcak 0037b82
- enable bugzilla for kerneloops rhbz#725970
Jiri Moskovcak 0037b82
- Resolves: #725970
Jiri Moskovcak 0037b82
Jiri Moskovcak a420795
* Thu Jul 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.4-1
Jiri Moskovcak a420795
- new upstream version
Jiri Moskovcak a420795
- resolves wrong provs/obsolete rhbz#723376
Jiri Moskovcak a420795
- split main UI into two panes
Jiri Moskovcak a420795
- debuginfo-install script asks before downloading
Jiri Moskovcak a420795
- Resolves: #723376
Jiri Moskovcak a420795
Jiri Moskovcak c86d72c
* Mon Jun 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.3-1
Jiri Moskovcak c86d72c
- new upstream release
Jiri Moskovcak c86d72c
Jiri Moskovcak c86d72c
* Fri May 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> - 2.0.2-6
Jiri Moskovcak c86d72c
- make abrt-ccpp and abrt-oops start on boot
Jiri Moskovcak c86d72c
Karel Klic 2ab5b19
* Fri May 13 2011 Karel Klíč <kklic@redhat.com> - 2.0.2-5
Karel Klic 2ab5b19
- Do not force service startup in %%posttrans, as it breaks live media
Karel Klic 2ab5b19
  creation (rhbz#704415)
Karel Klic 2ab5b19
Jiri Moskovcak 619e304
* Sun May 08 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-4
Jiri Moskovcak 619e304
- fixed prgname, fixes problem where Gnome3 shows lowres icons instead
Jiri Moskovcak 619e304
  nice highres ones
Jiri Moskovcak 619e304
Christopher Aillon 1a8f58d
* Fri May 06 2011 Christopher Aillon <caillon@redhat.com> - 2.0.2-3
Christopher Aillon 1a8f58d
- Update icon cache scriptlet per packaging guidelines
Christopher Aillon 1a8f58d
Jiri Moskovcak 3c86bd2
* Fri May 06 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-2
Jiri Moskovcak 3c86bd2
- flush messages in retrace client
Jiri Moskovcak 3c86bd2
Jiri Moskovcak 0082787
* Thu May 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.2-1
Jiri Moskovcak 0082787
- updated translation
Jiri Moskovcak 0082787
- new icons (thanks to Lapo Calamandrei)
Jiri Moskovcak 0082787
- changed address of retrace01 to retrace
Jiri Moskovcak 0082787
- fixed problem with not trusted ssl certificate #695977
Jiri Moskovcak 0082787
- #692713 Dialogue Box Buttons Wrong Way Around
Jiri Moskovcak 0082787
- #695452 abrt crashing when trying to generate backtrace
Jiri Moskovcak 0082787
- #698458 RFE: report separators between reports in abrt.log
Jiri Moskovcak 0082787
- #699098 999 futile attempts to delete excess debuginfo
Jiri Moskovcak 0082787
- #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
Jiri Moskovcak 0082787
- #698418 Can't access '/var/spool/abrt/ccpp-2011-04-18-11:53:22-2661': Permission denied
Jiri Moskovcak 0082787
- #698934 abrt-applet segfault on abrtd restart
Jiri Moskovcak 0082787
- #695450 Retrace client - show meaningful message on failure
Jiri Moskovcak 0082787
- #616407 RFE: Change abrt to catch TRAP signal crashes
Jiri Moskovcak 0082787
- #584352 running service abrtd a non-root user doesn't show error
Jiri Moskovcak 0082787
- retrace client: fail on servers with problematic SSL certificates (kklic@redhat.com)
Jiri Moskovcak 0082787
- retrace-client: Load system-wide certificates. Move NSS init/shutdown to main, as it shouldn't be run multiple times. (kklic@redhat.com)
Jiri Moskovcak 0082787
- abrt-cli: update manpage. Closes #243 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- move abrt-handle-crashdump to abrt-cli package. No code changes (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- add abrt-action-print manpage. Closes #238 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- add abrt-action-trim-files manpage. Closes #241 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- added abrt-action-generate-backtrace manpage (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- add abrt-action-analyze-backtrace manpage. Closes #227 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- retrace server: do not create zombie workers (mtoman@redhat.com)
Jiri Moskovcak 0082787
- btparser: Remove top frame with address 0x0000 (jump to NULL) during normalization to avoid incorrect backtrace ratings (rhbz#639049) (kklic@redhat.com)
Jiri Moskovcak 0082787
- abrt-gui: better list refreshing. Closes #251 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- fix for spurious "Lock file 'DIR/.lock' is locked by process PID" message (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- Asciidoc manpage support; abrt-action-mailx manpage (kklic@redhat.com)
Jiri Moskovcak 0082787
- list-dsos: don't list the same library multiple times (jmoskovc@redhat.com)
Jiri Moskovcak 0082787
- call abrt-action-trim-files from abrt-action-install-debuginfo (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- list-dsos: added package install time trac#123 (jmoskovc@redhat.com)
Jiri Moskovcak 0082787
- retrace client: handle messages in HTTP body (mtoman@redhat.com)
Jiri Moskovcak 0082787
- retrace server: remove chroot on failure (mtoman@redhat.com)
Jiri Moskovcak 0082787
- spec: use versioned deps on libreport (jmoskovc@redhat.com)
Jiri Moskovcak 0082787
- generate abrt version from git (npajkovs@redhat.com)
Jiri Moskovcak 0082787
- abrt-action-trim-files needs to be suided rhbz#699098 (jmoskovc@redhat.com)
Jiri Moskovcak 0082787
- gui: suppress printing dumpdir access errors (bz#698418) (mlichvar@redhat.com)
Jiri Moskovcak 0082787
- Do not leave dump dir locked by abrt-action-generate-backtrace. (kklic@redhat.com)
Jiri Moskovcak 0082787
- wizard: expand explanatory text on 1st screen. Closes 201 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
- gui: fixed the OK and CANCEL buttons order in event config dialog (jmoskovc@redhat.com)
Jiri Moskovcak 0082787
- 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)
Jiri Moskovcak 0082787
- abrt-action-install-debuginfo.py: don't die on some Yum exceptions. closes bz#681281 (dvlasenk@redhat.com)
Jiri Moskovcak 0082787
Jiri Moskovcak a4fa2d6
* Thu Apr 21 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-2
Jiri Moskovcak a4fa2d6
- don't allow reporting of backtrace with rating = 0 rhbz#672023
Jiri Moskovcak a4fa2d6
- use versioned deps on libreport
Jiri Moskovcak a4fa2d6
Jiri Moskovcak 97a2ff6
* Wed Apr 20 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.1-1
Jiri Moskovcak 97a2ff6
- updated to 2.0.1
Jiri Moskovcak 97a2ff6
- updated translation
Jiri Moskovcak 97a2ff6
- allowed reporting oops to bugzilla
Jiri Moskovcak 97a2ff6
- added warning when the plugin settings are wrong
Jiri Moskovcak 97a2ff6
- added help text in plugins settings
Jiri Moskovcak 97a2ff6
- the plugin settings dialog is translatable
Jiri Moskovcak 97a2ff6
- improved dir rescanning logic in abrt-gui
Jiri Moskovcak 97a2ff6
- fixed icons for child dialogs
Jiri Moskovcak 97a2ff6
- retrace-client: human readable messages instead of http codes
Jiri Moskovcak 97a2ff6
- save envirnment variables when app crashes
Jiri Moskovcak 97a2ff6
- fixed gpg/pgp check
Jiri Moskovcak 97a2ff6
- revert to the old icon
Jiri Moskovcak d8e5ec2
Jiri Moskovcak c86d72c
* Fri Apr 15 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-5
Jiri Moskovcak c86d72c
- fixed problem with abrt-action-debuginfo-install rhbz#692064
Jiri Moskovcak c86d72c
Jiri Moskovcak c86d72c
* Thu Mar 31 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-4
Jiri Moskovcak c86d72c
- fixed prgname in wizard rhbz#692442
Jiri Moskovcak c86d72c
Jiri Moskovcak c86d72c
* Wed Mar 30 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-3
Jiri Moskovcak c86d72c
- fixed notification persistence in gnome3 (again)
Jiri Moskovcak c86d72c
- fixed wrong group:user on /var/cache/abrt-di afte rupdate from abrt 1.x #692064
Jiri Moskovcak c86d72c
- added mono-core to blacklist
Jiri Moskovcak c86d72c
Jiri Moskovcak c86d72c
* Tue Mar 29 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-2
Jiri Moskovcak c86d72c
- use %ghost on files in /var/run and /var/lock rhbz#656542
Jiri Moskovcak c86d72c
- fixed notification persistence in gnome3
Jiri Moskovcak c86d72c
- added analyze selector to CLI
Jiri Moskovcak c86d72c
- refuse reporting to bz without backtrace or hash
Jiri Moskovcak c86d72c
- use g_set_prgname to set the prgname of abrt-gui trac#180
Jiri Moskovcak c86d72c
Jiri Moskovcak 3a42d82
* Wed Mar 16 2011 Jiri Moskovcak <jmoskovc@redhat.com> 2.0.0-1
Jiri Moskovcak 3a42d82
- update to the latest upstream version
Jiri Moskovcak 3a42d82
- many improvements
Jiri Moskovcak 3a42d82
- FIXME: add closed bugzillas
Jiri Moskovcak 3a42d82
Jiri Moskovcak 2c2eaf0
* Fri Feb 18 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-2
Jiri Moskovcak 2c2eaf0
- removed gnome-python2-vfs dependency
Jiri Moskovcak 2c2eaf0
c54f20c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.17-1.1
c54f20c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c54f20c
Jiri Moskovcak 7753939
* Sat Feb 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-1
Jiri Moskovcak 7753939
- rewritten abrt-debuginfo-install script to use the yum API
Jiri Moskovcak 7753939
- GUI: added search box to backtrace view rhbz#612017 (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- fixed some gui warnings rhbz#671488 (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- btparser/dupechecker improvements:
Jiri Moskovcak 7753939
  - Better handling of glibc architecture-specific functions (kklic@redhat.com)
Jiri Moskovcak 7753939
  - support format of thread header: "Thread 8 (LWP 6357):" (kklic@redhat.com)
Jiri Moskovcak 7753939
Jiri Moskovcak 7753939
* Fri Feb 04 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.16-1
Jiri Moskovcak 7753939
- rhtsupport: added list of attachments to comment rhbz#668875
Jiri Moskovcak 7753939
- rhtsupport: stop consuming non-standard header rhbz#670492
Jiri Moskovcak 7753939
- Resolves: #670492, #668875
Jiri Moskovcak 7753939
Jiri Moskovcak 7753939
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-2
Jiri Moskovcak 7753939
- add a gui/uid to useradd/groupadd command (reserved in setup rhbz#670231)
Jiri Moskovcak 7753939
- Resolves: #650975
Jiri Moskovcak 7753939
Jiri Moskovcak 7753939
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.15-1
Jiri Moskovcak 7753939
- removed unused files (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- update po files (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- removed some unused files (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- pass old pattern to ccpp hook and use it (dvlasenk@redhat.com)
Jiri Moskovcak 7753939
- GUI: added warning when gnome-keyring can't be accessed rhbz#576866 (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- 666893 - Unable to make sense of XML-RPC response from server (npajkovs@redhat.com)
Jiri Moskovcak 7753939
- PyHook: ignore SystemExit exception rhbz#636913 (jmoskovc@redhat.com)
Jiri Moskovcak 7753939
- 665405 - ABRT's usage of sos does not grab /var/log/messages (npajkovs@redhat.com)
Jiri Moskovcak 7753939
- add a note in report if kernel is tainted (npajkovs@redhat.com)
Jiri Moskovcak 7753939
- KerneloopsScanner.cpp: make a room for NULL byte (npajkovs@redhat.com)
Jiri Moskovcak 7753939
- fix multicharacter warring (npajkovs@redhat.com)
Jiri Moskovcak 7753939
- open help page instead of about rhbz#666267
Jiri Moskovcak 7753939
Jiri Moskovcak 0411cb8
* Wed Jan 19 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-3
Jiri Moskovcak 0411cb8
- fixed build with rpm 4.9 (thx panu pmatilai for the patch)
Jiri Moskovcak 0411cb8
a7fad6a
* Wed Jan 19 2011 Matthias Clasen <mclasen@redhat.com> 1.1.14-2
a7fad6a
- Rebuild against new rpm
a7fad6a
Jiri Moskovcak 4b61da1
* Wed Nov 17 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.14-1
Jiri Moskovcak 4b61da1
- made howto mandatory
Jiri Moskovcak 4b61da1
- fixed segv in abrt-hook-ccpp rhbz#652338
Jiri Moskovcak 4b61da1
- added warning if kernel was tainted
Jiri Moskovcak 4b61da1
- make the "install debuginfo" hint selectable rhbz#644343
Jiri Moskovcak 4b61da1
- wrap howto and comments rhbz#625237
Jiri Moskovcak 4b61da1
- wrap lines in the backtrace window rhbz#625232
Jiri Moskovcak 4b61da1
- changed '*' to '•' rhbz#625236
Jiri Moskovcak 4b61da1
- make the bt viewer not-editable rhbz#621871
Jiri Moskovcak 4b61da1
- removed unneeded patches
Jiri Moskovcak 4b61da1
Jiri Moskovcak 07731c3
* Wed Nov 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-3
Jiri Moskovcak 07731c3
- Rebuild for libnotify-0.7
Jiri Moskovcak 07731c3
Jiri Moskovcak 7753939
* Wed Aug 25 2010 Jochen Schmitt <Jochen herr-schmitt de> 1.1.13-2
Jochen Schmitt 2b9de79
- Rebuild for python-2.7
Jochen Schmitt 2b9de79
Jiri Moskovcak b87d8aa
* Tue Aug 10 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.13-1
Jiri Moskovcak b87d8aa
- updated translation
Jiri Moskovcak b87d8aa
- added native systemd file rhbz#617316 (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- added ar to LINGUAS (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- made /etc/abrt/plugins/Bugzilla.conf world-readable again (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- l10n: adding fa locale (lashar@fedoraproject.org)
Jiri Moskovcak b87d8aa
- l10n: new Persian (lashar@fedoraproject.org)
Jiri Moskovcak b87d8aa
- remove libzip code (npajkovs@redhat.com)
Jiri Moskovcak b87d8aa
- add libxml-2.0 into configure (npajkovs@redhat.com)
Jiri Moskovcak b87d8aa
- fixed typo in man page rhbz#610748 (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- RHTSupport: GUI's SSLVerify checkbox had one missing bit of code (vda.linux@googlemail.com)
Jiri Moskovcak b87d8aa
- abrt_curl: discard headers from HTTP redirection (vda.linux@googlemail.com)
Jiri Moskovcak b87d8aa
- moved abrt.socket and abrtd.lock into /var/run/abrt making selinux happy (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- Mention --info and --backtrace in the abrt-cli man page. (kklic@redhat.com)
Jiri Moskovcak b87d8aa
- build fixes for gcc 4.5 (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- abrt-hook-ccpp: small fixes prompted by testing on RHEL5 (vda.linux@googlemail.com)
Jiri Moskovcak b87d8aa
- Added --info action to abrt-cli (mtoman@redhat.com)
Jiri Moskovcak b87d8aa
- wire up SSLVerify in RHTSupport.conf to actually have the desired effect (vda.linux@googlemail.com)
Jiri Moskovcak b87d8aa
- fixed tooltip localization rhbz#574693 (jmoskovc@redhat.com)
Jiri Moskovcak b87d8aa
- dumpoops/KerneloopsScanner: add pid to crashdump name (vda.linux@googlemail.com)
Jiri Moskovcak b87d8aa
- A message change suggested by dhensley (kklic@redhat.com)
Jiri Moskovcak b87d8aa
558e5bc
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.10-4
b354eba
- rebuild
b354eba
05020c8
* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-3
05020c8
- blacklist /usr/bin/nspluginviewer
05020c8
247876f
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-2
247876f
- minor build fixes
247876f
0221874
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-1
0221874
- blacklisted mono-core package
0221874
- die with an error message if the database plugin is not accessible when needed (kklic@redhat.com)
0221874
- change RHTSupport URL protocol from HTTP to HTTPS (dvlasenk@redhat.com)
0221874
- the Logger plugin returns a message as the result of Report() call instead of a file URL (kklic@redhat.com)
0221874
- Cut off prelink suffixes from executable name if any (mtoman@redhat.com)
0221874
- CCpp: abrt-debuginfo-install output lines can be long, accomodate them (dvlasenk@redhat.com)
0221874
- do not pop up message on crash if the same crash is the same (dvlasenk@redhat.com)
0221874
- fedora bugs do not depend on rhel bugs (npajkovs@redhat.com)
0221874
- GUI: fixed problem with no gkeyring and just one reporter enabled rhbz#612457 (jmoskovc@redhat.com)
0221874
- added a document about interpreted language integration (kklic@redhat.com)
0221874
- moved devel header files to inc/ and included them in -devel package (jmoskovc@redhat.com, npajkovs@redhat.com)
0221874
- renamed abrt-utils.pc to abrt.pc (jmoskovc@redhat.com)
0221874
- string updates based on a UI text review (kklic@redhat.com)
0221874
- rhtsupport obsoletes the old rh plugins (jmoskovc@redhat.com)
0221874
- list allowed items in RHTSupport.conf (kklic@redhat.com)
0221874
- GUI: fixed package name in warning message when the packge is kernel rhbz#612191 (jmoskovc@redhat.com)
0221874
- remove rating for python crashes (jmoskovc@redhat.com)
0221874
- CCpp: give zero rating to an empty backtrace (jmoskovc@redhat.com)
0221874
- GUI: allow sending crashes without rating (jmoskovc@redhat.com)
0221874
- RHTSupport: set default URL to api.access.redhat.com/rs (dvlasenk@redhat.com)
0221874
- abort initialization on abrt.conf parsing errors (dvlasenk@redhat.com)
0221874
- changing NoSSLVerify to SSLVerify in bugzilla plugin (mtoman@redhat.com)
0221874
- added rating to python crashes
0221874
- show hostname in cli (kklic@redhat.com)
0221874
- updated po files (jmoskovc@redhat.com)
0221874
- added support for package specific actions rhbz#606917 (jmoskovc@redhat.com)
0221874
- renamed TicketUploader to ReportUploader (jmoskovc@redhat.com)
0221874
- bad hostnames on remote crashes (npajkovs@redhat.com)
0221874
- unlimited MaxCrashReportsSize (npajkovs@redhat.com)
0221874
- abrt_rh_support: improve error messages rhbz#608698 (vda.linux@googlemail.com)
0221874
- Added BacktraceRemotes option. (kklic@redhat.com)
0221874
- Allow remote crashes to not to belong to a package. Skip GPG check on remote crashes. (kklic@redhat.com)
0221874
- remove obsolete Catcut and rhfastcheck reporters (vda.linux@googlemail.com)
0221874
- make rhel bug point to correct place rhbz#578397 (npajkovs@redhat.com)
0221874
- Show comment and how to reproduce fields when reporing crashes in abrt-cli (kklic@redhat.com)
0221874
- Bash completion update (kklic@redhat.com)
0221874
- Rename --get-list to --list (kklic@redhat.com)
0221874
- Update man page (kklic@redhat.com)
0221874
- Options overhaul (kklic@redhat.com)
0221874
- abrt should not point to Fedora bugs but create new RHEL bug instead (npajkovs@redhat.com)
0221874
- Don't show global uuid in report (npajkovs@redhat.com)
0221874
- GUI: don't try to use action plugins as reporters (jmoskovc@redhat.com)
0221874
- Added WatchCrashdumpArchiveDir directive to abrt.conf and related code (vda.linux@googlemail.com)
0221874
- GUI: don't show the placehondler icon rhbz#605693 (jmoskovc@redhat.com)
0221874
- Make "Loaded foo.conf" message less confusing (vda.linux@googlemail.com)
0221874
- Fixed a flaw in strbuf_prepend_str (kklic@redhat.com)
0221874
- TicketUploader: do not add '\n' to text files in crashdump (vda.linux@googlemail.com)
0221874
- GUI: skip the plugin selection, if it's not needed (jmoskovc@redhat.com)
0221874
- Check conf file for syntax errors (kklic@redhat.com)
0221874
- move misplaced sanity checks in cron parser (vda.linux@googlemail.com)
0221874
- GUI: don't require the rating for all reporters (jmoskovc@redhat.com)
0221874
- GUI: fixed exception when there is no configure dialog for plugin rhbz#603745 (jmoskovc@redhat.com)
0221874
- Add a GUI config dialog for RHTSupport plugin (vda.linux@googlemail.com)
0221874
- abrt_curl: fix a problem with incorrect content-length on 32-bit arches (vda.linux@googlemail.com)
0221874
- sosreport: save the dump directly to crashdump directory (vda.linux@googlemail.com)
0221874
- plugin rename: rhticket -> RHTSupport (vda.linux@googlemail.com)
0221874
- Daemon socket for reporting crashes (karel@localhost.localdomain)
0221874
- GUI: fixed few typos (jmoskovc@redhat.com)
0221874
0b28a30
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.1.5-1.1
0b28a30
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
0b28a30
Jiri Moskovcak 3a42d82
* Wed Jun 09 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.5-1
97652d8
- GUI: polished the reporter assistant (jmoskovc@redhat.com)
97652d8
- Logger reporter: do not store useless info (vda.linux@googlemail.com)
97652d8
- ccpp hook: add SaveBinaryImage option which saves of the crashed binary (vda.linux@googlemail.com)
97652d8
- SPEC: added CFLAGS="-fno-strict-aliasing" to fix the rpmdiff warnings rhbz#599364 (jmoskovc@redhat.com)
97652d8
- GUI: don't remove user comments when re-reporting the bug rhbz#601779 (jmoskovc@redhat.com)
97652d8
- remove "(deleted)" from executable path rhbz#593037 (jmoskovc@redhat.com)
97652d8
- CCpp analyzer: add 60 sec cap on gdb run time. (vda.linux@googlemail.com)
97652d8
- add new file *hostname* into debugdump directory (npajkovs@redhat.com)
97652d8
- rhticket: upload real tarball, not a bogus file (vda.linux@googlemail.com)
97652d8
- abrt-hook-ccpp: eliminate race between process exit and compat coredump creation rhbz#584554 (vda.linux@googlemail.com)
97652d8
- rhticket: actually do create ticket, using Gavin's lib code (vda.linux@googlemail.com)
97652d8
- properly obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
97652d8
- GUI: remember comment and howto on backtrace refresh rhbz#545690 (jmoskovc@redhat.com)
97652d8
- use header case in button label rhbz#565812 (jmoskovc@redhat.com)
97652d8
- make log window resizable (vda.linux@googlemail.com)
97652d8
- rename a few remaining /var/cache/abrt -> /var/spool/abrt (vda.linux@googlemail.com)
97652d8
e96f5e2
* Wed May 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.4-1
e96f5e2
- added reporting wizard
e96f5e2
- fixed few leaked fds
e96f5e2
- fixed kerneloops --- cut here --- problem
e96f5e2
- updated translations
e96f5e2
54f7d17
* Fri May 21 2010 Denys Vlasenko <dvlasenk@redhat.com> 1.1.3-1
54f7d17
- More fixes for /var/cache/abrt -> /var/spool/abrt conversion
54f7d17
5939e9b
* Fri May 21 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-3
5939e9b
- fixed spec file to create /var/spool/abrt rhbz#593670
5939e9b
- updated init script to reflect the pid file renaming
5939e9b
c8513d2
* Wed May 19 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.2-1
c8513d2
- updated translation
c8513d2
- obsolete gnome-python2-bugbuddy rhbz#579748 (jmoskovc@redhat.com)
c8513d2
- Report "INFO: possible recursive locking detected rhbz#582378 (vda.linux@googlemail.com)
c8513d2
- kill yumdownloader if abrt-debuginfo-install is terminated mid-flight (vda.linux@googlemail.com)
c8513d2
- do not create Python dumps if argv[0] is not absolute (vda.linux@googlemail.com)
c8513d2
- improve kerneloops hash (vda.linux@googlemail.com)
c8513d2
- Move /var/cache/abrt to /var/spool/abrt. rhbz#568101. (vda.linux@googlemail.com)
c8513d2
- bugzilla: better summary and decription messages (npajkovs@redhat.com)
c8513d2
- renamed daemon pid and lock file rhbz#588315 (jmoskovc@redhat.com)
c8513d2
- Daemon socket for reporting crashes (kklic@redhat.com)
c8513d2
- Move hooklib from src/Hooks to lib/Utils (kklic@redhat.com)
c8513d2
b8aa7d7
* Thu May 13 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.1-1
b8aa7d7
- updated translations
b8aa7d7
- removed avant-window-navigator from blacklist (jmoskovc@redhat.com)
b8aa7d7
- Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux@googlemail.com)
b8aa7d7
- fix bug 588945 - sparse core files performance hit (vda.linux@googlemail.com)
b8aa7d7
- Add BlackListedPaths option to abrt.conf. Fixes #582421 (vda.linux@googlemail.com)
b8aa7d7
- Do not die when /var/cache/abrt/*/uid does not contain a number (rhbz#580899) (kklic@redhat.com)
b8aa7d7
- rid of rewriting config in /etc/abrt/abrt.conf (npajkovs@redhat.com)
b8aa7d7
- fix bug 571411: backtrace attachment of the form /var/cache/abrt/foo-12345-67890/backtrace (vda.linux@googlemail.com)
b8aa7d7
- Do not echo password to terminal in abrt-cli (kklic@redhat.com)
b8aa7d7
- improved daemon error messages (kklic@redhat.com)
b8aa7d7
b8aa7d7
* Mon May 03 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.0-1
b8aa7d7
- updated transaltions
b8aa7d7
- added Hebrew into languages
b8aa7d7
- updated icons rhbz#587698 (jmoskovc@redhat.com)
b8aa7d7
- Bugzilla login/password emptiness check uses 'or' instead of 'and' (kklic@redhat.com)
b8aa7d7
- Show error message when abrtd service is run as non-root. rhbz#584352 (kklic@redhat.com)
b8aa7d7
- Rename EnableOpenGPG to OpenGPGCheck in the man page rhbz#584332 (kklic@redhat.com)
b8aa7d7
- Document ProcessUnpackaged in abrt.conf.5. Document default values. (kklic@redhat.com)
b8aa7d7
- Crash function is now detected even for threads without an abort frame (kklic@redhat.com)
b8aa7d7
- comment can be private (npajkovs@redhat.com)
b8aa7d7
- do not catch perl/python crashes when the script is not of known package origin (kklic@redhat.com)
b8aa7d7
- kerneloop is more informative when failed (npajkovs@redhat.com)
b8aa7d7
- add function name into summary(if it's found) (npajkovs@redhat.com)
b8aa7d7
- Change kerneloops message when it fails (npajkovs@redhat.com)
b8aa7d7
Karel Klíč 6b692ce
* Fri Apr 30 2010 Karel Klic <kklic@redhat.com> 1.0.9-3
Karel Klíč 6b692ce
- fixed crash function detection (a part of duplication detection)
Karel Klíč 6b692ce
b8aa7d7
* Wed Apr 14 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-2
07ee5fb
- fixed problem with localized yum messages rhbz#581804
07ee5fb
- better bugzilla summary (napjkovs@redhat.com)
07ee5fb
- ignore interpreter (py,perl) crashes caused by unpackaged scripts (kklic@redhat.com)
07ee5fb
f3025fa
* Tue Apr 06 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-1
f3025fa
- hooklib: fix excessive rounding down in free space calculation (bz#575644) (vda.linux@googlemail.com)
f3025fa
- gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and such (vda.linux@googlemail.com)
f3025fa
- trivial: fix 566806 "abrt-gui sometimes can't be closed" (vda.linux@googlemail.com)
f3025fa
- gui: fix the last case where gnome-keyring's find_items_sync() may throw DeniedError (vda.linux@googlemail.com)
f3025fa
- fixed some compilation problems on F13 (jmoskovc@redhat.com)
f3025fa
- updated translations (jmoskovc@redhat.com)
f3025fa
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
f3025fa
f3025fa
* Wed Mar 31 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.0.9-0.201003312045.1
f3025fa
- test day build
f3025fa
- updated translation
f3025fa
- minor fix to sosreport to make it work with latest sos rhbz#576861 (jmoskovc@redhat.com)
f3025fa
- GUI: total rewrite based on design from Mairin Duffy (jmoskovc@redhat.com)
f3025fa
- trivial: better HTTP/curl error reporting (vda.linux@googlemail.com)
f3025fa
- Use backtrace parser from abrtutils, new backtrace rating algorithm, store crash function if it's known (kklic@redhat.com)
f3025fa
- abrt-rate-backtrace is replaced by abrt-backtrace --rate (kklic@redhat.com)
f3025fa
- Ignore some temp files (kklic@redhat.com)
f3025fa
- PYHOOK: don't use sitecustomize.py rhbz#539497 (jmoskovc@redhat.com)
f3025fa
- rhfastcheck: a new reporter plugin based on Gavin's work (vda.linux@googlemail.com)
f3025fa
- rhticket: new reporter plugin (vda.linux@googlemail.com)
f3025fa
- GUI: fixed few window icons (jmoskovc@redhat.com)
f3025fa
- Allow user to select which reporter he wants to use to report a crash using CLI.(kklic@redhat.com)
f3025fa
- bz reporter: s/uuid/duphash; more understandable message; simplify result str generation; fix indentation (vda.linux@googlemail.com)
f3025fa
- GUI: fixed crash count column sorting rhbz#573139 (jmoskovc@redhat.com)
f3025fa
- Kerneloops: use 1st line of oops as REASON. Closes rhbz#574196. (vda.linux@googlemail.com)
f3025fa
- Kerneloops: fix a case when we file an oops w/o backtrace (vda.linux@googlemail.com)
f3025fa
- minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26 (jmoskovc@redhat.com)
f3025fa
- GUI: added action to applet to directly report last crash (jmoskovc@redhat.com)
f3025fa
- Never flag backtrace as binary file (fixes problem observed in bz#571411) (vda.linux@googlemail.com)
f3025fa
- improve syslog file detection. closes bz#565983 (vda.linux@googlemail.com)
f3025fa
- add arch, package and release in comment (npajkovs@redhat.com)
f3025fa
- add ProcessUnpackaged option to abrt.conf (vda.linux@googlemail.com)
f3025fa
- abrt-debuginfo-install: use -debuginfo repos which match enabled "usual" repos (vda.linux@googlemail.com)
f3025fa
- fix format security error (fcrozat@mandriva.com)
f3025fa
- icons repackaging (jmoskovc@redhat.com)
f3025fa
- partial fix for bz#565983 (vda.linux@googlemail.com)
f3025fa
- SPEC: Updated source URL (jmoskovc@redhat.com)
f3025fa
- removed unneeded patches
f3025fa
- and much more ...
f3025fa
f3025fa
* Sat Mar 13 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-3
f3025fa
- fixed kerneloops reporting rhbz#570081
f3025fa
- fixed Source url
f3025fa
- fixed debuginfo-install to work on F13
f3025fa
  - improved debuginfo-install (vda.linux@googlemail.com)
f3025fa
  - fix debuginfo-install to work with yum >= 3.2.26 (jmoskovc@redhat.com)
f3025fa
f3025fa
* Wed Mar  3 2010  Denys Vlasenko <dvlasenk@redhat.com> 1.0.8-2
f3025fa
- fix initscript even more (npajkovs@redhat.com)
f3025fa
- remove -R2 from yum command line
f3025fa
de16c9b
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-1
de16c9b
- fix initscript (npajkovs@redhat.com)
de16c9b
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
de16c9b
3ac3bbb
* Mon Feb 22 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.8-0.git-20100222
3ac3bbb
- Kerneloops: make hashing more likely to produce same hash on different oopses (vda.linux@googlemail.com)
3ac3bbb
- make abrt work with the latest kernels (>= 2.6.33) (jmoskovc@redhat.com)
3ac3bbb
- lib/Utils/abrt_dbus: utf8-sanitize all strings in dbus messages (fixes #565876) (vda.linux@googlemail.com)
3ac3bbb
3ac3bbb
* Fri Feb 12 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.7-1
3ac3bbb
- enabled column sorting rhbz#541853
3ac3bbb
- Load plugin settings also from ~/.abrt/*.conf (kklic@redhat.com)
3ac3bbb
- fix bz#541088 "abrt should not catch python excp EPIPE" (vda.linux@googlemail.com)
3ac3bbb
- fix bz#554242 "Cannot tab between input areas in report dialog" (vda.linux@googlemail.com)
3ac3bbb
- fix bz#563484 "abrt uses unnecessary disk space when getting debug info" (vda.linux@googlemail.com)
3ac3bbb
- Don't show empty 'Not loaded plugins' section - fix#2 rhbz#560971 (jmoskovc@redhat.com)
3ac3bbb
- fix big-endian build problem (vda.linux@googlemail.com)
3ac3bbb
- Fixes, displays package owners (kklic@redhat.com)
3ac3bbb
- GUI: fixed exception in plugin settings dialog rhbz#560851 (jmoskovc@redhat.com)
3ac3bbb
- GUI: respect system settings for toolbars rhbz#552161 (jmoskovc@redhat.com)
3ac3bbb
- python hook: move UUID generation to abrtd; generate REASON, add it to bz title (vda.linux@googlemail.com)
3ac3bbb
- make "reason" field less verbose; bz reporter: include it in "summary" (vda.linux@googlemail.com)
3ac3bbb
- added avant-window-navigator to blacklist per maintainer request (jmoskovc@redhat.com)
3ac3bbb
- CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars) (vda.linux@googlemail.com)
3ac3bbb
- Ask for login and password if missing from reporter plugin. (kklic@redhat.com)
3ac3bbb
- abrtd: fix handling of dupes (weren't deleting dup's directory); better logging (vda.linux@googlemail.com)
3ac3bbb
- abrtd: handle "perl -w /usr/bin/script" too (vda.linux@googlemail.com)
3ac3bbb
- Component-wise duplicates (kklic@redhat.com)
3ac3bbb
- abrtd: fix rhbz#560642 - don't die on bad plugin names (vda.linux@googlemail.com)
3ac3bbb
- Fixed parsing backtrace from rhbz#549293 (kklic@redhat.com)
3ac3bbb
- GUI: fixed scrolling in reporter dialog rhbz#559687 (jmoskovc@redhat.com)
3ac3bbb
- fixed button order in plugins windows rhbz#560961 (jmoskovc@redhat.com)
3ac3bbb
- GUI: fixed windows icons and titles rhbz#537240, rhbz#560964 (jmoskovc@redhat.com)
3ac3bbb
- Fix to successfully parse a backtrace from rhbz#550642 (kklic@redhat.com)
3ac3bbb
- cli: fix the problem of not showing oops text in editor (vda.linux@googlemail.com)
3ac3bbb
- GUI: fix rhbz#560971 "Don't show empty 'Not loaded plugins' section" (vda.linux@googlemail.com)
3ac3bbb
42bc249
* Tue Feb  2 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.6-1
42bc249
- print __glib_assert_msg (rhbz#549735);
42bc249
- SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com)
42bc249
- abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com)
42bc249
- APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com)
42bc249
- GUI: made report message labels wrap (jmoskovc@redhat.com)
42bc249
- GUI: don't die if daemon doesn't send the gpg keys (jmoskovc@redhat.com)
42bc249
- disabled the autoreporting of kerneloopses (jmoskovc@redhat.com)
42bc249
- Kerneloops: fix BZ reporting of oopses (vda.linux@googlemail.com)
42bc249
- GUI: wider report message dialog (jmoskovc@redhat.com)
42bc249
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
42bc249
- Logger: create log file with mode 0600 (vda.linux@googlemail.com)
42bc249
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
42bc249
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
42bc249
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
42bc249
42bc249
* Fri Jan 29 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.5-1
42bc249
- moved the gpg key list from abrt.conf to gpg_keys file (jmoskovc@redhat.com)
42bc249
- Logger: create log file with mode 0600 rhbz#559545 (vda.linux@googlemail.com)
42bc249
- GUI: fixed the rating logic, to prevent sending BT with rating < 3 (jmoskovc@redhat.com)
42bc249
- Report GUI: made more fields copyable - closed rhbz#526209; tweaked wording (vda.linux@googlemail.com)
42bc249
- GUI: fixed bug caused by failed gk-authorization (jmoskovc@redhat.com)
42bc249
- fix bug 559881 (kerneloops not shown in "new" GUI) (vda.linux@googlemail.com)
42bc249
- GUI ReporterDialog: hide log button (vda.linux@googlemail.com)
42bc249
- added valgrind and strace to blacklist (jmoskovc@redhat.com)
42bc249
- SOSreport: do not leave stray files in /tmp (vda.linux@googlemail.com)
42bc249
- Save the core where it belongs if ulimit -c is > 0 (jmoskovc@redhat.com)
42bc249
- reenabled gpg check (jmoskovc@redhat.com)
42bc249
- SOSreport: run it niced (vda.linux@googlemail.com)
42bc249
- report GUI: rename buttons: Log -> Show log, Send -> Send report (vda.linux@googlemail.com)
42bc249
- applet: reduce blinking timeout to 3 sec (vda.linux@googlemail.com)
42bc249
- fix dbus autostart (vda.linux@googlemail.com)
42bc249
- abrtd: set "Reported" status only if at least one reporter succeeded (vda.linux@googlemail.com)
42bc249
- SQLite3: disable newline escaping, SQLite does not handle it (vda.linux@googlemail.com)
42bc249
- SOSreport: make it avoid double runs; add forced regeneration; upd PLUGINS-HOWTO (vda.linux@googlemail.com)
42bc249
- attribute SEGVs in perl to script's package, like we already do for python (vda.linux@googlemail.com)
42bc249
91cd8a7
* Wed Jan 20 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.4-1
3ac3bbb
- enabled sosreport
3ac3bbb
- fixes in ticketuploader
91cd8a7
- GUI: redesign of reporter dialog (jmoskovc@redhat.com)
91cd8a7
- Set the prgname to "Automatic Bug Reporting Tool" fixes rhbz#550357 (jmoskovc@redhat.com)
91cd8a7
- CCpp analyzer: display __abort_msg in backtrace. closes rhbz#549735 (vda.linux@googlemail.com)
91cd8a7
- s/os.exit/sys.exit - closes rhbz#556313 (vda.linux@googlemail.com)
91cd8a7
- use repr() to print variable values in python hook rhbz#545070 (jmoskovc@redhat.com)
91cd8a7
- gui: add logging infrastructure (vda.linux@googlemail.com)
91cd8a7
- Added "Enabled = yes" to all plugin's config files (jmoskovc@redhat.com)
91cd8a7
- *: disable plugin loading/unloading through GUI. Document keyring a bit (vda.linux@googlemail.com)
91cd8a7
- fix memory leaks in catcut plugin (npajkovs@redhat.com)
91cd8a7
- fix memory leaks in bugzilla (npajkovs@redhat.com)
91cd8a7
- abrt-hook-python: sanitize input more; log to syslog (vda.linux@googlemail.com)
91cd8a7
- Fixed /var/cache/abrt/ permissions (kklic@redhat.com)
91cd8a7
- Kerneloops: we require commandline for every crash, save dummy one for oopses (vda.linux@googlemail.com)
91cd8a7
- *: remove nss dependencies (vda.linux@googlemail.com)
91cd8a7
- CCpp: use our own sha1 implementation (less pain with nss libs) (vda.linux@googlemail.com)
91cd8a7
- DebugDump: more consistent logic in setting mode and uid:gid on dump dir (vda.linux@googlemail.com)
91cd8a7
- fixes based on security review (vda.linux@googlemail.com)
91cd8a7
- SOSreport/TicketUploader: use more restrictive file modes (vda.linux@googlemail.com)
91cd8a7
- abrt-hook-python: add input sanitization and directory size guard (vda.linux@googlemail.com)
91cd8a7
- RunApp: safer chdir. Overhauled "sparn a child and get its output" in general (vda.linux@googlemail.com)
91cd8a7
- DebugDump: use more restrictive modes (vda.linux@googlemail.com)
91cd8a7
- SQLite3: check for SQL injection (vda.linux@googlemail.com)
91cd8a7
- replace plugin enabling via EnabledPlugins by par-plugin Enabled = yes/no (vda.linux@googlemail.com)
91cd8a7
- abrt.spec: move "requires: gdb" to abrt-desktop (vda.linux@googlemail.com)
91cd8a7
- ccpp: add a possibility to disable backtrace generation (vda.linux@googlemail.com)
91cd8a7
- abrtd: limit the number of frames in backtrace to 3000 (vda.linux@googlemail.com)
91cd8a7
91cd8a7
* Tue Jan  5 2010  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.3-1
91cd8a7
- speed optimalization of abrt-debuginfo-install (jmoskovc@redhat.com)
91cd8a7
- updated credits (jmoskovc@redhat.com)
91cd8a7
- GUI: fixed crash when abrt-gui is run without X server rhbz#552039 (jmoskovc@redhat.com)
91cd8a7
- abrt-backtrace manpage installed (kklic@redhat.com)
91cd8a7
- cmdline and daemon checking is done by abrt-python-hook (kklic@redhat.com)
91cd8a7
- moved get_cmdline() and daemon_is_ok() to abrtlib (kklic@redhat.com)
91cd8a7
- large file support for whole abrt (kklic@redhat.com)
91cd8a7
- made s_signal_caught volatile (vda.linux@googlemail.com)
91cd8a7
- abrt-debuginfo-install: fixes for runs w/o cachedir (vda.linux@googlemail.com)
91cd8a7
- remove unsafe log() from signal handler (vda.linux@googlemail.com)
91cd8a7
- src/Hooks/CCpp.cpp: use and honour 'c' (core limit size). (vda.linux@googlemail.com)
91cd8a7
- lib/Plugins/CCpp.cpp: save gdb error messages too (vda.linux@googlemail.com)
91cd8a7
- prevent destructors from throwing exceptions; check curl_easy_init errors (vda.linux@googlemail.com)
91cd8a7
- don't blame python for every crash in /usr/bin/python rhbz#533521 trac#109 (jmoskovc@redhat.com)
91cd8a7
- GUI: autoscroll log window (jmoskovc@redhat.com)
91cd8a7
- Kerneloops.conf: better comments (vda.linux@googlemail.com)
91cd8a7
- applet: reduce blinking time to 30 seconds (vda.linux@googlemail.com)
91cd8a7
- add paranoia checks on setuid/setgid (vda.linux@googlemail.com)
91cd8a7
- more "obviously correct" code for secure opening of /dev/null (vda.linux@googlemail.com)
91cd8a7
- get rid of ugly sleep call inside while() (vda.linux@googlemail.com)
91cd8a7
8d35b37
* Mon Dec 14 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.2-1
8d35b37
- disabled GPG check again (jmoskovc@redhat.com)
8d35b37
- abrt-pyhook-helper rename (vda.linux@googlemail.com)
8d35b37
- abrt-cli: report success/failure of reporting. closes bug 71 (vda.linux@googlemail.com)
8d35b37
- less logging (vda.linux@googlemail.com)
8d35b37
- mkde abrt-gui --help and --version behave as expected. closes bug 85 (vda.linux@googlemail.com)
8d35b37
- dbus lib: fix parsing of 0-element arrays. Fixes bug 95 (vda.linux@googlemail.com)
8d35b37
- make "abrt-cli --delete randomuuid" report that deletion failed. closes bug 59 (vda.linux@googlemail.com)
8d35b37
- applet: make animation stop after 1 minute. (closes bug 108) (vda.linux@googlemail.com)
8d35b37
- show comment and how to reproduce fields, when BT rating > 3 (jmoskovc@redhat.com)
8d35b37
- Gui: make report status window's text wrap. Fixes bug 82 (vda.linux@googlemail.com)
8d35b37
- CCpp analyzer: added "info sharedlib" (https://fedorahosted.org/abrt/ticket/90) (vda.linux@googlemail.com)
8d35b37
- added link to bugzilla new account page to Bugzilla config dialog (jmoskovc@redhat.com)
8d35b37
- GUI: added log window (jmoskovc@redhat.com)
8d35b37
8d35b37
* Tue Dec  8 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.1-1
8d35b37
- PyHook: better logic for checking if abrtd is running rhbz#539987 (jmoskovc@redhat.com)
8d35b37
- re-enabled gpg sign checking (jmoskovc@redhat.com)
8d35b37
- PyHook: use repr() for displaying variables rhbz#545070 (jmoskovc@redhat.com)
8d35b37
- kerneloops: fix the linux kernel version identification (aarapov@redhat.com)
8d35b37
- gui review (rrakus@redhat.com)
8d35b37
- when we trim the dir, we must delete it from DB too rhbz#541854 (vda.linux@googlemail.com)
8d35b37
- improved dupe checking (kklic@redhat.com)
8d35b37
- GUI: handle cases when gui fails to start daemon on demand rhbz#543725 (jmoskovc@redhat.com)
8d35b37
- Add abrt group only if it is missing; fixes rhbz#543250 (kklic@redhat.com)
8d35b37
- GUI: more string fixes rhbz#543266 (jmoskovc@redhat.com)
8d35b37
- abrt.spec: straighten out relations between abrt-desktop and abrt-gui (vda.linux@googlemail.com)
8d35b37
- refuse to start if some required plugins are missing rhbz#518422 (vda.linux@googlemail.com)
8d35b37
- GUI: survive gnome-keyring access denial rhbz#543200 (jmoskovc@redhat.com)
8d35b37
- typo fixes rhbz#543266 (jmoskovc@redhat.com)
8d35b37
- abrt-debuginfo-install: better fix for incorrect passing double quotes (vda.linux@googlemail.com)
8d35b37
- APPLET: stop animation when it's not needed rhbz#542157 (jmoskovc@redhat.com)
8d35b37
- ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003) (vda.linux@googlemail.com)
8d35b37
- Hooks/CCpp.cpp: add MakeCompatCore = yes/no directive. Fixes rhbz#541707 (vda.linux@googlemail.com)
8d35b37
- SPEC: removed sqlite3 package, fixed some update problems (jmoskovc@redhat.com)
8d35b37
- Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf (npajkovs@redhat.com)
8d35b37
- remove word 'detected' from description rhbz#541459 (vda.linux@googlemail.com)
8d35b37
- src/Hooks/CCpp.cpp: do save abrtd's own coredumps, but carefully... (vda.linux@googlemail.com)
8d35b37
- CCpp.cpp: quote parameters if needed rhbz#540164 (vda.linux@googlemail.com)
8d35b37
083af50
* Fri Nov 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 1.0.0-1
083af50
- new version
083af50
- comment input wraps words rhbz#531276
083af50
- fixed hiding password dialog rhbz#529583
083af50
- easier kerneloops reporting rhbz#528395
083af50
- made menu entry translatable rhbz#536878 (jmoskovc@redhat.com)
083af50
- GUI: don't read the g-k every time we want to use the setting (jmoskovc@redhat.com)
083af50
- GUI: survive if g-k access is denied rhbz#534171 (jmoskovc@redhat.com)
083af50
- include more info into oops (we were losing the stack dump) (vda.linux@googlemail.com)
083af50
- make BZ insert small text attachments inline; move text file detection code (vda.linux@googlemail.com)
083af50
- GUI: fixed text wrapping in comment field rhbz#531276 (jmoskovc@redhat.com)
083af50
- GUI: added cancel to send dialog rhbz#537238 (jmoskovc@redhat.com)
083af50
- include abrt version in bug descriptions (vda.linux@googlemail.com)
083af50
- ccpp hook: implemented ReadonlyLocalDebugInfoDirs directive (vda.linux@googlemail.com)
083af50
- GUI: added window icon rhbz#537240 (jmoskovc@redhat.com)
083af50
- add support for \" escaping in config file (vda.linux@googlemail.com)
083af50
- add experimental saving of /var/log/Xorg*.log for X crashes (vda.linux@googlemail.com)
083af50
- APPLET: changed icon from default gtk-warning to abrt specific, add animation (jmoskovc@redhat.com)
083af50
- don't show icon on abrtd start/stop rhbz#537630 (jmoskovc@redhat.com)
083af50
- /var/cache/abrt permissions 1775 -> 0775 in spec file (kklic@redhat.com)
083af50
- Daemon properly checks /var/cache/abrt attributes (kklic@redhat.com)
083af50
- abrt user group; used by abrt-pyhook-helper (kklic@redhat.com)
083af50
- pyhook-helper: uid taken from system instead of command line (kklic@redhat.com)
083af50
- KerneloopsSysLog: fix breakage in code which detects abrt marker (vda.linux@googlemail.com)
083af50
- GUI: added support for backtrace rating (jmoskovc@redhat.com)
083af50
- InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp. (vda.linux@googlemail.com)
083af50
- abrtd: call res_init() if /etc/resolv.conf or friends were changed rhbz#533589 (vda.linux@googlemail.com)
083af50
- supress errors in python hook to not colide with the running script (jmoskovc@redhat.com)
083af50
083af50
* Tue Nov 10 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-2
083af50
- spec file fixes
083af50
083af50
* Mon Nov  2 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.11-1
083af50
- re-enabled kerneloops
083af50
- abrt-debuginfo-install: download packages one-by-one - better logging (vda.linux@googlemail.com)
083af50
- do not report empty fields (vda.linux@googlemail.com)
083af50
- Added abrt.png, fixed rhbz#531181 (jmoskovc@redhat.com)
083af50
- added option DebugInfoCacheMB to limit size of unpacked debuginfos (vda.linux@googlemail.com)
083af50
- fixed the problem with overwriting the default plugin settings (jmoskovc@redhat.com)
083af50
- disabled kerneloops in config file (jmoskovc@redhat.com)
083af50
- added dependency to gdb >= 7.0 (jmoskovc@redhat.com)
083af50
- better format of report text (vda.linux@googlemail.com)
083af50
- Python backtrace size limited to 1 MB (kklic@redhat.com)
083af50
- lib/Plugins/Bugzilla: better message at login failure (vda.linux@googlemail.com)
083af50
- build fixes, added plugin-logger to abrt-desktop (jmoskovc@redhat.com)
083af50
- blacklisted nspluginwrapper, because it causes too many useless reports (jmoskovc@redhat.com)
083af50
- GUI: Wrong settings window is not shown behind the reporter dialog rhbz#531119 (jmoskovc@redhat.com)
083af50
- Normal user can see kerneloops and report it Bugzilla memory leaks fix (npajkovs@redhat.com)
083af50
- dumpoops: add -s option to dump results to stdout (vda.linux@googlemail.com)
083af50
- removed kerneloops from abrt-desktop rhbz#528395 (jmoskovc@redhat.com)
083af50
- GUI: fixed exception when enabling plugin rhbz#530495 (jmoskovc@redhat.com)
083af50
- Improved abrt-cli (kklic@redhat.com)
083af50
- Added backtrace rating to CCpp analyzer (dnovotny@redhat.com)
083af50
- GUI improvements (jmoskovc@redhat.com)
083af50
- Added abrt-pyhook-helper (kklic@redhat.com)
47201ef
64e3286
* Thu Oct 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.10-1
64e3286
- new version
64e3286
- added more logging (vda.linux@googlemail.com)
64e3286
- made polkit policy to be more permissive when installing debuginfo (jmoskovc@redhat.com)
64e3286
- lib/Plugins/CCpp.cpp: add build-ids to backtrace (vda.linux@googlemail.com)
64e3286
- lib/Plugins/CCpp.cpp: do not use temp file for gdb commands - use -ex CMD instead (vda.linux@googlemail.com)
64e3286
- GUI: added refresh button, added sanity check to plugin settings (jmoskovc@redhat.com)
64e3286
- Initial man page for abrt-cli (kklic@redhat.com)
64e3286
- Added --version, -V, --help, -? options. Fixed crash caused by unknown option. (kklic@redhat.com)
64e3286
- Date/time honors current system locale (kklic@redhat.com)
64e3286
- fixed saving/reading user config (jmoskovc@redhat.com)
64e3286
- SPEC: added gnome-python2-gnomekeyring to requirements (jmoskovc@redhat.com)
64e3286
- GUI: call Report() with the latest pluginsettings (jmoskovc@redhat.com)
64e3286
- Fix Bug 526220 -  [abrt] crash detected in abrt-gui-0.0.9-2.fc12 (vda.linux@googlemail.com)
64e3286
- removed unsecure reading/writting from ~HOME directory rhbz#522878 (jmoskovc@redhat.com)
64e3286
- error checking added to archive creation (danny@rawhide.localdomain)
64e3286
- try using pk-debuginfo-install before falling back to debuginfo-install (vda.linux@googlemail.com)
64e3286
- abrt-gui: make "report" toolbar button work even if abrtd is not running (vda.linux@googlemail.com)
64e3286
- set LIMIT_MESSAGE to 16k, typo fix and daemon now reads config information from dbus (npajkovs@redhat.com)
64e3286
- add support for abrtd autostart (vda.linux@googlemail.com)
64e3286
- GUI: reversed the dumplist, so the latest crashes are at the top (jmoskovc@redhat.com)
64e3286
- rewrite FileTransfer to use library calls instead of commandline calls for compression (dnovotny@redhat.com)
64e3286
- and many minor fixes ..
64e3286
64e3286
* Wed Sep 23 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-2
706df2b
- added bug-buddy to provides rhbz#524934
706df2b
5b23575
* Tue Sep 22 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.9-1
5b23575
- new version
5b23575
- comments and how to reproduce are stored now (npajkovs@redhat.com)
5b23575
- reduce verbosity a bit (vda.linux@googlemail.com)
5b23575
- GUI: fixed word wrap in Comment field rhbz#524349 (jmoskovc@redhat.com)
5b23575
- remove last vestives of dbus-c++ from build system (vda.linux@googlemail.com)
5b23575
- GUI: added popup menu, fixed behaviour when run with root privs (jmoskovc@redhat.com)
5b23575
- add dbus signalization when quota exceeded (npajkovs@redhat.com)
5b23575
- Added cleaning of attachment variable, so there should not be mixed attachmetn anymore. (zprikryl@redhat.com)
5b23575
- fixed closing of debug dump in case of existing backtrace (zprikryl@redhat.com)
5b23575
- remove C++ dbus glue in src/CLI; fix a bug in --report (vda.linux@googlemail.com)
5b23575
- new polkit action for installing debuginfo, default "yes" (danny@rawhide.localdomain)
5b23575
- Polkit moved to Utils (can be used both in daemon and plugins) (danny@rawhide.localdomain)
5b23575
- oops... remove stray trailing '\' (vda.linux@googlemail.com)
5b23575
- GUI: added missing tooltips (jmoskovc@redhat.com)
5b23575
- PYHOOK: ignore KeyboardInterrupt exception (jmoskovc@redhat.com)
5b23575
- added ticket uploader plugin (gavin@redhat.com) (zprikryl@redhat.com)
5b23575
- GUI: added UI for global settings (just preview, not usable!) (jmoskovc@redhat.com)
5b23575
- Add checker if bugzilla login and password are filled in. (npajkovs@redhat.com)
5b23575
- Add new config option InstallDebuginfo into CCpp.conf (npajkovs@redhat.com)
5b23575
- translation updates
5b23575
- many other fixes
5b23575
b50913d
* Fri Sep  4 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8.5-1
b50913d
- new version
b50913d
- APPLET: added about dialog, removed popup, if icon is not visible, fixed (trac#43) (jmoskovc@redhat.com)
b50913d
- renamed abrt to abrtd, few minor spec file fixes (jmoskovc@redhat.com)
b50913d
- Made abrt service start by deafult (jmoskovc@redhat.com)
b50913d
- add gettext support for all plugins (npajkovs@redhat.com)
b50913d
- APPLET: removed the warning bubble about not running abrt service (walters)
b50913d
- APPLET: changed tooltip rhbz#520293 (jmoskovc@redhat.com)
b50913d
- CommLayerServerDBus: rewrote to use dbus, not dbus-c++ (vda.linux@googlemail.com)
b50913d
- fixed timeout on boot causing [ FAILED ] message (vda.linux@googlemail.com)
b50913d
- and many other fixes
b50913d
b50913d
* Wed Sep 02 2009  Colin Walters <watlers@verbum.org> 0.0.8-2
b50913d
- Change Conflicts: kerneloops to be an Obsoletes so we do the right thing
b50913d
  on upgrades.  Also add an Obsoletes: bug-buddy.
b50913d
5f9fc0b
* Wed Aug 26 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.8-1
5f9fc0b
- new version
5f9fc0b
- resolved: Bug 518420 -  ordinary user's abrt-applet shows up for root owned crashes (npajkovs)
5f9fc0b
- GUI: added support for gettext (+part of czech translation) (jmoskovc)
5f9fc0b
- added support for saving settings (zprikryl)
5f9fc0b
- fixed conf: comment in the middle of the line isn't supported anymore (zprikryl)
5f9fc0b
- BZ#518413 PATCH ... furious kerneloops reporting (aarapov)
5f9fc0b
- GUI: added first part of support for gettext (jmoskovc)
5f9fc0b
- add new parameter to FileTransfer plugin (dnovotny)
5f9fc0b
- added support for updating abrt's table (zprikryl)
5f9fc0b
- added check for cc-list and reporter. +1 is created iff reporter is somebody else and current user isn't in cc list. (zprikryl)
5f9fc0b
- GUI: few improvements, to be more userfriendly (jmoskovc)
5f9fc0b
- LOGGER: return valid uri of the log file on succes (jmoskovc)
5f9fc0b
- GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, rhbz#512390) (jmoskovc)
5f9fc0b
- Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 (vda.linux)
5f9fc0b
- APPLET: added popup menu (trac#37, rhbz#518386) (jmoskovc)
5f9fc0b
- Improved report results (zprikryl)
5f9fc0b
- Fixed sigsegv (#rhbz 518609) (zprikryl)
5f9fc0b
- GUI: removed dependency on libsexy if gtk2 >= 2.17 (jmoskovc)
5f9fc0b
- fixed signature check (zprikryl)
5f9fc0b
- KerneloopsSysLog: check line length to be >= 4 before looking for "Abrt" (vda.linux)
5f9fc0b
- Comment cannot start in the middle of the line. Comment has to start by Char # (first char in the line) (zprikryl)
5f9fc0b
- command mailx isn't run under root anymore. (zprikryl)
5f9fc0b
- GUI: added horizontal scrolling to report window (jmoskovc)
5f9fc0b
- GUI: added clickable link to "after report" status window (jmoskovc)
5f9fc0b
- added default values for abrt daemon (zprikryl)
5f9fc0b
- Plugins/CCpp: remove trailing \n from debuginfo-install's output (vda.linux)
5f9fc0b
- explain EnableGPGCheck option better (vda.linux)
5f9fc0b
- mailx: correct English (vda.linux)
5f9fc0b
- Bugzilla.conf: correct English (vda.linux)
5f9fc0b
- GUI: nicer after report message (jmoskovc)
5f9fc0b
- BZ plugin: removed /xmlrpc.cgi from config, made the report message more user friendly (jmoskovc)
5f9fc0b
- CCpp plugin: do not abort if debuginfos aren't found (vda.linux)
5f9fc0b
- abrt.spec: bump version to 0.0.7-2 (vda.linux)
5f9fc0b
- mailx removed dangerous parameter option (zprikryl)
5f9fc0b
- minimum timeout is 1 second (zprikryl)
5f9fc0b
- in case of plugin error, don't delete debug dumps (zprikryl)
5f9fc0b
- abrt-gui: fix crash when run by root (vda.linux)
5f9fc0b
- and lot more in git log ...
5f9fc0b
5f9fc0b
* Thu Aug 20 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.2-1
5f9fc0b
- new version
5f9fc0b
- fixed some bugs found during test day
5f9fc0b
02c3892
* Wed Aug 19 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7.1-1
02c3892
- fixes to bugzilla plugin and gui to make the report message more user-friendly
5df48dc
5df48dc
* Tue Aug 18 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.7-2
5df48dc
- removed dangerous parameter option
5df48dc
- minimum plugin activation period is 1 second
5df48dc
- in case of plugin error, don't delete debug dumps
5df48dc
- abrt-gui: fix crash when run by root
5df48dc
- simplify parsing of debuginfo-install output
5df48dc
61af881
* Tue Aug 18 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.7-1
61af881
- new version
61af881
- added status window to show user some info after reporting a bug
61af881
91d57ac
* Mon Aug 17 2009  Denys Vlasenko <dvlasenk@redhat.com> 0.0.6-1
91d57ac
- new version
91d57ac
- many fixes
91d57ac
29d35fd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.4-4
29d35fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
29d35fd
a09963b
* Thu Jun 25 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-3
a09963b
- fixed dependencies in spec file
a09963b
a09963b
* Tue Jun 16 2009 Daniel Novotny <dnovotny@redhat.com> 0.0.4-2
a09963b
- added manual pages (also for plugins)
a09963b
a09963b
* Mon Jun 15 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.4-1
a09963b
- new version
a09963b
- added cli (only supports sockets)
a09963b
- added python hook
a09963b
- many fixes
a09963b
0c5c493
* Fri Apr 10 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.3-1
b1bfb09
- new version
0c5c493
- added bz plugin
0c5c493
- minor fix in reporter gui
0c5c493
- Configurable max size of debugdump storage rhbz#490889
0c5c493
- Wrap lines in report to keep the window sane sized
0c5c493
- Fixed gui for new daemon API
0c5c493
- removed unneeded code
0c5c493
- removed dependency on args
0c5c493
- new guuid hash creating
0c5c493
- fixed local UUID
0c5c493
- fixed debuginfo-install checks
0c5c493
- renamed MW library
0c5c493
- Added notification thru libnotify
0c5c493
- fixed parsing settings of action plugins
0c5c493
- added support for action plugins
0c5c493
- kerneloops - plugin: fail gracefully.
0c5c493
- Added commlayer to make dbus optional
0c5c493
- a lot of kerneloops fixes
0c5c493
- new approach for getting debuginfos and backtraces
0c5c493
- fixed unlocking of a debugdump
0c5c493
- replaced language and application plugins by analyzer plugin
0c5c493
- more excetpion handling
0c5c493
- conf file isn't needed
0c5c493
- Plugin's configuration file is optional
0c5c493
- Add curl dependency
0c5c493
- Added column 'user' to the gui
0c5c493
- Gui: set the newest entry as active (ticket#23)
0c5c493
- Delete and Report button are no longer active if no entry is selected (ticket#41)
0c5c493
- Gui refreshes silently (ticket#36)
0c5c493
- Added error reporting over dbus to daemon, error handling in gui, about dialog
0c5c493
0c5c493
* Wed Mar 11 2009  Jiri Moskovcak <jmoskovc@redhat.com> 0.0.2-1
b1bfb09
- added kerneloops addon to rpm (aarapov)
b1bfb09
- added kerneloops addon and plugin (aarapov)
b1bfb09
- Made Crash() private
b1bfb09
- Applet requires gui, removed dbus-glib deps
b1bfb09
- Closing stdout in daemon rhbz#489622
b1bfb09
- Changed applet behaviour according to rhbz#489624
b1bfb09
- Changed gui according to rhbz#489624, fixed dbus timeouts
b1bfb09
- Increased timeout for async dbus calls to 60sec
b1bfb09
- deps cleanup, signal AnalyzeComplete has the crashreport as an argument.
b1bfb09
- Fixed empty package Description.
b1bfb09
- Fixed problem with applet tooltip on x86_64
0c5c493
0c5c493
* Wed Mar  4 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-13
b1bfb09
- More renaming issues fixed..
b1bfb09
- Changed BR from gtkmm24 to gtk2
b1bfb09
- Fixed saving of user comment
b1bfb09
- Added a progress bar, new Comment entry for user comments..
b1bfb09
- FILENAME_CMDLINE and FILENAME_RELEASE are optional
b1bfb09
- new default path to DB
0c5c493
- Rename to abrt
8698733
5485d0e
* Tue Mar  3 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-12
5485d0e
- initial fedora release
5485d0e
- changed SOURCE url
5485d0e
- added desktop-file-utils to BR
5485d0e
- changed crash-catcher to %%{name}
5485d0e
5485d0e
* Mon Mar  2 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-11
5485d0e
- more spec file fixes according to review
5485d0e
- async dbus method calls, added exception handler
5485d0e
- avoid deadlocks (zprikryl)
5485d0e
- root is god (zprikryl)
5485d0e
- create bt only once (zprikryl)
5485d0e
5485d0e
* Sat Feb 28 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-10
5485d0e
- New gui
5485d0e
- Added new method DeleteDebugDump to daemon
5485d0e
- Removed gcc warnings from applet
5485d0e
- Rewritten CCpp hook and removed dealock in DebugDumps lib (zprikryl)
5485d0e
- fixed few gcc warnings
5485d0e
- DBusBackend improvements
5485d0e
5485d0e
* Fri Feb 27 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-9
5485d0e
- fixed few gcc warnings
5485d0e
- added scrolled window for long reports
5485d0e
5485d0e
* Thu Feb 26 2009 Adam Williamson <awilliam@redhat.com> 0.0.1-8
5485d0e
- fixes for all issues identified in review
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-7
5485d0e
- Fixed cancel button behaviour in reporter
5485d0e
- disabled core file sending
5485d0e
- removed some debug messages
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-6
5485d0e
- fixed DB path
5485d0e
- added new signals to handler
5485d0e
- gui should survive the dbus timeout
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-5
5485d0e
- fixed catching debuinfo install exceptions
5485d0e
- some gui fixes
5485d0e
- added check for GPGP public key
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-4
5485d0e
- changed from full bt to simple bt
5485d0e
5485d0e
* Thu Feb 26 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-3
5485d0e
- spec file cleanups
5485d0e
- changed default paths to crash DB and log DB
5485d0e
- fixed some memory leaks
5485d0e
5485d0e
* Tue Feb 24 2009 Jiri Moskovcak <jmoskovc@redhat.com> 0.0.1-2
5485d0e
- spec cleanup
5485d0e
- added new subpackage gui
5485d0e
5485d0e
* Wed Feb 18 2009 Zdenek Prikryl <zprikryl@redhat.com> 0.0.1-1
5485d0e
- initial packing