diff --git a/find-debuginfo-split-traversal-and-extraction-fix.patch b/find-debuginfo-split-traversal-and-extraction-fix.patch new file mode 100644 index 0000000..46fadc4 --- /dev/null +++ b/find-debuginfo-split-traversal-and-extraction-fix.patch @@ -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}" diff --git a/rpm.spec b/rpm.spec index 5cc08b0..a10a9fe 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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 - 4.13.0.1-27 +- Add find-debuginfo-split-traversal-and-extraction-fix.patch (#1465170) + * Wed Jun 28 2017 Igor Gnatenko - 4.13.0.1-26 - Backport patches for rich dependencies from dependency generators