From cc88adec5d9ea790cb284c57b4cba6117005629c08884b832e13fc1d4ae477e3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Mar 2024 09:04:03 +0000 Subject: [PATCH] Fix environmental variables. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=113 --- python311.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python311.spec b/python311.spec index d50176c..938dd27 100644 --- a/python311.spec +++ b/python311.spec @@ -530,6 +530,7 @@ LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \ %check export SUSE_VERSION="0%{?suse_version}" +export SLE_VERSION="0%{?sle_version}" %if %{with general} # exclude test_gdb -- it doesn't run in buildservice anyway, and fails on missing debuginfos # when you install gdb into your test env