From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33474 invoked by alias); 10 Dec 2019 23:30:39 -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 33351 invoked by uid 89); 10 Dec 2019 23:30:26 -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=-6.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=multilib X-Spam-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,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; Tue, 10 Dec 2019 23:30:25 +0000 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 EA6D730278C3 for ; Wed, 11 Dec 2019 00:30:17 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 583BDC3691; Wed, 11 Dec 2019 00:30:10 +0100 (CET) Date: Tue, 10 Dec 2019 23:30:00 -0000 From: Mark Wielaard To: elfutils-devel@sourceware.org Subject: Re: [PATCH] config: Update elfutils.spec with explicit sub-package requires. Message-ID: <20191210233010.GC3785@librem> References: <1575556074-27635-1-git-send-email-mark@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1575556074-27635-1-git-send-email-mark@klomp.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00252.txt.bz2 On Thu, Dec 05, 2019 at 03:27:54PM +0100, Mark Wielaard wrote: > Consistently require version-release subpackages so that everything > is updated together. Technically this isn't always required (it is > for elfutils-libelf and elfutils-libs). But this makes things more > consistent and prevents multilib version mismatches. > > Also update a Summary and description to match the current Fedora > text. Pushed to master.