--- SourceCheck.py +++ SourceCheck.py @@ -39,7 +39,7 @@ class SourceCheck(AbstractCheck.AbstractCheck): else: spec_file=f elif source_regex.search(f) and files[f][4] > 120*1024: - if use_bzip2: + if True: if not f.endswith('.bz2'): printWarning(pkg, 'source-or-patch-not-bzipped', f) else: