Add find-debuginfo-split-traversal-and-extraction-fix.patch (#1465170)
This commit is contained in:
parent
34e0e8c813
commit
326fa8d2ef
11
find-debuginfo-split-traversal-and-extraction-fix.patch
Normal file
11
find-debuginfo-split-traversal-and-extraction-fix.patch
Normal 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}"
|
6
rpm.spec
6
rpm.spec
@ -95,7 +95,8 @@ Patch280: rpm-4.13.x-writable-tmp-dir.patch
|
|||||||
|
|
||||||
# Parallel debuginfo processing
|
# Parallel debuginfo processing
|
||||||
Patch281: find-debuginfo-split-traversal-and-extraction.patch
|
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
|
# Support debugsource and debuginfo subpackages
|
||||||
Patch285: find-debuginfo-untangle-unique-build-options.patch
|
Patch285: find-debuginfo-untangle-unique-build-options.patch
|
||||||
@ -610,6 +611,9 @@ exit 0
|
|||||||
%doc doc/librpm/html/*
|
%doc doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.13.0.1-26
|
||||||
- Backport patches for rich dependencies from dependency generators
|
- Backport patches for rich dependencies from dependency generators
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user