On Wed, Jul 19, 2017 at 12:50:50AM -0400, Bill Shirley wrote: > I just recently build a spec file for ndppd (NDP Proxy Daemon) and found out > you can't comment out by using a single # in a spec file if it is a % command. > It has to be like this: > #%%configure Yeah, this is because macros are expanded even in comments. It works okay for single-line macros, but fails badly for multiple-line ones, since then only the first line ends up commented out. -- Matthew Miller <mattdm@xxxxxxxxxxxxxxxxx> Fedora Project Leader _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx