Set disttag properly
In fedpkg, load_rpmdefines does not set self._disttag, not like what
pyrpkg does. This causes disttag cannot return a correct value, and any
method using disttag in pyrpkg does not work in fedpkg.
Signed-off-by: Chenxiong Qi <cqi@redhat.com>