summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpmbuild-remote.py')
-rwxr-xr-xrpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index fb0e17b..427b1b5 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -190,7 +190,7 @@ def main():
jobs = []
for arg in args:
ext = os.path.splitext(arg)[1]
- if ext == '.srpm':
+ if ext == '.rpm':
jobs.append(arg)
elif ext == '.spec':
jobs.append([arg])