From 5b7ba0cce384ccf479afb8340b1706c0291d5a12e40afe42e0c466251c903181 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Apr 2020 13:18:47 +0000 Subject: [PATCH 1/2] Correct suse_version value for SLE-12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/shared-python-startup?expand=0&rev=8 --- shared-python-startup.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 0a2f94ded8f04932598139f421ac1b65ab76e8b7d5882826d7d541fd562c1536 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Apr 2020 13:18:59 +0000 Subject: [PATCH 2/2] Fix changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/shared-python-startup?expand=0&rev=9 --- shared-python-startup.changes | 5 +++++ 1 file changed, 5 insertions(+) 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