public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-iot-config] rawhide: Update gpgkeypath to /usr/share/pki/rpm-gpg/ for F45 GPG key relocation
@ 2026-08-17 14:06 Paul Whalen
  0 siblings, 0 replies; only message in thread
From: Paul Whalen @ 2026-08-17 14:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-iot-config
            Branch : rawhide
            Commit : 7d48d2a81f099ea81e248bcd2e82c4e30a9c993f
            Author : Paul Whalen <pwhalen@fedoraproject.org>
            Date   : 2026-08-17T09:57:28-04:00
            Stats  : +5/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-iot-config/c/7d48d2a81f099ea81e248bcd2e82c4e30a9c993f?branch=rawhide

            Log:
            Update gpgkeypath to /usr/share/pki/rpm-gpg/ for F45 GPG key relocation

F45 moved GPG keys from /etc/pki/rpm-gpg/ to /usr/share/pki/rpm-gpg/.
Update the ostree remote config to use the new path. On upgrade,
ostree's 3-way merge replaces the config automatically.

See: https://discussion.fedoraproject.org/t/f45-change-proposal-relocate-rpm-repo-configs-to-usr-selfcontained/188916

Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>

---
diff --git a/fedora-iot-config.spec b/fedora-iot-config.spec
index 4566e1d..78b0347 100644
--- a/fedora-iot-config.spec
+++ b/fedora-iot-config.spec
@@ -1,6 +1,6 @@
 Name:           fedora-iot-config
 Version:        1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fedora IoT Configuration file
 
 License:        MIT
@@ -51,6 +51,9 @@ install -pm 0755 %{SOURCE2} %{buildroot}%{_sbindir}
 
 
 %changelog
+* Thu Aug 14 2026 Paul Whalen <pwhalen@fedoraproject.org> - 1-7
+- Update gpgkeypath to /usr/share/pki/rpm-gpg/ for F45 GPG key relocation
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/fedora-iot.conf b/fedora-iot.conf
index 06bf29a..5de86ec 100644
--- a/fedora-iot.conf
+++ b/fedora-iot.conf
@@ -1,6 +1,6 @@
 [remote "fedora-iot"]
 url=https://ostree.fedoraproject.org/iot
 gpg-verify=true
-gpgkeypath=/etc/pki/rpm-gpg/
+gpgkeypath=/usr/share/pki/rpm-gpg/
 contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-17 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 14:06 [rpms/fedora-iot-config] rawhide: Update gpgkeypath to /usr/share/pki/rpm-gpg/ for F45 GPG key relocation Paul Whalen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox