Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Use the correct openSUSE Backports key for Leap 15.5 #1241

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.