public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/composefs] rawhide: Really fix build on i686
Date: Sun, 14 Jun 2026 23:27:50 GMT	[thread overview]
Message-ID: <178147967020.1.11269197471195389423.rpms-composefs-c12011c38f12@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/composefs
            Branch : rawhide
            Commit : c12011c38f12556cce548341338cf18d0eead0c7
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-14T19:26:47-04:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/composefs/c/c12011c38f12556cce548341338cf18d0eead0c7?branch=rawhide

            Log:
            Really fix build on i686

As a feature, man is automatically enabled by %meson, and needs to be
disabled as needed, not the reverse.

---
diff --git a/composefs.spec b/composefs.spec
index 30054c6..3e1a00b 100644
--- a/composefs.spec
+++ b/composefs.spec
@@ -46,8 +46,8 @@ Library files for %{name}.
 
 %build
 %meson --default-library=shared -Dfuse=enabled \
-%if %{with man}
-  -Dman=enabled 
+%if %{without man}
+  -Dman=disabled
 %endif
 %meson_build
 

                 reply	other threads:[~2026-06-14 23:27 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=178147967020.1.11269197471195389423.rpms-composefs-c12011c38f12@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --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