diff --git a/abrt.spec b/abrt.spec index 908a671..1316b7f 100644 --- a/abrt.spec +++ b/abrt.spec @@ -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/released/%{name}/%{name}-%{version}.tar.gz 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 1.1.10-3 +- blacklist /usr/bin/nspluginviewer + * Mon Jul 26 2010 Jiri Moskovcak 1.1.10-2 - minor build fixes diff --git a/blacklist.patch b/blacklist.patch new file mode 100644 index 0000000..4c3de56 --- /dev/null +++ b/blacklist.patch @@ -0,0 +1,22 @@ +--- 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? + #