diff --git a/mock-core-configs/etc/mock/templates/opensuse-leap-15.5.tpl b/mock-core-configs/etc/mock/templates/opensuse-leap-15.5.tpl index c63190a29..a1a4748c9 100644 --- a/mock-core-configs/etc/mock/templates/opensuse-leap-15.5.tpl +++ b/mock-core-configs/etc/mock/templates/opensuse-leap-15.5.tpl @@ -53,7 +53,7 @@ baseurl=https://download.opensuse.org/distribution/leap/$releasever/repo/oss/ #metalink=https://download.opensuse.org/distribution/leap/$releasever/repo/oss/repodata/repomd.xml.metalink enabled=1 gpgkey=file:///usr/share/distribution-gpg-keys/opensuse/RPM-GPG-KEY-openSUSE-2022 - file:///usr/share/distribution-gpg-keys/opensuse/RPM-GPG-KEY-openSUSE-Backports + file:///usr/share/distribution-gpg-keys/opensuse/RPM-GPG-KEY-openSUSE-Backports-2023 file:///usr/share/distribution-gpg-keys/suse/RPM-GPG-KEY-SuSE-SLE-15 file:///usr/share/distribution-gpg-keys/suse/RPM-GPG-KEY-SuSE-SLE-Main-2023 gpgcheck=1 @@ -79,7 +79,7 @@ name=openSUSE Leap $releasever - {{ target_arch }} - Updates from Backports for baseurl=https://download.opensuse.org/update/leap/$releasever/backports/ #metalink=https://download.opensuse.org/update/leap/$releasever/backports/repodata/repomd.xml.metalink enabled=1 -gpgkey=file:///usr/share/distribution-gpg-keys/opensuse/RPM-GPG-KEY-openSUSE-Backports +gpgkey=file:///usr/share/distribution-gpg-keys/opensuse/RPM-GPG-KEY-openSUSE-Backports-2023 gpgcheck=1 """ diff --git a/mock-core-configs/mock-core-configs.spec b/mock-core-configs/mock-core-configs.spec index 30dee5b5e..a1c2c4ac3 100644 --- a/mock-core-configs/mock-core-configs.spec +++ b/mock-core-configs/mock-core-configs.spec @@ -22,7 +22,7 @@ BuildArch: noarch Provides: mock-configs # distribution-gpg-keys contains GPG keys used by mock configs -Requires: distribution-gpg-keys >= 1.96 +Requires: distribution-gpg-keys >= 1.98 # specify minimal compatible version of mock Requires: mock >= 5.0 Requires: mock-filesystem diff --git a/releng/release-notes-next/leap15.15-gpgkeys.config b/releng/release-notes-next/leap15.15-gpgkeys.config new file mode 100644 index 000000000..8d523e164 --- /dev/null +++ b/releng/release-notes-next/leap15.15-gpgkeys.config @@ -0,0 +1,2 @@ +The set of GPG keys used for openSUSE Leap 15.5 was updated to include +the correct key used for the openSUSE Backports repository.