public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f45: Use eln and rawhide arch symlinks from repo files
@ 2026-08-10 9:41
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 28e467860599bfcc67b9123f50e1161fa1f324c7
Author : Petr Menšík <pemensik@redhat.com>
Date : 2021-03-10T09:39:15+01:00
Stats : +12/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/28e467860599bfcc67b9123f50e1161fa1f324c7?branch=f45
Log:
Use eln and rawhide arch symlinks from repo files
Sometimes installation just selected packages from rawhide is requested.
Prevent signature verification failure when installing rawhide package
on older stable release. Releasever in rawhide repo would link to
stable fedora, but package might be signed by more recent key.
Link always to the latest rawhide key link provided by fedora-gpg-keys.
---
diff --git a/fedora-eln.repo b/fedora-eln.repo
index c6b7f44..7992bf6 100644
--- a/fedora-eln.repo
+++ b/fedora-eln.repo
@@ -29,7 +29,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
[eln-baseos-debuginfo]
@@ -41,7 +41,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
[eln-baseos-source]
@@ -53,7 +53,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
@@ -68,7 +68,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
[eln-appstream-debuginfo]
@@ -80,7 +80,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
[eln-appstream-source]
@@ -92,5 +92,5 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-eln-$basearch
skip_if_unavailable=False
diff --git a/fedora-rawhide-modular.repo b/fedora-rawhide-modular.repo
index 24c47a7..d4ecfa1 100644
--- a/fedora-rawhide-modular.repo
+++ b/fedora-rawhide-modular.repo
@@ -29,7 +29,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
[rawhide-modular-debuginfo]
@@ -41,7 +41,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
[rawhide-modular-source]
@@ -53,5 +53,5 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
diff --git a/fedora-rawhide.repo b/fedora-rawhide.repo
index 5391fb0..f5172ea 100644
--- a/fedora-rawhide.repo
+++ b/fedora-rawhide.repo
@@ -29,7 +29,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
[rawhide-debuginfo]
@@ -41,7 +41,7 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
[rawhide-source]
@@ -53,5 +53,5 @@ metadata_expire=6h
repo_gpgcheck=0
type=rpm
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch AUTO_VALUE
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide-$basearch AUTO_VALUE
skip_if_unavailable=False
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:41 [rpms/fedora-repos] f45: Use eln and rawhide arch symlinks from repo files
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox