summaryrefslogtreecommitdiff
path: root/gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-14 17:07:55 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-14 17:07:55 +0000
commit11fbb693da963bb440117e4ee2471d653f8b377d (patch)
tree7ff9c6a18efd867f35cb6f8fb08893c6b655376f /gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
parent4e085bfc7d11913c9011677cb3dd243505999893 (diff)
automatic import of gdb
Diffstat (limited to 'gdb-6.6-buildid-locate-rpm-librpm-workaround.patch')
-rw-r--r--gdb-6.6-buildid-locate-rpm-librpm-workaround.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb-6.6-buildid-locate-rpm-librpm-workaround.patch b/gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
new file mode 100644
index 0000000..2b862a0
--- /dev/null
+++ b/gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
@@ -0,0 +1,19 @@
+From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
+From: Fedora GDB patches <invalid@email.com>
+Date: Fri, 27 Oct 2017 21:07:50 +0200
+Subject: gdb-6.6-buildid-locate-rpm-librpm-workaround.patch
+
+;; Workaround librpm BZ 643031 due to its unexpected exit() calls (BZ 642879).
+;;=push+jan
+
+diff --git a/gdb/proc-service.list b/gdb/proc-service.list
+--- a/gdb/proc-service.list
++++ b/gdb/proc-service.list
+@@ -37,4 +37,7 @@
+ ps_pstop;
+ ps_ptread;
+ ps_ptwrite;
++
++ /* gdb-6.6-buildid-locate-rpm.patch */
++ rpmsqEnable;
+ };