gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
repo_gpgcheck = 1
-# Red Hat recently breaks compatibility between 10.n and 10.n+1. PGDG repo is
-# affected with the LLVM packages. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
+# Red Hat recently breaks compatibility between 10.n and 10.n+1.
+# PGDG repo is affected with LLVM, CLANG and some other packages.
+# This is a band aid repo for those non-RHEL users whose
+# installations cannot be updated on time.
[pgdg-rhel10-sysupdates]
name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rocky10-sysupdates/redhat/rhel-$releasever-$basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-AARCH64-RHEL
# PGDG Red Hat Enterprise Linux / Rocky repositories #
#######################################################
-# PGDG Red Hat Enterprise Linux / Rocky stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
[pgdg-common]
name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
repo_gpgcheck = 1
-# Red Hat recently breaks compatibility between 10.n and 10.n+1. PGDG repo is
-# affected with the LLVM packages. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
+# Red Hat recently breaks compatibility between 10.n and 10.n+1.
+# PGDG repo is affected with LLVM, CLANG and some other packages.
+# This is a band aid repo for those non-RHEL users whose
+# installations cannot be updated on time.
[pgdg-rhel10-sysupdates]
name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel$releasever-extras/redhat/rhel-$releasever-$basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux repositories. #
#########################################################################
-# PGDG Red Hat Enterprise Linux / Rocky /AlmaLinux stable common repository for all PostgreSQL versions
+# PGDG Red Hat Enterprise Linux / Rocky / AlmaLinux stable common repository for all PostgreSQL versions
[pgdg-common]
name=PostgreSQL common RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
repo_gpgcheck = 1
-# Red Hat recently breaks compatibility between 10.n and 10.n+1. PGDG repo is
-# affected with the LLVM packages. This is a band aid repo for the llvmjit users
-# whose installations cannot be updated.
+# Red Hat recently breaks compatibility between 10.n and 10.n+1.
+# PGDG repo is affected with LLVM, CLANG and some other packages.
+# This is a band aid repo for those non-RHEL users whose
+# installations cannot be updated on time.
[pgdg-rhel10-sysupdates]
name=PostgreSQL Supplementary ucommon RPMs for RHEL / Rocky / AlmaLinux $releasever - $basearch
-baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rocky10-sysupdates/redhat/rhel-$releasever-$basearch
+baseurl=https://download.postgresql.org/pub/repos/yum/common/pgdg-rhel10-sysupdates/redhat/rhel-$releasever-$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/PGDG-RPM-GPG-KEY-RHEL
Name: pgdg-redhat-repo
Version: 42.0
-Release: 59PGDG
+Release: 60PGDG
Summary: PostgreSQL PGDG RPMs - Yum Repository Configuration for Red Hat / Rocky / AlmaLinux
License: PostgreSQL
URL: https://yum.postgresql.org
%{_sysconfdir}/pki/rpm-gpg/*
%changelog
+* Sat 15 Nov 2025 Devrim Gündüz <devrim@gunduz.org> - 42.0-60PGDG
+- Fix/update sysupdates URLs in RHEL 10 repo files.
+
* Sat Sep 27 2025 Devrim Gündüz <devrim@gunduz.org> - 42.0-59PGDG
- Add missing debuginfo/source repos.