--- common/Makefile.common 2010/03/16 15:41:16 1.9 +++ common/Makefile.common 2012/06/30 05:57:35 1.10 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: Makefile.common,v 1.8 2010/02/20 20:09:05 slords Exp $ +# $Id: Makefile.common,v 1.9 2010/03/16 15:41:16 slords Exp $ # Define the common dir. # This needs to happen first. @@ -322,8 +322,13 @@ check: test-srpm done; ## use this to build an srpm locally +ifneq (, $(filter contribs7 contribs8, $(BRANCH))) +srpm: sources $(TARGETS) + $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE) +else srpm: sources $(TARGETS) $(RPM_WITH_DIRS) $(DIST_DEFINES) --nodeps -bs $(SPECFILE) +endif test-srpm: srpm