Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdVg9-0004YF-Cw for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 13 Nov 2020 09:47:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kdVg8-00042S-Az for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 13 Nov 2020 09:47:36 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdVg8-00042L-39 for pgsql-pkg-yum@lists.postgresql.org; Fri, 13 Nov 2020 09:47:36 +0000 Received: from mail1.dalibo.net ([212.83.143.11] helo=mail.dalibo.com) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdVg5-0007oT-IG for pgsql-pkg-yum@postgresql.org; Fri, 13 Nov 2020 09:47:35 +0000 Received: from firost (larco.ioguix.net [82.66.0.6]) by mail.dalibo.com (Postfix) with ESMTPSA id 28FA82047D; Fri, 13 Nov 2020 10:47:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dalibo.com; s=a; t=1605260851; bh=uFMsw3M1i9ScTJQiL79ysR1RF6a46rKkX3CL7s0ujOs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HuwSurd7X/nFN5vERHSk8vlvr1s8lyMgBsM2V2BtPfkHBH6oC1fDZQSvXbmJiOuFI LGPGKwGDUBdAojg4F/GsdeaIHcfWCYhrJDL4z12PViYZSHfTotPxhGUNdUcEReuDQ2 yXUEfOFFpReXTAXn5AoMg7hkmVOFAqoIwcJfuhR0= Date: Fri, 13 Nov 2020 10:47:29 +0100 From: Jehan-Guillaume de Rorthais To: Craig Ringer Cc: pgsql-pkg-yum@postgresql.org Subject: Re: missing perl test modules in postgresqlXX-devel ? Message-ID: <20201113104729.3e4f28c9@firost> In-Reply-To: References: <20201105190206.4358b61d@firost> <20201109114034.2cc8aab5@firost> <20201110145627.07954db0@firost> <20201112113632.627b8749@firost> Organization: Dalibo MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Fri, 13 Nov 2020 13:38:05 +0800 Craig Ringer wrote: > On Thu, Nov 12, 2020 at 6:36 PM Jehan-Guillaume de Rorthais > wrote: > > Note that the package came from rhel-7-server-rpms: > > > > $ sudo yum history packages-info perl-Test-Simple|grep ^From > > From repo : rhel-7-server-rpms > > > > RHEL official documentation confirm the package is available in base > > repository: > > > > > > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/package_manifest/package_lists_base_repository > > > > > Based on this, I think it's appropriate to modify the EL-7 spec file for > all Pg versions (example patch is for -10) something like the following. > > Note that I removed a duplicate guard for "&& 0%{?suse_version} >= 1315" > where the test for "enabletaptests" already excluded that. And I made sure > that both fedora and rhel require both IPC::Run and Test::More ; I don't > see why that was ever not be the case. All these changes seem fine to me. Thank you,