summaryrefslogtreecommitdiff
path: root/debuginfod/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-02-25 14:27:33 -0500
committerFrank Ch. Eigler <fche@redhat.com>2020-02-25 14:30:45 -0500
commit37d56e9275fcf70c4a0cb19c0f2ac1d4032acfab (patch)
tree47900d3cc232126bcd323f14af7d92d8db22500b /debuginfod/ChangeLog
parent577170fc84e1a347076bc6150a7b152da0a882ac (diff)
downloadelfutils-37d56e9275fcf70c4a0cb19c0f2ac1d4032acfab.tar.gz
debuginfod PR25583: map -R to -Z.rpm
It was reported that libarchive (bsdtar) at least as far back as rhel7 (3.1.2) can natively process RPM files, so there's no need to mediate those accesses through rpm2cpio. There's no noteworthy performance or testing impact. Signed-off-by: Frank Ch. Eigler <fche@redhat.com> Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'debuginfod/ChangeLog')
-rw-r--r--debuginfod/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 4bbe0d35..16e14309 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,5 +1,9 @@
2020-02-25 Frank Ch. Eigler <fche@redhat.com>
+ * debuginfod.cxx (parse_opt): Treat -R as if -Z.rpm .
+
+2020-02-25 Frank Ch. Eigler <fche@redhat.com>
+
* debuginfod.cxx (fdcache_prefetch): New parameter.
(parse_opt): Parse it.
(main): Default it.