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

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