public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cucumber-messages] rawhide: Fix conditional for regenerate deps.
@ 2026-06-28 4:34 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-28 4:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cucumber-messages
Branch : rawhide
Commit : cec000d9da3cd35e941b774020fa9363691f2406
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-28T05:26:53+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cucumber-messages/c/cec000d9da3cd35e941b774020fa9363691f2406?branch=rawhide
Log:
Fix conditional for regenerate deps.
This makes little difference in practice, as the dependencies were
already brought in indirectly.
[skip changelog]
---
diff --git a/cucumber-messages.spec b/cucumber-messages.spec
index 2f2b36f..d02e647 100644
--- a/cucumber-messages.spec
+++ b/cucumber-messages.spec
@@ -29,7 +29,9 @@ BuildRequires: gcc-c++
# https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries
BuildRequires: cmake(nlohmann_json) json-static
-%if %{with regenerate_cpp} || %{with regenerate_python}
+%if %{with regenerate_cpp} || \
+ %{with regenerate_python} || \
+ %{with regenerate_ruby}
BuildRequires: make
BuildRequires: /usr/bin/ruby
BuildRequires: rubygem(json)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 4:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 4:34 [rpms/cucumber-messages] rawhide: Fix conditional for regenerate deps Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox