From 04645c4a84442da3324eea8f6538a5768e69919a Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 23 Aug 2022 15:27:29 +0200 Subject: [PATCH] containers-common-1-43.el9 - add beta keys to default-policy.json - Related: #2061316 Signed-off-by: Jindrich Novy --- containers-common.spec | 6 +++++- default-policy.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/containers-common.spec b/containers-common.spec index 835673b..e6a4f84 100644 --- a/containers-common.spec +++ b/containers-common.spec @@ -12,7 +12,7 @@ Epoch: 2 Name: containers-common Version: 1 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Common configuration and documentation for containers License: ASL 2.0 BuildRequires: /usr/bin/go-md2man @@ -166,6 +166,10 @@ EOF %{_datadir}/rhel/secrets/* %changelog +* Tue Aug 23 2022 Jindrich Novy - 2:1-43 +- add beta keys to default-policy.json +- Related: #2061316 + * Mon Aug 08 2022 Jindrich Novy - 2:1-42 - update shortnames - Related: #2061316 diff --git a/default-policy.json b/default-policy.json index 7ed16d6..eb5934e 100644 --- a/default-policy.json +++ b/default-policy.json @@ -10,14 +10,14 @@ { "type": "signedBy", "keyType": "GPGKeys", - "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" + "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"] } ], "registry.redhat.io": [ { "type": "signedBy", "keyType": "GPGKeys", - "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" + "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"] } ] },