From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92805 invoked by alias); 15 Aug 2019 07:33:41 -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 92795 invoked by uid 89); 15 Aug 2019 07:33:41 -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=-10.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=ham version=3.3.1 spammy= X-Spam-Status: No, score=-10.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_SORBS_WEB,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: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Aug 2019 07:33:39 +0000 Received: from librem.wildebeest.org (unknown [87.195.226.149]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 856EB307C111; Thu, 15 Aug 2019 09:33:37 +0200 (CEST) Received: by librem.wildebeest.org (Postfix, from userid 1000) id 76C25C019C; Thu, 15 Aug 2019 09:33:31 +0200 (CEST) Date: Thu, 15 Aug 2019 07:33:00 -0000 From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] config/elfutils.spec.in: package eu-elfclassify Message-ID: <20190815073331.GD2537@wildebeest.org> References: <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> <20190814204556.GA2164@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190814204556.GA2164@altlinux.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q3/txt/msg00111.txt.bz2 Hi Dmitry, On Wed, Aug 14, 2019 at 11:45:56PM +0300, Dmitry V. Levin wrote: > 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. Yes, we certainly should have it in the (example) spec file. Pushed to master. Thanks, Mark