From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 1FE893857C5E for ; Sat, 31 Oct 2020 20:35:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1FE893857C5E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 0575130278CD; Sat, 31 Oct 2020 21:35:24 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 0AAA2C3785; Sat, 31 Oct 2020 21:34:33 +0100 (CET) Date: Sat, 31 Oct 2020 21:34:32 +0100 From: Mark Wielaard To: "Dmitry V. Levin" Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] Do not install profile.d/debuginfod.*sh files unless debuginfod is enabled Message-ID: <20201031203432.GA4317@wildebeest.org> References: <20201031185528.GA23682@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201031185528.GA23682@altlinux.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2020 20:35:30 -0000 On Sat, Oct 31, 2020 at 09:55:28PM +0300, Dmitry V. Levin wrote: > Fixes: 94708e964601 ("PR25461: add /etc/profile.d files for default $DEBUGINFOD_URLS") > Fixes: fee123fb771f ("PR25461: uninstall /etc/profile.d files for distuninstallcheck") > Signed-off-by: Dmitry V. Levin > [...] > @@ -1,3 +1,8 @@ > +2020-10-31 Dmitry V. Levin > + > + * Makefile.am (install-data-local, uninstall-local): Conditionalize > + on DEBUGINFOD. Makes sense, if we don't install libdebuginfo the profile wouldn't do anything. Pushed. Thanks, Mark