public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/cucumber-messages] rawhide: Fix conditional for regenerate deps.
Date: Sun, 28 Jun 2026 04:34:03 GMT	[thread overview]
Message-ID: <178262124365.1.1261158805891029752.rpms-cucumber-messages-cec000d9da3c@fedoraproject.org> (raw)

            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)

                 reply	other threads:[~2026-06-28  4:34 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=178262124365.1.1261158805891029752.rpms-cucumber-messages-cec000d9da3c@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=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