-
Notifications
You must be signed in to change notification settings - Fork 23
Parsing bcond conditions #483
Copy link
Copy link
Open
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/highBrings a lot of value to usersBrings a lot of value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/featureA request, idea, or new functionalityA request, idea, or new functionality
Metadata
Metadata
Assignees
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/highBrings a lot of value to usersBrings a lot of value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/featureA request, idea, or new functionalityA request, idea, or new functionality
Description
While regular macros can be set and evaluated, I didn't manage to the same with
bcon. referenceExample:
If there is a way to set these and evaluate sections based on their value, I'm happy to know! This also ties in with #231
One workaround is the use of
rpmspec, for example:results in a specfile without the
BuildRequires: perl-libs...Benefit
This would allow a more broad usage in handling specfiles.
Importance
No response
Workaround
Participation