pgdg-redhat-repo-42.0-20.noarch is missing pgdg14-source and pgdg13-source

From: "Andrew J(dot) Schorr" <aschorr(at)telemetry-investments(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: pgdg-redhat-repo-42.0-20.noarch is missing pgdg14-source and pgdg13-source
Date: 2021-11-11 15:08:23
Message-ID: 20211111150823.GA8709@ti139.telemetry-investments.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

The /etc/yum.repos.d/pgdg-redhat-all.repo file delivered
in pgdg-redhat-repo-42.0-20.noarch is missing two source repos: pgdg13-source
and pgdg14-source. I edited the file manually to add those sections.
I observed the same problem in the RHEL 7 and 8 versions.

[pgdg14-source]
name=PostgreSQL 14 for RHEL/CentOS $releasever - $basearch - Source
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/14/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
repo_gpgcheck = 1

[pgdg13-source]
name=PostgreSQL 13 for RHEL/CentOS $releasever - $basearch - Source
baseurl=https://download.postgresql.org/pub/repos/yum/srpms/13/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
repo_gpgcheck = 1

Regards,
Andy

Browse pgsql-bugs by date

  From Date Subject
Next Message Kishore Isaac 2021-11-11 15:49:29 Tenable Report Issue even after upgrading to correct Postgres version
Previous Message Michael Paquier 2021-11-11 09:09:49 Re: BUG #17268: Possible corruption in toast index after reindex index concurrently