summaryrefslogtreecommitdiffstats
path: root/abrt.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* re-enabled kerneloops after bad mergeJiri Moskovcak2010-02-121-3/+3
|
* SPEC: updated changelog1.0.7Jiri Moskovcak2010-02-121-0/+27
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-081-1/+1
|\
| * increase the versionJiri Moskovcak2010-02-081-1/+1
| | | | | | | | | | - every time we release version X.Y.Z we start working on X.Y.Z + 1 so we should increase the version after we release and create tag X.Y.Z
* | Put back changes accidentally pushed from RHEL6 branch to master by meKarel Klic2010-02-081-1/+3
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-02-041-5/+24
|\
| * don't try to write to limits in FedoraJiri Moskovcak2010-02-031-0/+1
| |
| * new versionJiri Moskovcak2010-02-021-2/+17
| |
| * SPEC: added some requires to abrt-cli to make it work out-of-the-boxJiri Moskovcak2010-02-021-0/+3
| |
| * merge conflictJiri Moskovcak2010-02-021-0/+2
| |
| * a few typosNikola Pajkovsky2010-02-021-3/+3
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-291-1/+22
|\|
| * new version 1.0.51.0.5Jiri Moskovcak2010-01-291-1/+22
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-291-0/+1
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * moved the gpg key list from abrt.conf to gpg_keys fileJiri Moskovcak2010-01-291-0/+1
| | | | | | | | | | | | - this should allow us to update the gpg_keys list when needed and will prevent the situation when user changed his abrt.conf
* | re-enabled bugzilla for rhel6Jiri Moskovcak2010-01-271-13/+12
| |
* | SPEC: added sosreport.conf, updated changelogJiri Moskovcak2010-01-221-0/+4
| |
* | Merge branch 'master' into rhel6Jiri Moskovcak2010-01-211-1/+29
|\| | | | | | | | | Conflicts: src/Daemon/abrt.conf
| * new version 1.0.4Jiri Moskovcak2010-01-201-1/+29
| |
* | removed KerneloopReporter because we don't use it in rhel6Jiri Moskovcak2010-01-141-18/+17
|/
* added Python.conf to spec fileJiri Moskovcak2010-01-131-0/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-01-121-2/+1
|\
| * *: remove nss dependenciesDenys Vlasenko2010-01-111-2/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Fixing /var/cache/abrt/ permissions by allowing users to read, but not to ↵Karel Klic2010-01-121-2/+3
|/ | | | change their crash data. Adds abrt user, changes abrt-hook-python to use suid instead of sgid bit (uid=abrt), sets /var/cache/abrt and every dump subdirectory to be owned by abrt user. Read access for users and their own crashes is provided by group (/var/cache/abrt/ccpp-xxxx-xx has user's group).
* abrt.spec: move "requires: gdb" to abrt-desktopDenys Vlasenko2010-01-071-1/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor fix in specfileJiri Moskovcak2010-01-051-1/+1
|
* new version 1.0.31.0.3Jiri Moskovcak2010-01-051-1/+23
|
* abrt-backtrace manpage installedKarel Klic2009-12-181-0/+1
|
* updated spec and cofigure.acJiri Moskovcak2009-12-151-1/+16
|
* renaming abrt-pyhook-helper -> abrt-hook-python and moving it to /usr/libexecDenys Vlasenko2009-12-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* New version 1.0.11.0.1Jiri Moskovcak2009-12-081-2/+27
|
* PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-071-3/+1
|
* build fixesJiri Moskovcak2009-12-031-3/+3
|
* small fix to spec file, should make yum abrt install fasterJiri Moskovcak2009-12-031-1/+1
|
* Add abrt group only if it is missing; fixes rhbz#543250Karel Klic2009-12-031-1/+2
|
* abrt.spec: straighten out relations between abrt-desktop and abrt-guiDenys Vlasenko2009-12-021-14/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Build requires bison packageKarel Klic2009-12-011-0/+1
|
* ccpp hook: reanme it, and add "crash storm protection" (see rhbz#542003)Denys Vlasenko2009-11-301-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Add abrt-backtrace to rpmKarel Klic2009-11-301-0/+1
|
* SPEC: removed sqlite3 package, fixed some update problemsJiri Moskovcak2009-11-271-18/+7
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-241-19/+38
|\
| * fix infinity loop when installing abrt from rpmNikola Pajkovsky2009-11-231-11/+3
| |
| * kerneloops use only one config. Kerneloops.confNikola Pajkovsky2009-11-231-5/+0
| | | | | | | | merge addon-kerneloops and plugin-kerneloopsreporter into one package
| * SPEC: fixed rpmlint errorJiri Moskovcak2009-11-221-2/+5
| |
| * New version 1.01.0Jiri Moskovcak2009-11-221-1/+30
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-11-191-3/+23
|\|
| * minor spec file fix, disabled compiling of firefox analyzerJiri Moskovcak2009-11-161-12/+13
| |
| * APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-161-0/+1
| | | | | | | | | | | | - there were complaints about abrt using standard warning icon, which is confusing, so I changed it to use abrt spefic icon and made it move, to attract user attention
| * comment out ABRTUtils.so from pythonDenys Vlasenko2009-11-131-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * added firefox plugindanny2009-11-131-0/+15
| |