Blame SOURCES/0206-augeas-augtool-save-files-etc-abrt-plugins-oops.conf.patch

06486d
From 6ddbf69d4b9e1e79f404b1e9ef6ade5511b0f758 Mon Sep 17 00:00:00 2001
06486d
From: Matej Habrnal <mhabrnal@redhat.com>
06486d
Date: Thu, 24 Mar 2016 10:44:20 +0100
06486d
Subject: [PATCH] augeas: augtool save
06486d
 /files/etc/abrt/plugins/oops.conf/DropNotReportableOopses
06486d
06486d
Without this commit it was not possible to seve
06486d
/files/etc/abrt/plugins/oops.conf/DropNotReportableOopses.
06486d
06486d
Related to rhbz#1175679
06486d
06486d
- thanks to Dominic Cleal for the patch
06486d
06486d
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
06486d
---
06486d
 augeas/abrt.aug | 2 ++
06486d
 1 file changed, 2 insertions(+)
06486d
06486d
diff --git a/augeas/abrt.aug b/augeas/abrt.aug
06486d
index 1f95b7f..6eadd3e 100644
06486d
--- a/augeas/abrt.aug
06486d
+++ b/augeas/abrt.aug
06486d
@@ -4,8 +4,10 @@ module Abrt =
06486d
     let lns = Libreport.lns
06486d
 
06486d
     let filter = (incl "/etc/abrt/*" )
06486d
+               . (excl "/etc/abrt/plugins")
06486d
                . (incl "/etc/abrt/plugins/*")
06486d
                . (incl "/usr/share/abrt/conf.d/*")
06486d
+               . (excl "/usr/share/abrt/conf.d/plugins")
06486d
                . (incl "/usr/share/abrt/conf.d/plugins/*")
06486d
                . Util.stdexcl
06486d
 
06486d
-- 
06486d
1.8.3.1
06486d