Ville Skyttä wrote:
On Sat, 2006-10-28 at 09:22 -0700, Mamoru Tasaka 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.No it doesn't, %{?dist} is and always has been optional. http://fedoraproject.org/wiki/Packaging/DistTag However some other way of managing proper EVRs between branches needs to be used if one chooses not to use it.
For this case, without this buildsys complained as following. --------------------------------------------------- cvs tag -c wvs-data-0_0_20020219-2 For more information on using the Fedora source code repositories, please visit http://fedoraproject.org/wiki/UsingCvs ERROR: The tag wvs-data-0_0_20020219-2 is already applied on a different branch ERROR: You can not forcibly move tags between branches wvs-data-0_0_20020219-2:devel:mtasaka:1161814318 cvs tag: Pre-tag check failed cvs [tag aborted]: correct the above errors first! make: *** [tag] error 1 ---------------------------------------------------- Mamoru Tasaka