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)
This commit is contained in:
Kevin Buettner 2020-08-20 23:12:19 -07:00
parent 5106a72f71
commit 48d9fd9979
4 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -100,3 +100,4 @@
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1

View File

@ -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

View File

@ -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 <kevinb@redhat.com> - 9.1-6
- Backport patches fixing abort when working directory is deleted.
(RHBZ 1869484, Sergio Durigan Junior)
* Mon Aug 10 2020 Keith Seitz <keiths@redhat.com>
- Disable LTO until upstream sorts out ODR problems.