[ABRT PATCH 1/5] Add more unittests for ignored problem error paths

2013-03-18 Thread Jakub Filak
Related to rhbz#909968 and rhbz#905412 Signed-off-by: Jakub Filak jfi...@redhat.com --- tests/ignored_problems.at | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ignored_problems.at b/tests/ignored_problems.at index 3013507..a3d2d91 100644 ---

[ABRT PATCH 2/5] Fix memory leaks in ignored problem helpers

2013-03-18 Thread Jakub Filak
Related to rhbz#909968 and rhbz#905412 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/lib/ignored_problems.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/lib/ignored_problems.c b/src/lib/ignored_problems.c index f50549f..0f7fed2 100644 ---

[ABRT PATCH 3/5] Add maintainer-check-valgrind make target

2013-03-18 Thread Jakub Filak
Signed-off-by: Jakub Filak jfi...@redhat.com --- configure.ac | 2 ++ tests/Makefile.am | 9 + tests/local.at| 3 +-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9c6b9c7..07d2f02 100644 --- a/configure.ac +++ b/configure.ac @@

[ABRT PATCH 4/5] Fix leaks in koops-parser unit tests

2013-03-18 Thread Jakub Filak
Signed-off-by: Jakub Filak jfi...@redhat.com --- tests/GList_append.supp | 10 ++ tests/Makefile.am | 3 ++- tests/koops-parser.at | 37 +++-- 3 files changed, 35 insertions(+), 15 deletions(-) create mode 100644 tests/GList_append.supp diff

[ABRT PATCH 5/5] Get rid of 2xdd_opendir() calls in ignored problems

2013-03-18 Thread Jakub Filak
Related to rhbz#909968 and rhbz#905412 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/lib/ignored_problems.c | 163 + 1 file changed, 91 insertions(+), 72 deletions(-) diff --git a/src/lib/ignored_problems.c b/src/lib/ignored_problems.c index

[ABRT PATCH] added vmcore cli and gui events rhbz#921954

2013-03-18 Thread Jiri Moskovcak
Signed-off-by: Jiri Moskovcak jmosk...@redhat.com --- src/plugins/vmcore_event.conf | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/vmcore_event.conf b/src/plugins/vmcore_event.conf index 2346c57..7356c34 100644 --- a/src/plugins/vmcore_event.conf +++

Re: [ABRT PATCH] added vmcore cli and gui events rhbz#921954

2013-03-18 Thread Jakub Filak
On Monday, March 18, 2013 09:59:46 AM Jiri Moskovcak wrote: Signed-off-by: Jiri Moskovcak jmosk...@redhat.com --- src/plugins/vmcore_event.conf | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/plugins/vmcore_event.conf b/src/plugins/vmcore_event.conf index 2346c57..7356c34

Re: [ABRT PATCH 2/5] Fix memory leaks in ignored problem helpers

2013-03-18 Thread Denys Vlasenko
On 03/18/2013 09:47 AM, Jakub Filak wrote: Related to rhbz#909968 and rhbz#905412 Signed-off-by: Jakub Filak jfi...@redhat.com --- src/lib/ignored_problems.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/lib/ignored_problems.c

[PATCH] tweak 'make rpm' for openSUSE

2013-03-18 Thread Michal Toman
--- abrt.spec.in| 98 +++-- configure.ac| 29 +++ doc/Makefile.am | 2 + src/plugins/Makefile.am | 10 +++-- 4 files changed, 108 insertions(+), 31 deletions(-) diff --git a/abrt.spec.in b/abrt.spec.in index

Re: [ABRT PATCH 1/5] Add more unittests for ignored problem error paths

2013-03-18 Thread Denys Vlasenko
On 03/18/2013 09:47 AM, Jakub Filak wrote: Related to rhbz#909968 and rhbz#905412 Signed-off-by: Jakub Filak jfi...@redhat.com --- tests/ignored_problems.at | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ignored_problems.at b/tests/ignored_problems.at index

Re: [ABRT PATCH] added vmcore cli and gui events rhbz#921954

2013-03-18 Thread Jakub Filak
Fixed Pushed. Thanks On Monday, March 18, 2013 10:08:10 AM Jakub Filak wrote: On Monday, March 18, 2013 09:59:46 AM Jiri Moskovcak wrote: Signed-off-by: Jiri Moskovcak jmosk...@redhat.com --- src/plugins/vmcore_event.conf | 6 ++ 1 file changed, 6 insertions(+) diff --git

[LIBREPORT PATCH 2/2] add rhel package with appropriate workflow definitions

2013-03-18 Thread Jakub Filak
- related to rhbz#921941 Signed-off-by: Jakub Filak jfi...@redhat.com --- libreport.spec.in | 18 ++ 1 file changed, 18 insertions(+) diff --git a/libreport.spec.in b/libreport.spec.in index cf3094d..f6af2ff 100644 --- a/libreport.spec.in +++ b/libreport.spec.in @@ -233,6

[LIBREPORT PATCH 1/2] add workflow definitions for RHEL

2013-03-18 Thread Jakub Filak
- related to rhbz#922648 Signed-off-by: Jakub Filak jfi...@redhat.com --- po/POTFILES.in | 5 + src/workflows/Makefile.am| 18 ++ src/workflows/report_rhel.conf | 19 +++

[ABRT PATCH] spec: require libreport workflow package acc. to OS type

2013-03-18 Thread Jakub Filak
- closes rhbz#921941 Signed-off-by: Jakub Filak jfi...@redhat.com --- abrt.spec.in | 5 + 1 file changed, 5 insertions(+) diff --git a/abrt.spec.in b/abrt.spec.in index f8433c2..65d3cd2 100644 --- a/abrt.spec.in +++ b/abrt.spec.in @@ -219,7 +219,12 @@ Requires: gnome-abrt Requires: