From 66791e17efb802017c15dfa47aa600d1dbc99d72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jul 2021 16:03:24 +0200 Subject: raise dependency on redhat-release >= 8.4 enable repo_gpgcheck for https://github.com/remicollet/remirepo/issues/175 --- remi-safe.repo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remi-safe.repo') diff --git a/remi-safe.repo b/remi-safe.repo index 148c6c2..6e9dd63 100644 --- a/remi-safe.repo +++ b/remi-safe.repo @@ -9,6 +9,7 @@ name=Safe Remi's RPM repository for Enterprise Linux VERSION - $basearch mirrorlist=http://cdn.remirepo.net/enterprise/VERSION/safe/$basearch/mirror enabled=1 gpgcheck=1 +repo_gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION [remi-safe-debuginfo] @@ -16,4 +17,5 @@ name=Remi's RPM repository for Enterprise Linux VERSION - $basearch - debuginfo baseurl=http://rpms.remirepo.net/enterprise/VERSION/debug-remi/$basearch/ enabled=0 gpgcheck=1 +repo_gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi.elVERSION -- cgit