Skip to content

Conversation

DimStar77
Copy link
Contributor

Instead of relying on __meson_verbose being defined or not, handle
its value; in context of larger build systems (like open build service)
this allows a project wide configuration to override %__meson_verbose to 0

Fixes #14992

Instead of relying on __meson_verbose being defined or not, handle
its value; in context of larger build systems (like open build service)
this allows a project wide configuration to override %__meson_verbose to 0
@DimStar77 DimStar77 requested a review from jpakkane as a code owner September 3, 2025 13:15
@DimStar77
Copy link
Contributor Author

An example of using this in open build service is
https://build.opensuse.org/projects/GNOME:Next/prjconf

the Macros: block is copied to ~/.rpmrc during builds - to my knowledge, it's not possible to undefine anything on this method, making the 0|1 syntax the preferred choice

users that used --undefine so far do not have to adjust, as the changed macro cope with the absence of the macro

@bonzini bonzini added this to the 1.10 milestone Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPM Macros do not allow to disable verbose
2 participants