public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-repos] rawhide: Fix GPG key lookup path for OSTree remotes
@ 2026-08-20  3:13 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-20  3:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedora-repos
Branch : rawhide
Commit : f9d00c6f0ca1ef5c4c64b3f074973e35d166a5f1
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-08-19T23:13:11-04:00
Stats  : +6/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedora-repos/c/f9d00c6f0ca1ef5c4c64b3f074973e35d166a5f1?branch=rawhide

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 b4531eb..455f3d2 100644
--- a/fedora-repos.spec
+++ b/fedora-repos.spec
@@ -4,7 +4,7 @@
 Summary:        Fedora package repositories
 Name:           fedora-repos
 Version:        46
-Release:        0.2%{?eln:.eln%{eln}}
+Release:        0.3%{?eln:.eln%{eln}}
 License:        MIT
 URL:            https://fedoraproject.org/
 
@@ -417,6 +417,9 @@ rm -f "$TMPRING"
 
 
 %changelog
+* Thu Aug 20 2026 Neal Gompa <ngompa@fedoraproject.org> - 46-0.3
+- Fix GPG key lookup path for OSTree remotes
+
 * Wed Aug 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 46-0.2
 - Fix directory ownership in fedora-repos-eln
 

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:13 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:13 [rpms/fedora-repos] rawhide: 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