Blame SOURCES/0074-augeas-exclude-bugzilla-format-configurations.patch

0c9110
From cd91665c5604b2b4999f2f1d0aeaf02dec32aa64 Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Thu, 18 Sep 2014 11:25:15 +0200
0c9110
Subject: [LIBREPORT PATCH 74/93] augeas: exclude bugzilla format
0c9110
 configurations
0c9110
0c9110
Resolves: #1139922
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 augeas/libreport.aug | 1 +
0c9110
 1 file changed, 1 insertion(+)
0c9110
0c9110
diff --git a/augeas/libreport.aug b/augeas/libreport.aug
0c9110
index 3eba157..0e1e5e5 100644
0c9110
--- a/augeas/libreport.aug
0c9110
+++ b/augeas/libreport.aug
0c9110
@@ -24,6 +24,7 @@ module Libreport =
0c9110
                . (incl (Sys.getenv("HOME") . "/.config/abrt/settings/*"))
0c9110
                . (incl (Sys.getenv("XDG_CACHE_HOME") . "/abrt/events/*"))
0c9110
                . (incl (Sys.getenv("HOME") . "/.cache/abrt/events/*"))
0c9110
+               . (excl "/etc/libreport/plugins/bugzilla_format*")
0c9110
                . Util.stdexcl
0c9110
 
0c9110
     let xfm = transform lns filter
0c9110
-- 
0c9110
1.8.3.1
0c9110