From ce7b433a6062c011eec5942eed16babdbb99f4fc Mon Sep 17 00:00:00 2001 From: Jiří Moskovčák Date: Jul 19 2010 19:12:10 +0000 Subject: blacklisted mono-core --- diff --git a/abrt.spec b/abrt.spec index 997a726..a403c49 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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 installation on desktop environments. %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 1.1.1-2 +- blacklisted mono + * Wed May 12 2010 Jiri Moskovcak 1.1.1-1 - updated translations - removed avant-window-navigator from blacklist (jmoskovc@redhat.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)