--- common/Makefile.common 2012/08/03 16:54:08 1.11 +++ common/Makefile.common 2013/11/11 14:41:28 1.12 @@ -5,7 +5,7 @@ # Copyright (C) 2004-2005 Red Hat, Inc. # Copyright (C) 2005 Fedora Foundation # -# $Id: Makefile.common,v 1.10 2012/06/30 05:57:35 slords Exp $ +# $Id: Makefile.common,v 1.11 2012/08/03 16:54:08 slords Exp $ # Define the common dir. # This needs to happen first. @@ -322,7 +322,7 @@ check: test-srpm done; ## use this to build an srpm locally -ifneq (, $(filter contribs7 contribs8, $(BRANCH))) +ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH))) srpm: sources $(TARGETS) $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE) else @@ -417,7 +417,7 @@ ifndef $(BODHI_USER) BODHI_USER=$(USER) endif -ifneq (, $(filter contribs7 contribs8, $(BRANCH))) +ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH))) update: bodhi endif