public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f43: Install a copy of GPG keys in /usr/share/pki/rpm-gpg
@ 2026-08-24 3:37 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-24 3:37 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 3:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 3:37 [rpms/fedora-repos] f43: Install a copy of GPG keys in /usr/share/pki/rpm-gpg Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox