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] f43: Install a copy of GPG keys in /usr/share/pki/rpm-gpg
Date: Mon, 24 Aug 2026 03:37:42 GMT [thread overview]
Message-ID: <178754266279.1.15992855324214721529.rpms-fedora-repos-86ce6ca389b2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f43
Commit : 86ce6ca389b2d6018caefa94a291c6236060ff1d
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-08-23T23:37:18-04:00
Stats : +10/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/86ce6ca389b2d6018caefa94a291c6236060ff1d?branch=f43
Log:
Install a copy of GPG keys in /usr/share/pki/rpm-gpg
---
diff --git a/fedora-repos.spec b/fedora-repos.spec
index e7ebe8e..a2135db 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -4,7 +4,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 43
-Release: 1%{?eln:.eln%{eln}}
+Release: 2%{?eln:.eln%{eln}}
License: MIT
URL: https://fedoraproject.org/
@@ -186,6 +186,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/
@@ -391,6 +395,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*
@@ -407,6 +413,9 @@ rm -f "$TMPRING"
%changelog
+* Mon Aug 24 2026 Neal Gompa <ngompa@fedoraproject.org> - 43-2
+- Install a copy of GPG keys in /usr/share/pki/rpm-gpg
+
* Fri Oct 10 2025 Jens Petersen <petersen@redhat.com> - 43-1
- Disable updates-testing for F43 final release
reply other threads:[~2026-08-24 3:37 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=178754266279.1.15992855324214721529.rpms-fedora-repos-86ce6ca389b2@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