summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildscripts/packager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/packager.py b/buildscripts/packager.py
index 28b83621d38..6d951d04b4f 100755
--- a/buildscripts/packager.py
+++ b/buildscripts/packager.py
@@ -326,7 +326,7 @@ class Distro(object):
raise Exception("BUG: unsupported architecture (%s)" % arch)
if re.search("(suse)", self.dname):
- return ["suse11", "suse12"]
+ return ["suse11", "suse12", "suse15"]
elif re.search("(redhat|fedora|centos)", self.dname):
return ["rhel70", "rhel71", "rhel72", "rhel62", "rhel55", "rhel67"]
elif self.dname in ['amazon', 'amazon2']: