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 1n35qs-0004uE-53 for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 31 Dec 2021 00:32:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n35qq-0007MS-KE for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 31 Dec 2021 00:32:56 +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 1n35qq-0007MI-CW for pgsql-pkg-yum@lists.postgresql.org; Fri, 31 Dec 2021 00:32:56 +0000 Received: from mail.thelabyrinth.net ([45.56.70.56]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n35qj-0007na-Jc for pgsql-pkg-yum@lists.postgresql.org; Fri, 31 Dec 2021 00:32:55 +0000 Received: from [10.4.1.88] (unknown [209.160.117.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dsteele) by mail.thelabyrinth.net (Postfix) with ESMTPSA id 19BAA54669; Fri, 31 Dec 2021 00:32:47 +0000 (UTC) Message-ID: Date: Thu, 30 Dec 2021 19:32:46 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: GPG signature verification error with pgdg-redhat-repo-42.0-17.noarch Content-Language: en-US To: tek nophil1ac , pgsql-pkg-yum@lists.postgresql.org, devrim@gunduz.org References: From: David Steele In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 5/24/21 07:54, tek nophil1ac wrote: > > We are attempting to install on a RHEL 8 system, but are seeing GPG > signature verification issues with the > included /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG file. > > Steps followed: > > sudo dnf install -y > https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm > > > sudo dnf -qy module disable postgresql > Error: Failed to download metadata for repo 'pgdg-common': repomd.xml > GPG signature verification error: Bad GPG signature > > We can work around this with the --nogpgcheck option, which is not ideal > and so we are reporting this issue to you. I'm seeing the same issue on aarch64 (Mac M1). Would be good to get this fixed or figure out what I am doing wrong. Thanks, -David