﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
67	Incorrectly commented define in the template rpm spec	Nikita Krupen'ko	Bruno Cornec	"I use pb version 0.9.10-1042. It generates incorrect template for rpm spec located at pbconf/PROJECT/rpm/PROJECT.spec. This template contains the following line:
{{{
#%define srcname	PBPKG
}}}
That causes following error during build2pkg:
{{{
#%define is forbidden, use #define to comment a %define
}}}
So, that line should look like this
{{{
#define srcname	PBPKG
}}}
"	defect	closed	major	0.10.1	pb	0.9.10	fixed		
