Skip to content

Commit

Permalink
Merge pull request #12767 from jan-cerny/rhel10key
Browse files Browse the repository at this point in the history
Fix ensure_redhat_gpgkey_installed on RHEL 10
  • Loading branch information
matusmarhefka authored Jan 3, 2025
2 parents e6e8b73 + 00fe29b commit 038e629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions products/rhel10/product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dconf_gdm_dir: "distro.d"
faillock_path: "/var/log/faillock"

# The fingerprints below are retrieved from https://access.redhat.com/security/team/key
pkg_release: "fd431d51"
pkg_version: "4ae0493c"
aux_pkg_release: "5a6340b3"
aux_pkg_version: "6229229e"
pkg_release: "4ae0493c"
pkg_version: "fd431d51"
aux_pkg_release: "6229229e"
aux_pkg_version: "5a6340b3"

release_key_fingerprint: "567E347AD0044ADE55BA8A5F199E2F91FD431D51"
auxiliary_key_fingerprint: "7E4624258C406535D56D6F135054E4A45A6340B3"
Expand Down

0 comments on commit 038e629

Please sign in to comment.