public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-repos] rawhide: Fix GPG key lookup path for OSTree remotes
Date: Thu, 20 Aug 2026 03:13:28 GMT	[thread overview]
Message-ID: <178719560895.1.7230278892219413517.rpms-fedora-repos-f9d00c6f0ca1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-20  3:13 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=178719560895.1.7230278892219413517.rpms-fedora-repos-f9d00c6f0ca1@fedoraproject.org \
    --to=ngompa@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