On Sat, 31 Dec 2011 01:33:35 +0900, TM (TASAKA) wrote:
Nicolas Chauvet wrote, at 12/31/2011 12:42 AM +9:00:
> 2011/12/30<rpmfusion-pkgs-report(a)rpmfusion.org>:
> ...
>> mlt-0.7.6-3.fc16
>> ----------------
>> * Thu Dec 29 2011 Ryan Rix<ry(a)n.rix.si> 0.7.6-3
>> - s/%[?_isa}/%{?_isa}
>
> As a reminder, RPM macros are forbidden in changelog
> (as they will be expanded in binary RPM).
>
> You should write %%{?_isa} instead.
>
> Thx
>
> Nicolas (kwizart)
This build report changes %% used in %changelog to %.
See the actual change:
http://cvs.rpmfusion.org/viewvc/rpms/mlt/devel/mlt.spec?root=free&r1=...
The same "phenomenon" also happens on Fedora's daily rawhide changes
report.
It's nothing special the build report is doing. It's just an ordinary
%changelog query. The "rpm --changelog ..." query also does it,
since %% expands to %.