-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to leverage bcond_with
macros
#501
Comments
If you set the default based on the |
Using |
Why? I have been using https://src.fedoraproject.org/rpms/gnuplot/blob/rawhide/f/gnuplot.spec#_7 (I think it depends on what one considers to be the whole purpose of |
Content Resolver consumes packages from the repositories, and those packages have been already built in the build system that takes %bcond_with into account. |
It seems that my initial comment was too artificial. There is
In Fedora, it would be likely empty. In ELN/RHEL, we could use it to disable features. That way
So far, it seems the best place to pull this in could be |
It seems there is rubygem-stringex dependency chain pulled in for rubygem-kramdown just to execute 5 test cases for optional and probably rarely used feature. Is there any way to leverage
bcond_without stringex
feature flag if I going to propose such change to that package?The text was updated successfully, but these errors were encountered: