public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f45: Add ELN GPG keys
Date: Mon, 10 Aug 2026 09:41:06 GMT	[thread overview]
Message-ID: <178635486626.1.17231982402377027749.rpms-fedora-repos-52fdff9e4c3d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-repos
            Branch : f45
            Commit : 52fdff9e4c3d721fcd79cfd9b6dddd5fa1dd23c2
            Author : Stephen Gallagher <sgallagh@redhat.com>
            Date   : 2020-10-13T13:13:49-04:00
            Stats  : +4/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-repos/c/52fdff9e4c3d721fcd79cfd9b6dddd5fa1dd23c2?branch=f45

            Log:
            Add ELN GPG keys

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>

---
diff --git a/archmap b/archmap
index 3a83fff..2f862a0 100644
--- a/archmap
+++ b/archmap
@@ -72,3 +72,5 @@ fedora-32-primary: i386 x86_64 armhfp aarch64 ppc64le s390x
 fedora-33-primary: i386 x86_64 armhfp aarch64 ppc64le s390x
 
 fedora-34-primary: i386 x86_64 armhfp aarch64 ppc64le s390x
+
+fedora-eln-primary: i386 x86_64 aarch64 ppc64le s390x

diff --git a/fedora-repos.spec b/fedora-repos.spec
index 394102c..24a8202 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -156,6 +156,8 @@ install -m 644 %{_sourcedir}/RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
 #     says "fedora-19-primary: i386 x86_64",
 #     RPM-GPG-KEY-fedora-19-{i386,x86_64} will be symlinked to that key.
 pushd $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
+# Also add a symlink for ELN keys
+ln -s RPM-GPG-KEY-fedora-%{version}-primary RPM-GPG-KEY-fedora-eln-primary
 for keyfile in RPM-GPG-KEY*; do
     key=${keyfile#RPM-GPG-KEY-} # e.g. 'fedora-20-primary'
     arches=$(sed -ne "s/^${key}://p" %{_sourcedir}/archmap) \

                 reply	other threads:[~2026-08-10  9:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178635486626.1.17231982402377027749.rpms-fedora-repos-52fdff9e4c3d@fedoraproject.org \
    --to=sgallagh@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox