Add find-debuginfo-split-traversal-and-extraction-fix.patch (#1465170)

This commit is contained in:
Mark Wielaard 2017-06-28 13:14:30 +02:00
parent 34e0e8c813
commit 326fa8d2ef
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- rpm-4.13.0.1/scripts/find-debuginfo.sh.orig 2017-06-28 13:00:10.780609617 +0200
+++ rpm-4.13.0.1/scripts/find-debuginfo.sh 2017-06-28 13:00:38.331005393 +0200
@@ -351,7 +351,7 @@
# just has its file names collected and adjusted.
case "$dn" in
/usr/lib/debug/*)
- continue ;;
+ return ;;
esac
mkdir -p "${debugdn}"

View File

@ -95,7 +95,8 @@ Patch280: rpm-4.13.x-writable-tmp-dir.patch
# Parallel debuginfo processing
Patch281: find-debuginfo-split-traversal-and-extraction.patch
Patch282: find-debuginfo-process-files-in-parallel.patch
Patch282: find-debuginfo-split-traversal-and-extraction-fix.patch
Patch283: find-debuginfo-process-files-in-parallel.patch
# Support debugsource and debuginfo subpackages
Patch285: find-debuginfo-untangle-unique-build-options.patch
@ -610,6 +611,9 @@ exit 0
%doc doc/librpm/html/*
%changelog
* Wed Jun 28 2017 Mark Wielaard <mjw@fedoraproject.org> - 4.13.0.1-27
- Add find-debuginfo-split-traversal-and-extraction-fix.patch (#1465170)
* Wed Jun 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.13.0.1-26
- Backport patches for rich dependencies from dependency generators