aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcreate-srpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-srpm b/create-srpm
index 12e596a..89a8301 100755
--- a/create-srpm
+++ b/create-srpm
@@ -57,7 +57,7 @@ class CmdIface:
revname=1,
scripts=target.scripts,
use_binrepo = True,
- binrepo_check = False,
+ binrepo_check = True,
macros=target.macros)
uploadsrpms.extend(targetsrpms)
uploadcmd = get_helper("upload-srpm")