rpm-software-management / spec-cleaner

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

overkeen with pkg_vcmp #204

Closed fridrich closed 6 years ago

fridrich commented 7 years ago

(08:29:47) Fridrich: scarabeus: another one for spec cleaner (08:30:10) Fridrich: this expression " %if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0} " is wrapped this way by spec_cleaner (08:30:30) Fridrich: " %if %{?pkg_vcmp:%{pkg_vcmp} java-devel >= 9}%{!?pkg_vcmp:0} " (08:30:50) Fridrich: scarabeus: which is wrong because the java-devel >= 9 is part of the macro