rpm-software-management / spec-cleaner

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

PreReq containing macros are mangled #180

Closed plusky closed 7 years ago

plusky commented 7 years ago

PreReq: /bin/rm /bin/mkdir /usr/bin/chroot %fillup_prereq %insserv_prereq is transformed to:

PreReq:         /bin/mkdir%{_bindir}/chroot%fillup_prereq%insserv_prereq
PreReq:         /bin/rm
scarabeusiv commented 7 years ago

The issue is in the parser of the deps.

@sleep-walker it again end in endless loop, se the latest test commit

sleep-walker commented 7 years ago

Nasty but needed one, thanks for the report.