From 48d9fd99798ce729059c5fae2e8fd200d7022e99 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Thu, 20 Aug 2020 23:12:19 -0700 Subject: [PATCH] Backport patches fixing abort when working directory is deleted, part 2. (I forgot to "git add" several files prior to the commit / push.) (RHBZ 1869484, Sergio Durigan Junior) --- _gdb.spec.Patch.include | 3 +++ _gdb.spec.patch.include | 1 + _patch_order | 1 + gdb.spec | 6 +++++- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_gdb.spec.Patch.include b/_gdb.spec.Patch.include index 1bf37e7..24289d3 100644 --- a/_gdb.spec.Patch.include +++ b/_gdb.spec.Patch.include @@ -412,3 +412,6 @@ Patch101: gdb-rhbz1844458-use-fputX_unfiltered.patch # (Aaron Merey, RH BZ 183877) Patch102: gdb-rhbz1838777-debuginfod.patch +# Backport patches fixing abort when working directory is deleted. +Patch103: gdb-rhbz1869484-deleted-working-directory + diff --git a/_gdb.spec.patch.include b/_gdb.spec.patch.include index 48f09cd..0557da6 100644 --- a/_gdb.spec.patch.include +++ b/_gdb.spec.patch.include @@ -100,3 +100,4 @@ %patch100 -p1 %patch101 -p1 %patch102 -p1 +%patch103 -p1 diff --git a/_patch_order b/_patch_order index 0ff91c4..5ea9527 100644 --- a/_patch_order +++ b/_patch_order @@ -100,3 +100,4 @@ gdb-rhbz1822715-fix-python-deprecation.patch gdb-rhbz1829702-fix-python39.patch gdb-rhbz1844458-use-fputX_unfiltered.patch gdb-rhbz1838777-debuginfod.patch +gdb-rhbz1869484-deleted-working-directory diff --git a/gdb.spec b/gdb.spec index be61f19..33b540e 100644 --- a/gdb.spec +++ b/gdb.spec @@ -37,7 +37,7 @@ Version: 9.2 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1189,6 +1189,10 @@ fi %endif %changelog +* Thu Aug 20 2020 Kevin Buettner - 9.1-6 +- Backport patches fixing abort when working directory is deleted. + (RHBZ 1869484, Sergio Durigan Junior) + * Mon Aug 10 2020 Keith Seitz - Disable LTO until upstream sorts out ODR problems.