blacklisted nspluginviewer
This commit is contained in:
parent
247876f55b
commit
05020c875d
2 changed files with 27 additions and 2 deletions
|
|
@ -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 <jmoskovc@redhat.com> 1.1.10-3
|
||||
- blacklist /usr/bin/nspluginviewer
|
||||
|
||||
* Mon Jul 26 2010 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.10-2
|
||||
- minor build fixes
|
||||
|
||||
|
|
|
|||
22
blacklist.patch
Normal file
22
blacklist.patch
Normal file
|
|
@ -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?
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue