Fix wrong GPG key path #1

Merged
alukoshko merged 1 commit from metalefty/almalinux-release-raspberrypi:a9 into a9 2023-04-19 07:52:27 +00:00
Contributor
Fixes: https://github.com/AlmaLinux/raspberry-pi/issues/19
Author
Contributor

The correct key file name has -9 suffix.

$ ls -l /etc/pki/rpm-gpg/
total 8
-rw-r--r--. 1 root root 3139 Nov 15 07:42 RPM-GPG-KEY-AlmaLinux-9
-rw-r--r--. 1 root root 1656 Aug 10  2022 RPM-GPG-KEY-EPEL-9
The correct key file name has `-9` suffix. ``` $ ls -l /etc/pki/rpm-gpg/ total 8 -rw-r--r--. 1 root root 3139 Nov 15 07:42 RPM-GPG-KEY-AlmaLinux-9 -rw-r--r--. 1 root root 1656 Aug 10 2022 RPM-GPG-KEY-EPEL-9 ```
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rpms/almalinux-release-raspberrypi!1
No description provided.