From ea21bbb83ed64b77fe33ce3656a3bd801afc4e26f561f6f23bad936cfd547b37 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Oct 2021 19:14:14 +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-nbclassic?expand=0&rev=6 --- python-nbclassic.changes | 6 ++++++ python-nbclassic.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 4fbdc19..49dd65e 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 28 19:14:07 UTC 2021 - Ben Greiner + +- revert the usage of libalternatives due to + gh#openSUSE/libalternatives#11 + ------------------------------------------------------------------- Wed Sep 8 10:31:31 UTC 2021 - Stefan Schubert diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 4701cb7..26d4ab1 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -16,7 +16,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