diff --git a/python-aws-sam-translator.changes b/python-aws-sam-translator.changes index 2ee9b24..9be32bc 100644 --- a/python-aws-sam-translator.changes +++ b/python-aws-sam-translator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert + +- Only build Python3 flavors for distributions 15 and greater + ------------------------------------------------------------------- Wed Jul 1 12:55:50 UTC 2020 - Marketa Calabkova diff --git a/python-aws-sam-translator.spec b/python-aws-sam-translator.spec index 1c7fb98..8a0b180 100644 --- a/python-aws-sam-translator.spec +++ b/python-aws-sam-translator.spec @@ -24,7 +24,7 @@ %else %bcond_without test %endif -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-aws-sam-translator