summaryrefslogtreecommitdiffstats
path: root/abrt.spec
Commit message (Collapse)AuthorAgeFilesLines
* Analyze backtraces from retrace serverKarel Klic2011-03-261-0/+1
| | | | | | | | | | | | | | | Hi, the attached patch splits a part of abrt-action-generate-backtrace to a new tool abrt-action-analyze-backtrace, which is used by both LocalGDB and RetraceServer analyzers. Then new abrt-action-analyze-backtrace tool reads backtrace and generates duplication hash, detects crash function, and provides backtrace rating. These steps haven't been performed for remotely analyzed crashes so far. Karel
* abrt-action-trim-files: new tool for trimming old debuginfo and debug dumpsDenys Vlasenko2011-03-261-1/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added xml file for kerneloops reporter, split koops events to a separate fileJiri Moskovcak2011-03-251-0/+2
|
* gnome-keyring has differnet name in fedora and rhel6; fix buildNikola Pajkovsky2011-03-251-2/+7
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove plugins/Logger.confDenys Vlasenko2011-03-241-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove plugins/Mailx.conf and plugins/RHTSupport.confDenys Vlasenko2011-03-241-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added event xml file for RHTSupport, removed unused glade filesJiri Moskovcak2011-03-231-7/+6
|
* retrace server: remove unused files from rpmMichal Toman2011-03-231-2/+0
|
* -added event config files for Mailx trac#163Jiri Moskovcak2011-03-171-1/+2
|
* increase version to 2.0.0Jiri Moskovcak2011-03-161-1/+160
|
* ccpp: save package's NVR for all loaded librariesJiri Moskovcak2011-03-161-0/+1
|
* abrt.spec: require python-argparse on el6 onlyKarel Klic2011-03-161-1/+1
|
* abrt.spec : add python-argparse to retrace-server requirementsScott Dodson2011-03-161-0/+1
|
* reanalyze configuration symlinksKarel Klic2011-03-161-0/+2
|
* minor build fixesJiri Moskovcak2011-03-151-0/+1
|
* put code shared among gui and wizard into libreportgtkJiri Moskovcak2011-03-141-2/+3
|
* Merge branch 'prune-old-gui'Nikola Pajkovsky2011-03-111-7/+0
|\ | | | | | | | | | | * prune-old-gui: remove old python gui override old gui by new one
| * override old gui by new oneNikola Pajkovsky2011-03-111-7/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | abrt.spec: ship analyze_{LocalGDB,RetraceServer}.xml configurationKarel Klic2011-03-101-0/+2
| |
* | make report_Logger configurableDenys Vlasenko2011-03-101-0/+1
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added default configuration for report_Bugzilla eventJiri Moskovcak2011-03-101-0/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-101-1/+1
|\
| * rename Bugzilla.xml to report_Bugzilla.xmlDenys Vlasenko2011-03-091-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-091-0/+1
|\|
| * add Bugzilla.xml event descriptionJiri Moskovcak2011-03-081-0/+1
| |
* | retrace-server: ship documentation in retrace-server rpm, use ↵Karel Klic2011-03-091-0/+15
|/ | | | abrt-retrace-server.info instead of retrace-server.info
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-031-2/+2
|\
| * Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-031-2/+2
| | | | | | | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
* | added nss-devel to BuildRequires retrace client needs itJiri Moskovcak2011-03-031-0/+1
|/
* renamed libreport.so to libreport2.soJiri Moskovcak2011-03-031-2/+2
| | | | | - we have a conflict with old report library which contains file with the same name
* abrt.spec: abrt-gui requires libreport-gtkKarel Klic2011-03-031-0/+1
|
* abrt.spec: proper retrace server requirementsKarel Klic2011-03-011-1/+2
|
* finished merge with master branchKarel Klic2011-03-011-1/+1
|
* merge changes from masterKarel Klic2011-03-011-41/+114
|\
| * move ccpp related events to events.d/Jiri Moskovcak2011-02-221-0/+2
| | | | | | | | | | - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused
| * correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * minor spec file fixJiri Moskovcak2011-02-211-1/+1
| |
| * run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-211-1/+2
| | | | | | | | | | Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: add -g GLADE_FILE optionDenys Vlasenko2011-02-161-0/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-141-4/+2
| |\
| | * clean up spec and add one buildrequiresNikola Pajkovsky2011-02-141-4/+2
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@dhcp-25-115.brq.redhat.com>
| * | gtk wizardJiri Moskovcak2011-02-131-0/+11
| |/
| * abrt-gtk: beginning of C rewrite of GUIJiri Moskovcak2011-02-091-0/+1
| |
| * specify the uid:gid pair in useradd/groupadd invocationJiri Moskovcak2011-01-241-2/+4
| | | | | | | | | | - abrt has the 173:173 pair reserved in the setup package, so now we can use it
| * added python to addon-python requires rhbz#672043Jiri Moskovcak2011-01-241-0/+1
| | | | | | | | | | - doesn't make sense to install python handler without python and it breaks python build, see rhbz#672043 for more info
| * remove old plugin machinery. -10k and -1 library dependence in abrtdDenys Vlasenko2011-01-191-1/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * move (de)installation of abrt-hook-ccpp into abrt-ccpp service.Denys Vlasenko2011-01-191-0/+22
| | | | | | | | | | | | | | | | | | Init script is packaged and installed with abrt-addon-ccpp package. In order to not install the hook twice, "old" plugin loading in abrtd is disabled (pending deletion of entire "old" plugin machinery). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt: init script fixes: better descriptionDenys Vlasenko2011-01-191-13/+9
| | | | | | | | | | | | Also, replaced un-grep-able ${name}d with abrtd in .spec Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * remove dumpoops and KerneloopsScanner pluginDenys Vlasenko2011-01-171-3/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * replace KerneloopsScanner plugin and dumpoops with abrt-dump-oops, use it in ↵Denys Vlasenko2011-01-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abrtd Patch adds new tool: $ abrt-dump-oops Usage: abrt-dump-oops [-vsrdow] FILE Extract oops from syslog/dmesg file -v, --verbose Be verbose -s Log to syslog -r Parse kernel's message buffer before parsing FILE -d Create ABRT dump for every oops found -o Print found oopses on standard output -w Do not exit, watch the file for new oopses It extends dumpoops. Extensions: * it can watch the syslog using -w option (uses inotify) * it can scan dmesg buffer too In this way, it also becomes a replacement for KerneloopsScanner plugin: oops-detecting logic is taken verbatim from KerneloopsScanner source. abrtd is changed to start it if it sees this directive in abrt.conf: [ LogScanners ] abrt-dump-oops = abrt-dump-oops -drw /var/log/messages Default abrt.conf is changed to have such line. Patch doesn't remove KerneloopsScanner plugin and dumpoops binary yet, I will do it in a separate trivial patch. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>