Introduce abrt-addon-python3 package
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
8949b9e40d
commit
69165ba9cc
187 changed files with 360360 additions and 0 deletions
28
0004-have-AutoreportingEnabled-by-default.patch
Normal file
28
0004-have-AutoreportingEnabled-by-default.patch
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
From d6d8014e1a9a748a732897c449b7de757c1a56c9 Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Filak <jfilak@redhat.com>
|
||||
Date: Wed, 8 Jan 2014 20:46:37 +0100
|
||||
Subject: [ABRT PATCH 4/6] have AutoreportingEnabled by default
|
||||
|
||||
Related to rhbz#1031572
|
||||
|
||||
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
||||
---
|
||||
src/daemon/abrt.conf | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
|
||||
index 59d1831..403b93d 100644
|
||||
--- a/src/daemon/abrt.conf
|
||||
+++ b/src/daemon/abrt.conf
|
||||
@@ -34,7 +34,7 @@ AutoreportingEvent = report_uReport
|
||||
|
||||
# Enables automatic running of the event configured in AutoreportingEvent option.
|
||||
#
|
||||
-AutoreportingEnabled = no
|
||||
+AutoreportingEnabled = yes
|
||||
|
||||
# Enables shortened GUI reporting where the reporting is interrupted after
|
||||
# AutoreportingEvent is done.
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
Reference in a new issue