Package the new tool introduced by commit elfutils-0.177~1. Signed-off-by: Dmitry V. Levin <l...@altlinux.org> ---
I have no idea whether this file is actually used as a specfile. If not, let's add eu-elfclassify there for consistency. P.S. Thanks for the nice tool! config/ChangeLog | 4 ++++ config/elfutils.spec.in | 1 + 2 files changed, 5 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index 65658118..12a141b2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2019-08-14 Dmitry V. Levin <l...@altlinux.org> + + * elfutils.spec.in (%files): Add %{_bindir}/eu-elfclassify. + 2019-08-13 Mark Wielaard <m...@klomp.org> * Makefile.am (elfutils.spec.in): Use git --get user.name and diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 19b4229e..c5896a41 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -169,6 +169,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/eu-strip %{_bindir}/eu-findtextrel %{_bindir}/eu-addr2line +%{_bindir}/eu-elfclassify %{_bindir}/eu-elfcmp %{_bindir}/eu-ranlib %{_bindir}/eu-strings -- ldv