public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/composefs] rawhide: Really fix build on i686
@ 2026-06-14 23:27 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-14 23:27 UTC (permalink / raw)
  To: git-commits

            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
 

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

only message in thread, other threads:[~2026-06-14 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 23:27 [rpms/composefs] rawhide: Really fix build on i686 Yaakov Selkowitz

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