Update to 2022-07-07 11:00

This commit is contained in:
Daniel Berteaud
2022-07-07 11:00:17 +02:00
parent c27549fddc
commit c36a4dee6a
5 changed files with 11 additions and 8 deletions

View File

@@ -8,4 +8,10 @@ name = PostgreSQL
# Workaround a bug in dnf which would make the default module mask packages from postgres repo
module_hotfixes = true
{% endif %}
[postgresql-common]
baseurl = https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-$releasever-$basearch
gpgcheck = 1
gpgkey = https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG
name = PostgreSQL Common
{% endif %}