public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/archlinux-keyring] epel9: Stop putting the gpg keyring in sources
Date: Fri, 07 Aug 2026 13:53:38 GMT [thread overview]
Message-ID: <178611081889.1.1230600516568460272.rpms-archlinux-keyring-4b99ae72f065@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/archlinux-keyring
Branch : epel9
Commit : 4b99ae72f0653cb0e41aa4da7e90a233ba84b9ca
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2025-06-11T17:04:32+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/archlinux-keyring/c/4b99ae72f0653cb0e41aa4da7e90a233ba84b9ca?branch=epel9
Log:
Stop putting the gpg keyring in sources
This now causes a linter error.
[skip changelog]
---
diff --git a/version-update.sh b/version-update.sh
index dee64dc..893b325 100755
--- a/version-update.sh
+++ b/version-update.sh
@@ -15,7 +15,7 @@ sed -i -r "s/(^Version: *) .+/\1 $version/" *.spec
spectool -g *.spec
: >sources
fedpkg local
-spectool -l -S *.spec | awk '{print $2}' | sed s:.*/:: | xargs fedpkg new-sources
+spectool -l -S *.spec | awk '/tar.gz/ {print $2}' | sed 's:.*/::' | xargs fedpkg new-sources
if [ -d "archlinux-keyring" ]; then
(cd archlinux-keyring && git pull)
reply other threads:[~2026-08-07 13:53 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=178611081889.1.1230600516568460272.rpms-archlinux-keyring-4b99ae72f065@fedoraproject.org \
--to=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