On Tue, 23 Sep 2008 00:54:37 +0200, RPM Fusion Bugzilla wrote:
freej.src:97: W: macro-in-%changelog __make
freej-debuginfo.i386: I: checking
freej-devel.i386: I: checking
freej.spec:97: W: macro-in-%changelog __make
to realize this. The rest is a silly warning.
No, not silly. Avoid macros in %changelog at all cost, because some
of the macros cause damage if they are expanded. You can escape them
like %%__macro instead of %__macro to avoid that.