specfile icon indicating copy to clipboard operation
specfile copied to clipboard

Implement parsing of conditions

Open nforro opened this issue 1 year ago • 2 comments

Statements such as %if, %else and %endif are currently treated as regular section content. That can cause issues, especially with conditions spanning across multiple sections - if a section is deleted, modified or moved, it can lead to syntax errors as the condition block could be broken apart. Figure out how to deal with this.

nforro avatar May 22 '23 16:05 nforro