From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69887 invoked by alias); 14 Aug 2019 20:46:01 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 69877 invoked by uid 89); 14 Aug 2019 20:46:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-19.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-19.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: vmicros1.altlinux.org Received: from vmicros1.altlinux.org (HELO vmicros1.altlinux.org) (194.107.17.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Aug 2019 20:45:59 +0000 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id CDC7872CCDA for ; Wed, 14 Aug 2019 23:45:56 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id C04ED7CCE4F; Wed, 14 Aug 2019 23:45:56 +0300 (MSK) Date: Wed, 14 Aug 2019 20:46:00 -0000 From: "Dmitry V. Levin" To: elfutils-devel@sourceware.org Subject: [PATCH] config/elfutils.spec.in: package eu-elfclassify Message-ID: <20190814204556.GA2164@altlinux.org> References: <871s22yybt.fsf@oldenburg2.str.redhat.com> <8736mfzhob.fsf@oldenburg2.str.redhat.com> <87k1cadpym.fsf@oldenburg2.str.redhat.com> <20190726221124.GA39429@wildebeest.org> <87a7cx6w0g.fsf@oldenburg2.str.redhat.com> <20190729143441.GC2881@wildebeest.org> <87pnls29eu.fsf@oldenburg2.str.redhat.com> <20190813094428.GA2467@wildebeest.org> <20190813113926.GB2467@wildebeest.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190813113926.GB2467@wildebeest.org> X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00110.txt.bz2 Package the new tool introduced by commit elfutils-0.177~1. Signed-off-by: Dmitry V. Levin --- 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 + + * elfutils.spec.in (%files): Add %{_bindir}/eu-elfclassify. + 2019-08-13 Mark Wielaard * 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