rpms/abrt/devel blacklist.patch,NONE,1.1 abrt.spec,1.38,1.39

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Jul 27 14:39:54 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17301

Modified Files:
	abrt.spec 
Added Files:
	blacklist.patch 
Log Message:
blacklisted nspluginviewer


blacklist.patch:
 abrt.conf |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE blacklist.patch ---
--- abrt-1.1.10/src/Daemon/abrt.conf	2010-07-27 16:16:45.376241759 +0200
+++ abrt-1.1.10_rhel6/src/Daemon/abrt.conf	2010-07-27 16:16:32.988241693 +0200
@@ -16,7 +16,7 @@
 
 # Blacklisted executable paths (shell patterns)
 #
-BlackListedPaths = /usr/share/doc/*, */example*
+BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer
 
 # Which database plugin to use
 #
--- abrt-1.1.10/src/Daemon/abrt.conf	2010-07-26 14:00:36.914502040 +0200
+++ abrt-1.1.10_/src/Daemon/abrt.conf	2010-07-26 14:01:07.597502575 +0200
@@ -8,7 +8,7 @@
 
 # Blacklisted packages
 #
-BlackList = nspluginwrapper, valgrind, strace
+BlackList = nspluginwrapper, valgrind, strace, mono-core
 
 # Process crashes in executables which do not belong to any package?
 #


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/devel/abrt.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- abrt.spec	26 Jul 2010 14:07:20 -0000	1.38
+++ abrt.spec	27 Jul 2010 14:39:54 -0000	1.39
@@ -11,7 +11,7 @@
 %if 0%{?_buildid}
 %define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 2%{?dist}
+%define pkg_release 3%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
@@ -26,7 +26,7 @@ Source: https://fedorahosted.org/release
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
 Patch1: abrt_disable_gpgcheck.diff
-Patch2: blacklist_mono.patch
+Patch2: blacklist.patch
 Patch3: abrt-1.1.10-applet.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
@@ -445,6 +445,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Tue Jul 27 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-3
+- blacklist /usr/bin/nspluginviewer
+
 * Mon Jul 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.10-2
 - minor build fixes
 



More information about the scm-commits mailing list