From 5b7ba0cce384ccf479afb8340b1706c0291d5a12e40afe42e0c466251c903181 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Apr 2020 13:18:47 +0000 Subject: [PATCH] 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