public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f44: Install a copy of GPG keys in /usr/share/pki/rpm-gpg
@ 2026-08-24 3:35 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-24 3:35 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 3:35 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:35 [rpms/fedora-repos] f44: 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