Matthias Saou wrote:
Modified Files:wvs-data.spec Log Message:* Sat Oct 28 2006 Mamoru Tasaka <mtasaka ioa s u-tokyo ac jp> - Add %{?dist} tag as buildsys forces this.It's worth pointing out also that %%{?dist} is probably what you wanted to use in the %changelog since otherwise it will get expanded and the binary package's changelog will contain "Add .fc7 tag as...". Matthias
I wrote %%{?dist} to changelog and "make clog" changed
it to %{?dist} (without original spec file unchanged).
Mamoru