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

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