add patch from blino to enable binrepo in create-srpm
Modified: build_system/repsys/trunk/create-srpm =================================================================== --- build_system/repsys/trunk/create-srpm 2011-01-06 09:56:59 UTC (rev 225) +++ build_system/repsys/trunk/create-srpm 2011-01-06 14:35:16 UTC (rev 226) @@ -56,6 +56,8 @@ svnlog=1, revname=1, scripts=target.scripts, + use_binrepo = True, + binrepo_check = False, macros=target.macros) uploadsrpms.extend(targetsrpms) uploadcmd = get_helper("upload-srpm")