public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.9-f44: blacklisted nspluginviewer
@ 2026-08-03 11:03
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 11:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/abrt
Branch : update-2.17.9-f44
Commit : 05020c875db0e41cc8566b8b0a347526e65ea49a
Author : Jiří Moskovčák <jmoskovc@fedoraproject.org>
Date : 2010-07-27T14:39:54+00:00
Stats : +27/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/abrt/c/05020c875db0e41cc8566b8b0a347526e65ea49a?branch=update-2.17.9-f44
Log:
blacklisted nspluginviewer
---
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 <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
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?
+ #
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 11:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 11:03 [rpms/abrt] update-2.17.9-f44: blacklisted nspluginviewer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox