rpms/abrt/F-12 blacklist_mono.patch,NONE,1.1 abrt.spec,1.31,1.32

Jiří Moskovčák jmoskovc at fedoraproject.org
Mon Jul 19 19:45:09 UTC 2010


Author: jmoskovc

Update of /cvs/extras/rpms/abrt/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28228

Modified Files:
	abrt.spec 
Added Files:
	blacklist_mono.patch 
Log Message:
blacklisted mono-core


blacklist_mono.patch:
 abrt.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE blacklist_mono.patch ---
--- abrt-1.1.1/src/Daemon/abrt.conf	2010-05-12 15:48:18.000000000 +0200
+++ abrt-1.1.1_/src/Daemon/abrt.conf	2010-07-19 21:07:14.228273198 +0200
@@ -5,7 +5,7 @@
 # in the file gpg_keys
 OpenGPGCheck = yes
 # Blacklisted packages
-BlackList = nspluginwrapper, valgrind, strace
+BlackList = nspluginwrapper, valgrind, strace, mono-core
 # Process crashes in executables which do not belong to any package?
 ProcessUnpackaged = no
 # Blacklisted executable paths (shell patterns)


Index: abrt.spec
===================================================================
RCS file: /cvs/extras/rpms/abrt/F-12/abrt.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- abrt.spec	28 May 2010 12:31:06 -0000	1.31
+++ abrt.spec	19 Jul 2010 19:45:09 -0000	1.32
@@ -4,13 +4,14 @@
 Summary: Automatic bug detection and reporting tool
 Name: abrt
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/abrt/
 Source: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Source1: abrt.init
 Patch0: abrt-1.0.9-hideprefs.patch
+Patch1: blacklist_mono.patch
 BuildRequires: dbus-devel
 BuildRequires: gtk2-devel
 BuildRequires: curl-devel
@@ -225,6 +226,7 @@ Virtual package to make easy default ins
 %prep
 %setup -q
 %patch0 -p1 -b ~hideprefs
+%patch1 -p1 -b .blacklist_mono
 
 %build
 %configure
@@ -447,6 +449,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Jul 19 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-2
+- blacklisted mono-core
+
 * Wed May 28 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-1
 - removed avant-window-navigator from blacklist (jmoskovc at redhat.com)
 - Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux at googlemail.com)



More information about the scm-commits mailing list