From 6c1894ce91ce14ac8d567340476d17d90a1c00bf8cef15fddc5cdc8ec0137d2b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Oct 2021 19:17:10 +0000 Subject: [PATCH] - revert the usage of libalternatives due to gh#openSUSE/libalternatives#11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=19 --- python-jupyter-core.changes | 6 ++++++ python-jupyter-core.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-jupyter-core.changes b/python-jupyter-core.changes index 493b9df..afd23f4 100644 --- a/python-jupyter-core.changes +++ b/python-jupyter-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 28 19:16:16 UTC 2021 - Ben Greiner + +- revert the usage of libalternatives due to + gh#openSUSE/libalternatives#11 + ------------------------------------------------------------------- Sun Oct 17 17:28:20 UTC 2021 - Ben Greiner diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec index 98655f4..7c1dce3 100644 --- a/python-jupyter-core.spec +++ b/python-jupyter-core.spec @@ -17,7 +17,8 @@ # -%if 0%{?suse_version} > 1500 +%bcond_with libalternatives_issue_11_fixed +%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed} %bcond_without libalternatives %else %bcond_with libalternatives