You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
patches_base was always added to .spec when it contained string
'patches_ignore' (like rdopkg does in changelog) due to an overly relaxed
check.
I used regex to make sure it only triggers for proper patches_ignore comment.
No time was wasted on unit tests because all these hacks must be replaced with
proper magic comment parser without silly expectations and million special
cases.
Fixes: #122
Change-Id: Ieadab8f7549da95b6408533f068471c02c9e39ec
0 commit comments