From fc41577e403a6c68438a1f03d7b3b86fdf86fcec Mon Sep 17 00:00:00 2001 From: Jiří Moskovčák Date: Jul 19 2010 19:45:09 +0000 Subject: blacklisted mono-core --- diff --git a/abrt.spec b/abrt.spec index 92aa66d..41d6fba 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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 installation on desktop environments. %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 1.1.1-2 +- blacklisted mono-core + * Wed May 28 2010 Jiri Moskovcak 1.1.1-1 - removed avant-window-navigator from blacklist (jmoskovc@redhat.com) - Abort debuginfo download if low on disk space (partially addresses #564451) (vda.linux@googlemail.com) diff --git a/blacklist_mono.patch b/blacklist_mono.patch new file mode 100644 index 0000000..ae0819d --- /dev/null +++ b/blacklist_mono.patch @@ -0,0 +1,11 @@ +--- 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)