public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/archlinux-keyring] epel9: Change a BuildRequires from /usr/bin/sq to sequoia-sq
@ 2026-08-07 13:53 Tingjie Zhong
  0 siblings, 0 replies; only message in thread
From: Tingjie Zhong @ 2026-08-07 13:53 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/archlinux-keyring
            Branch : epel9
            Commit : dfa997d9a9e58c9afd663838375308d5b9e9fc7e
            Author : Tingjie Zhong <catme0w@live.cn>
            Date   : 2024-09-12T21:51:37+00:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/archlinux-keyring/c/dfa997d9a9e58c9afd663838375308d5b9e9fc7e?branch=epel9

            Log:
            Change a BuildRequires from /usr/bin/sq to sequoia-sq

Replaced a BuildRequires from the direct executable path (/usr/bin/sq) to the package name (sequoia-sq) to avoid ambiguity, as multiple packages (squirrel, ispell-sq) provide the sq executable.

---
diff --git a/archlinux-keyring.spec b/archlinux-keyring.spec
index 2d6497c..92a097d 100644
--- a/archlinux-keyring.spec
+++ b/archlinux-keyring.spec
@@ -10,7 +10,7 @@ BuildArch:      noarch
 
 BuildRequires:  keyrings-filesystem
 BuildRequires:  make
-BuildRequires:  /usr/bin/sq
+BuildRequires:  sequoia-sq
 %if 0%{?el9}
 BuildRequires:  python3.11
 %else

^ 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: Change a BuildRequires from /usr/bin/sq to sequoia-sq Tingjie Zhong

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