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"] } ] },