rpms/abrt/F-13 blacklist_mono.patch,NONE,1.1 abrt.spec,1.30,1.31

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


Author: jmoskovc

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

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-13/abrt.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- abrt.spec	28 May 2010 07:47:23 -0000	1.30
+++ abrt.spec	19 Jul 2010 19:12:10 -0000	1.31
@@ -11,7 +11,7 @@
 %if 0%{?_buildid}
 %define pkg_release 0.%{?_buildid}%{?dist}
 %else
-%define pkg_release 1%{?dist}
+%define pkg_release 2%{?dist}
 %endif
 
 Summary: Automatic bug detection and reporting tool
@@ -24,6 +24,7 @@ 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
@@ -238,6 +239,7 @@ Virtual package to make easy default ins
 %prep
 %setup -q
 %patch0 -p1 -b .hideprefs
+%patch1 -p1 -b .blacklist_mono
 
 %build
 %configure
@@ -460,6 +462,9 @@ fi
 %defattr(-,root,root,-)
 
 %changelog
+* Mon Jul 19 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-2
+- blacklisted mono
+
 * Wed May 12 2010 Jiri Moskovcak <jmoskovc at redhat.com> 1.1.1-1
 - updated translations
 - removed avant-window-navigator from blacklist (jmoskovc at redhat.com)



More information about the scm-commits mailing list