- Enforce libalternatives grouping for nbclassic alternatives

gh#jupyter/notebook#6501

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=47
This commit is contained in:
Benjamin Greiner 2022-08-02 21:19:55 +00:00 committed by Git OBS Bridge
parent dd3e7a5d52
commit 04e8a69474
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 2 21:19:05 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Enforce libalternatives grouping for nbclassic alternatives
gh#jupyter/notebook#6501
-------------------------------------------------------------------
Wed Jun 15 19:37:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -209,6 +209,8 @@ sed -E '
%python_clone -a %{buildroot}%{_bindir}/jupyter-nbextension
%python_clone -a %{buildroot}%{_bindir}/jupyter-notebook
%python_clone -a %{buildroot}%{_bindir}/jupyter-serverextension
# https://github.com/jupyter/notebook/issues/6501, use the same grouping as nbclassic
%python_group_libalternatives jupyter-notebook jupyter-bundlerextension jupyter-nbextension jupyter-serverextension
%suse_update_desktop_file jupyter-notebook
%endif