diff --git a/elfutils-0.185.tar.bz2 b/elfutils-0.187.tar.bz2 similarity index 53% rename from elfutils-0.185.tar.bz2 rename to elfutils-0.187.tar.bz2 index b4f3710aaf4794415b70c87b946b50dd37aa1342..75542a269396da91eca5fbcb659b4ad254983075 100644 Binary files a/elfutils-0.185.tar.bz2 and b/elfutils-0.187.tar.bz2 differ diff --git a/elfutils.spec b/elfutils.spec index e80169c862e5d152397bdc573eee796a855fa5fc..14a7ede91ce8f3a2d7a9e47df0165af958913244 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,14 +1,13 @@ # -*- rpm-spec from http://elfutils.org/ -*- Name: elfutils -Version: 0.185 -Release: 5 +Version: 0.187 +Release: 1 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2 -Patch0: eu-elfclassify-no-stdin-should-use-classify_flag_no_stdin.patch -Patch1: Fix-segfault-in-eu-ar-m.patch +Patch0: Fix-segfault-in-eu-ar-m.patch Requires: elfutils-libelf = %{version}-%{release} Requires: elfutils-libs = %{version}-%{release} @@ -265,6 +264,7 @@ fi %{_mandir}/man1/debuginfod-find.1* %{_mandir}/man3/debuginfod_*.3* %{_mandir}/man3/elf_*.3* +%{_mandir}/man7/debuginfod*.7.* %{_mandir}/man8/debuginfod.8* %files debuginfod-client @@ -302,6 +302,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Fri Jul 1 2022 panxiaohe - 0.187-1 +- update version to 0.187 + * Mon Jun 27 2022 zhangruifang - 0.185-5 - fix segfault in eu-ar -m diff --git a/eu-elfclassify-no-stdin-should-use-classify_flag_no_stdin.patch b/eu-elfclassify-no-stdin-should-use-classify_flag_no_stdin.patch deleted file mode 100644 index a89c112409c72e62ea3eee4df4d8c1b8cf816fed..0000000000000000000000000000000000000000 --- a/eu-elfclassify-no-stdin-should-use-classify_flag_no_stdin.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6ac20db56ab5e431b128a9f80d294bcf82111e29 Mon Sep 17 00:00:00 2001 -From: panxiaohe -Date: Thu, 17 Feb 2022 15:39:23 +0800 -Subject: [PATCH] eu-elfclassify: --no-stdin option should use - classify_flag_no_stdin - ---- - src/elfclassify.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/elfclassify.c b/src/elfclassify.c -index 535cc49..712e08f 100644 ---- a/src/elfclassify.c -+++ b/src/elfclassify.c -@@ -948,7 +948,7 @@ separated by newlines"), 2 }, - { "stdin0", classify_flag_stdin0, NULL, 0, - N_("Also read file names to process from standard input, \ - separated by ASCII NUL bytes"), 2 }, -- { "no-stdin", classify_flag_stdin, NULL, 0, -+ { "no-stdin", classify_flag_no_stdin, NULL, 0, - N_("Do not read files from standard input (default)"), 2 }, - { "compressed", 'z', NULL, 0, - N_("Try to open compressed files or embedded (kernel) ELF images"), --- -1.8.3.1 -