From 6fea78744934fe2d877493d3a7ea4374f8969a39 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Wed, 19 Apr 2023 16:08:17 +0900 Subject: [PATCH] Fix wrong GPG key path Fixes: https://github.com/AlmaLinux/raspberry-pi/issues/19 --- almalinux-raspberrypi.repo | 6 +++--- almalinux-release-raspberrypi.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/almalinux-raspberrypi.repo b/almalinux-raspberrypi.repo index c3a4a7a..751e5e7 100644 --- a/almalinux-raspberrypi.repo +++ b/almalinux-raspberrypi.repo @@ -6,7 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi # baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/$basearch/os/ gpgcheck=1 enabled=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9 ## Sources [raspberrypi-source] @@ -15,7 +15,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi-sour # baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/Source/ gpgcheck=1 enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9 ## Debug [raspberrypi-debuginfo] @@ -24,4 +24,4 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi-debu # baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/debug/$basearch/ gpgcheck=1 enabled=0 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9 diff --git a/almalinux-release-raspberrypi.spec b/almalinux-release-raspberrypi.spec index 249a8c7..20c1cea 100644 --- a/almalinux-release-raspberrypi.spec +++ b/almalinux-release-raspberrypi.spec @@ -1,7 +1,7 @@ Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository Name: almalinux-release-raspberrypi Version: 9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: https://wiki.almalinux.org/sigs/Core Source0: almalinux-raspberrypi.repo @@ -22,5 +22,8 @@ install -D -m 750 %{SOURCE1} %{buildroot}%{_bindir}/rootfs-expand %config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo %changelog +* Wed Apr 19 2023 Koichiro Iwao - 9-2 +- Fix wrong GPG key path + * Fri May 27 2022 Eduard Abdullin - 9-1 - Initial version