diff --git a/python-notebook.changes b/python-notebook.changes index c0b8780..a561c10 100644 --- a/python-notebook.changes +++ b/python-notebook.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 28 19:10:40 UTC 2021 - Ben Greiner + +- Revert the usage of libalternatives due to + gh#openSUSE/libalternatives#11 + ------------------------------------------------------------------- Wed Oct 20 19:30:59 UTC 2021 - Stefan Schubert diff --git a/python-notebook.spec b/python-notebook.spec index 058c1f0..9ead405 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -1,5 +1,5 @@ # -# spec file for package python-notebook +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -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