public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] f44: Install a copy of GPG keys in /usr/share/pki/rpm-gpg
Date: Mon, 24 Aug 2026 03:35:46 GMT	[thread overview]
Message-ID: <178754254689.1.4877894094255780287.rpms-fedora-repos-107895f6f8dc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fedora-repos
Branch : f44
Commit : 107895f6f8dc26d329d3e40dbd5ccbabe1e8f301
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-08-23T23:34:31-04:00
Stats  : +10/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fedora-repos/c/107895f6f8dc26d329d3e40dbd5ccbabe1e8f301?branch=f44

Log:
Install a copy of GPG keys in /usr/share/pki/rpm-gpg

---
diff --git a/fedora-repos.spec b/fedora-repos.spec
index f1bc371..e1a4340 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -4,7 +4,7 @@
 Summary:        Fedora package repositories
 Name:           fedora-repos
 Version:        44
-Release:        1%{?eln:.eln%{eln}}
+Release:        2%{?eln:.eln%{eln}}
 License:        MIT
 URL:            https://fedoraproject.org/
 
@@ -188,6 +188,10 @@ done
 ln -s RPM-GPG-KEY-fedora-%{version}-primary RPM-GPG-KEY-%{version}-fedora
 popd
 
+# Install the keys in the new location for forward compatibility
+install -d -m 755 %{buildroot}%{_datadir}/pki
+cp -a %{buildroot}%{_sysconfdir}/pki/rpm-gpg %{buildroot}%{_datadir}/pki
+
 # Install the IMA certs
 install -d -m 755 $RPM_BUILD_ROOT/etc/keys/ima
 install -m 644 %{_sourcedir}/fedora*ima.der $RPM_BUILD_ROOT/etc/keys/ima/
@@ -393,6 +397,8 @@ rm -f "$TMPRING"
 %files -n fedora-gpg-keys
 %dir /etc/pki/rpm-gpg
 /etc/pki/rpm-gpg/RPM-GPG-KEY-*
+%dir %{_datadir}/pki/rpm-gpg
+%{_datadir}/pki/rpm-gpg/RPM-GPG-KEY-*
 
 # ima-certs
 /etc/keys/ima/fedora*ima*
@@ -409,6 +415,9 @@ rm -f "$TMPRING"
 
 
 %changelog
+* Mon Aug 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 44-2
+- Install a copy of GPG keys in /usr/share/pki/rpm-gpg
+
 * Wed Apr 01 2026 Stephen Gallagher <sgallagh@redhat.com> - 44-1
 - Disable updates-testing for F44 final release
 

                 reply	other threads:[~2026-08-24  3:35 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=178754254689.1.4877894094255780287.rpms-fedora-repos-107895f6f8dc@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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