diff --git a/shared-python-startup.changes b/shared-python-startup.changes index 7ee2521..6bf73ff 100644 --- a/shared-python-startup.changes +++ b/shared-python-startup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 13:18:52 UTC 2020 - Matej Cepl + +- Correct suse_version value for SLE-12 + ------------------------------------------------------------------- Wed Dec 4 18:17:30 CET 2019 - Matej Cepl diff --git a/shared-python-startup.spec b/shared-python-startup.spec index 5cc2efe..4d8e68f 100644 --- a/shared-python-startup.spec +++ b/shared-python-startup.spec @@ -1,7 +1,7 @@ # # spec file for package shared-python-startup # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Source1: LICENSE BuildRequires: filesystem Supplements: python(abi) Conflicts: python3 < 3.8 -%if 0%{?suse_version} > 1200 +%if 0%{?suse_version} > 1315 Conflicts: (python2 without python2_split_startup) %else Conflicts: python2 < 2.7.17