public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/archlinux-keyring] epel9: Stop putting the gpg keyring in sources
@ 2026-08-07 13:53 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-07 13:53 UTC (permalink / raw)
  To: git-commits

            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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 13:53 [rpms/archlinux-keyring] epel9: Stop putting the gpg keyring in sources 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox