Skip to content

Commit

Permalink
config: Use the correct openSUSE Backports key for Leap 15.5
Browse files Browse the repository at this point in the history
The openSUSE Backports signing key was replaced in May for Leap 15.5,
so this configuration needs to be updated for the new key.
  • Loading branch information
Conan-Kudo committed Oct 12, 2023
1 parent 3f351f5 commit c5a89c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mock-core-configs/etc/mock/templates/opensuse-leap-15.5.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

"""
2 changes: 1 addition & 1 deletion mock-core-configs/mock-core-configs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions releng/release-notes-next/leap15.5-gpgkeys.config
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c5a89c8

Please sign in to comment.