Fix wrong GPG key path
Fixes: https://github.com/AlmaLinux/raspberry-pi/issues/19
This commit is contained in:
parent
8a3d65a03a
commit
6fea787449
@ -6,7 +6,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi
|
|||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/$basearch/os/
|
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/$basearch/os/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=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
|
## Sources
|
||||||
[raspberrypi-source]
|
[raspberrypi-source]
|
||||||
@ -15,7 +15,7 @@ mirrorlist=https://mirrors.almalinux.org/mirrorlist/$releasever/raspberrypi-sour
|
|||||||
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/Source/
|
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/Source/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||||
|
|
||||||
## Debug
|
## Debug
|
||||||
[raspberrypi-debuginfo]
|
[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/
|
# baseurl=https://repo.almalinux.org/almalinux/$releasever/raspberrypi/debug/$basearch/
|
||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
|
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux-9
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
|
Summary: Raspberry Pi support packages from the AlmaLinux Core SIG repository
|
||||||
Name: almalinux-release-raspberrypi
|
Name: almalinux-release-raspberrypi
|
||||||
Version: 9
|
Version: 9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://wiki.almalinux.org/sigs/Core
|
URL: https://wiki.almalinux.org/sigs/Core
|
||||||
Source0: almalinux-raspberrypi.repo
|
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
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/almalinux-raspberrypi.repo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2023 Koichiro Iwao <koichiro.iwao@miraclelinux.com> - 9-2
|
||||||
|
- Fix wrong GPG key path
|
||||||
|
|
||||||
* Fri May 27 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-1
|
* Fri May 27 2022 Eduard Abdullin <eabdullin@almalinux.org> - 9-1
|
||||||
- Initial version
|
- Initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user