public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/faust] rawhide: Add missing BuildRequires for which
@ 2026-07-09 13:59 Tom Stellard
  0 siblings, 0 replies; only message in thread
From: Tom Stellard @ 2026-07-09 13:59 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/faust
            Branch : rawhide
            Commit : cc238c3c3a4842f34826f21dbb9be836b9aa5f82
            Author : Tom Stellard <tstellar@redhat.com>
            Date   : 2026-07-08T23:27:55+00:00
            Stats  : +1/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/faust/c/cc238c3c3a4842f34826f21dbb9be836b9aa5f82?branch=rawhide

            Log:
            Add missing BuildRequires for which

The build system (build/Makefile) uses `which` to find the cmake executable.
Fedora containers don't have `which` installed by default so trying to
rpmbuild this package in a container will fail without this dependency.

---
diff --git a/faust.spec b/faust.spec
index 0495f78..b38874d 100644
--- a/faust.spec
+++ b/faust.spec
@@ -33,6 +33,7 @@ BuildRequires:  cmake
 BuildRequires:  zlib-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  ncurses-static
+BuildRequires:  which
 
 %description
 Faust AUdio STreams is a functional programming language for real-time audio

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 13:59 [rpms/faust] rawhide: Add missing BuildRequires for which Tom Stellard

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