--- ./plugins/tmprepo/tmprepo.py_orig	2017-07-20 08:39:57 -0500
+++ ./plugins/tmprepo/tmprepo.py	2017-07-20 08:40:52 -0500
@@ -91,7 +91,7 @@
         os.chmod(trepo_data, 0755)
     trepo_name = os.path.basename(os.path.dirname(trepo_path))
     tmp_fname  = "%s/tmp-%s.repo" % (trepo_data, trepo_name)
-    repoid     = "T-%4.4s-%x" % (trepo_name, int(time.time()))
+    repoid     = "T-%s-%x" % (trepo_name, int(time.time()))
     tpc = 'true'
     if not lpgpgcheck:
         tpc = 'false'
@@ -133,7 +133,7 @@
     AutoCleanupDir(trepo_data)
     trepo_name = os.path.basename(os.path.dirname(os.path.dirname(repomd)))
     tmp_fname  = "%s/tmp-%s.repo" % (trepo_data, trepo_name)
-    repoid     = "T-%4.4s-%x" % (trepo_name, int(time.time()))
+    repoid     = "T-%s-%x" % (trepo_name, int(time.time()))
     pgpgcheck, rgpgcheck = rpgpgcheck, rrgpgcheck
     if repomd.startswith("file:"):
         pgpgcheck, rgpgcheck = lpgpgcheck, lrgpgcheck
@@ -168,7 +168,7 @@
     AutoCleanupDir(trepo_data)
     trepo_name = os.path.basename(mirrorlist)
     tmp_fname  = "%s/tmp-%s.repo" % (trepo_data, trepo_name)
-    repoid     = "T-%4.4s-%x" % (trepo_name, int(time.time()))
+    repoid     = "T-%s-%x" % (trepo_name, int(time.time()))
     tpc = 'true'
     if not rpgpgcheck:
         tpc = 'false'
