summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmbuild-remote.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 057a170..fb0e17b 100755
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -12,12 +12,12 @@ LOG = logging.getLogger('rpmbuild-remote')
LOG.addHandler(logging.StreamHandler())
EXTENSIONS = (
- 'patch',
- 'bz2',
- 'gz',
- 'tgz',
- 'lzma',
- 'xz',
+ '.patch',
+ '.bz2',
+ '.gz',
+ '.tgz',
+ '.lzma',
+ '.xz',
)
def get_parser():