Previously rpkg enforced a "%s-docker-candidate" koji tag for any
container-build such that "%s" was the DistGit branch unless there
was a target override passed. This patch allows for the DistGit
namespace to be inherited into the koji tag making it
"%s-%s-candidate" such that "%s-%s" % (DistGitBranch,
DistGitNamespace).
Previously rpkg enforced a "%s-docker-candidate" koji tag for any
container-build such that "%s" was the DistGit branch unless there
was a target override passed. This patch allows for the DistGit
namespace to be inherited into the koji tag making it
"%s-%s-candidate" such that "%s-%s" % (DistGitBranch,
DistGitNamespace).
Signed-off-by: Adam Miller maxamillion@fedoraproject.org