rpm-software-management / spec-cleaner

spec-cleaner
BSD 3-Clause "New" or "Revised" License
28 stars 34 forks source link

Incorrect addition of FIXME #182

Closed DimStar77 closed 7 years ago

DimStar77 commented 7 years ago

While running spec-cleaner over bundle-lang-common, spec-cleaner keeps on adding:

FIXME: Use %requires_eq macro instead

even though the lines below look like:

Provides: NetworkManager-lang = %(rpm -q --queryformat '%{VERSION}' NetworkManager-lang)\

The fixme is definitively wrong: this cannot be replaced with a %requires_eq.

Would be great if this noise is not added to the spec files there

scarabeusiv commented 7 years ago

As a temporary workaround add there any comment above this, it will force spec-cleaner to not add the FIXME.