public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Whalen <pwhalen@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-iot-config] rawhide: Update gpgkeypath to /usr/share/pki/rpm-gpg/ for F45 GPG key relocation
Date: Mon, 17 Aug 2026 14:06:28 GMT [thread overview]
Message-ID: <178697558829.1.3931331944869923016.rpms-fedora-iot-config-7d48d2a81f09@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-17 14:06 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=178697558829.1.3931331944869923016.rpms-fedora-iot-config-7d48d2a81f09@fedoraproject.org \
--to=pwhalen@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