public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/abrt] update-2.17.8: fixed the problem with debuginfo install permissions rhbz#692064
@ 2026-08-03 10:22 Jiri Moskovcak
  0 siblings, 0 replies; only message in thread
From: Jiri Moskovcak @ 2026-08-03 10:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/abrt
Branch : update-2.17.8
Commit : cb37c9bf299b3de90545e60b8f2eb97c229e3488
Author : Jiri Moskovcak <jmoskovc@redhat.com>
Date   : 2011-04-21T18:47:57+02:00
Stats  : +16/-16 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/abrt/c/cb37c9bf299b3de90545e60b8f2eb97c229e3488?branch=update-2.17.8

Log:
fixed the problem with debuginfo install permissions rhbz#692064

---
diff --git a/abrt.spec b/abrt.spec
index 2b55811..5d23b5b 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -503,7 +503,8 @@ fi
 %{_libexecdir}/abrt-hook-ccpp
 %{_bindir}/abrt-action-analyze-c
 %{_bindir}/abrt-action-trim-files
-%attr(2755, abrt, abrt) %{_bindir}/abrt-action-install-debuginfo
+%attr(4755, abrt, abrt) %{_bindir}/abrt-action-install-debuginfo
+%{_bindir}/abrt-action-analyzecore.py*
 %{_bindir}/abrt-action-install-debuginfo.py*
 %{_bindir}/abrt-action-generate-backtrace
 %{_bindir}/abrt-action-analyze-backtrace

diff --git a/blacklist.patch b/blacklist.patch
index cccc80b..cc5c51c 100644
--- a/blacklist.patch
+++ b/blacklist.patch
@@ -1,22 +1,21 @@
---- 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, /usr/lib/xulrunner-*/plugin-container
- 
- # 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 @@
+diff -urp abrt-2.0.0/src/daemon/abrt.conf abrt-2.0.0_/src/daemon/abrt.conf
+--- abrt-2.0.0/src/daemon/abrt.conf	2011-03-23 18:11:00.000000000 +0100
++++ abrt-2.0.0_/src/daemon/abrt.conf	2011-03-30 15:40:51.160618948 +0200
+@@ -8,7 +8,7 @@ OpenGPGCheck = yes
  
  # Blacklisted packages
  #
--BlackList = nspluginwrapper, valgrind, strace
+-BlackList = nspluginwrapper,valgrind,strace
 +BlackList = nspluginwrapper, valgrind, strace, mono-core
  
  # Process crashes in executables which do not belong to any package?
  #
+@@ -16,7 +16,7 @@ ProcessUnpackaged = no
+ 
+ # Blacklisted executable paths (shell patterns)
+ #
+-BlackListedPaths = /usr/share/doc/*,*/example*
++BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer, /usr/lib/xulrunner-*/plugin-container
+ 
+ # Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
+ # in this directory (for example, uploaded via ftp, scp etc).

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 10:22 [rpms/abrt] update-2.17.8: fixed the problem with debuginfo install permissions rhbz#692064 Jiri Moskovcak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox