From 84e54ed87f2c9194cecbb78dae02db120eef0f53aaca941bb21233dbaeeca6b7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Jun 2022 09:49:55 +0000 Subject: [PATCH] Fix conditions for primary_interpreter OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=44 --- python310.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python310.spec b/python310.spec index c3fcde6..7f7da63 100644 --- a/python310.spec +++ b/python310.spec @@ -62,7 +62,7 @@ Obsoletes: python39%{?1:-%{1}} %define python_pkg_name python310 # Will provide the python3-* provides # Will do the /usr/bin/python3 and all the core links -%if 0%{?sle_version} || 0%{?suse_version} >= 1550 +%if 0%{?sle_version} || 0%{?suse_version} < 1550 %define primary_interpreter 0 %else %define primary_interpreter 1