Skip to content

Commit 93a94be

Browse files
committed
Update Vendor PostgreSQL: switch 'PostgreSQL 12 for RHEL / CentOS' repositories into yum-archive.postgresql.org
(cherry picked from commit 60c3bdc)
1 parent 356912b commit 93a94be

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/elevate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ jobs:
387387
case ${source_release} in
388388
7)
389389
sudo dnf -y -q install epel-release;;
390+
# TODO: switch "PostgreSQL 12 for RHEL / CentOS" repository into yum-archive.postgresql.org
391+
sed -i 's#download.postgresql.org/pub/repos/yum/12/#yum-archive.postgresql.org/12/#g' /etc/yum.repos.d/pgdg-redhat-all.repo
390392
8)
391393
sudo dnf -y -q module disable postgresql;;
392394
esac

leapp-data.spec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,10 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve
159159

160160

161161
%changelog
162-
* Fri Jan 16 2026 Yuriy Kohut <[email protected]> - 0.10-9.20250729
163-
- Vendor PostgreSQL: remove Supplementary ucommon RPMs (sysupdates) repositories
162+
* Mon Jan 19 2026 Yuriy Kohut <[email protected]> - 0.10-9.20250729
163+
- Vendor PostgreSQL:
164+
- remove Supplementary ucommon RPMs (sysupdates) repositories
165+
- switch "PostgreSQL 12 for RHEL / CentOS" repositories into yum-archive.postgresql.org
164166

165167
* Wed Nov 26 2025 Yuriy Kohut <[email protected]> - 0.10-8.20250729
166168
- Vendor PostgreSQL: correct extras repository base url

vendors.d/postgresql.repo.el8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module_hotfixes=true
5555

5656
[el8-pgdg12]
5757
name=PostgreSQL 12 for RHEL / Rocky 8 - $basearch
58-
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-8-$basearch
58+
baseurl=https://yum-archive.postgresql.org/12/redhat/rhel-8-$basearch
5959
enabled=1
6060
gpgcheck=1
6161
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg

vendors.d/postgresql.repo.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg
6060

6161
[el9-pgdg12]
6262
name=PostgreSQL 12 for RHEL / Rocky / AlmaLinux 9 - $basearch
63-
baseurl=https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-9-$basearch
63+
baseurl=https://yum-archive.postgresql.org/12/redhat/rhel-9-$basearch
6464
enabled=1
6565
gpgcheck=1
6666
gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/postgresql.gpg

0 commit comments

Comments
 (0)