Update to 2022-07-23 12:00

This commit is contained in:
Daniel Berteaud
2022-07-23 12:00:16 +02:00
parent 307e1ac20d
commit 7a53cdbef7
12 changed files with 139 additions and 28 deletions

View File

@@ -8,10 +8,12 @@ name = PostgreSQL
# Workaround a bug in dnf which would make the default module mask packages from postgres repo
module_hotfixes = true
{% endif %}
exclude = python3-psycopg2
[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
exclude = python3-psycopg2
{% endif %}