public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] f45: Fix GPG key lookup path for OSTree remotes
@ 2026-08-20 3:15 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-20 3:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-repos
Branch : f45
Commit : 606e48baf62062047c5d269ab7516edfa61a5c74
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-08-19T23:15:24-04:00
Stats : +6/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-repos/c/606e48baf62062047c5d269ab7516edfa61a5c74?branch=f45
Log:
Fix GPG key lookup path for OSTree remotes
---
diff --git a/fedora-compose.conf b/fedora-compose.conf
index 8bf015d..969673b 100644
--- a/fedora-compose.conf
+++ b/fedora-compose.conf
@@ -1,4 +1,4 @@
[remote "fedora-compose"]
url=https://kojipkgs.fedoraproject.org/compose/ostree/repo/
gpg-verify=true
-gpgkeypath=/etc/pki/rpm-gpg/
+gpgkeypath=/usr/share/pki/rpm-gpg/
diff --git a/fedora-repos.spec b/fedora-repos.spec
index 09b1137..d63f4f3 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -4,7 +4,7 @@
Summary: Fedora package repositories
Name: fedora-repos
Version: 45
-Release: 0.5%{?eln:.eln%{eln}}
+Release: 0.6%{?eln:.eln%{eln}}
License: MIT
URL: https://fedoraproject.org/
@@ -415,6 +415,9 @@ rm -f "$TMPRING"
%changelog
+* Thu Aug 20 2026 Neal Gompa <ngompa@fedoraproject.org> - 45-0.6
+- Fix GPG key lookup path for OSTree remotes
+
* Mon Aug 11 2026 Patrik Polakovic <patrik@alphamail.org> - 45-0.5
- Rawhide is now F46
- Enable `updates-testing` repository for F45
diff --git a/fedora.conf b/fedora.conf
index 3d23f22..b22ebae 100644
--- a/fedora.conf
+++ b/fedora.conf
@@ -1,5 +1,5 @@
[remote "fedora"]
url=https://ostree.fedoraproject.org
gpg-verify=true
-gpgkeypath=/etc/pki/rpm-gpg/
+gpgkeypath=/usr/share/pki/rpm-gpg/
contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 3:15 [rpms/fedora-repos] f45: Fix GPG key lookup path for OSTree remotes Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox