From d289dbcb9594e8d3c65a4f15f80a2d41cf935599f03541e05c10931945940627 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 21 Nov 2021 09:18:25 +0000 Subject: [PATCH] - Accomodate moved config to distconfig OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=8 --- python-nbclassic.changes | 5 +++++ python-nbclassic.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-nbclassic.changes b/python-nbclassic.changes index fef38ae..938c5e9 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 21 09:15:13 UTC 2021 - Ben Greiner + +- Accomodate moved config to distconfig + ------------------------------------------------------------------- Sun Nov 14 15:53:25 UTC 2021 - Ben Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 44bd8ed..661ca99 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -110,6 +110,6 @@ This package contains the jupyterlab server configuration file %files -n jupyter-nbclassic %license LICENSE -%config %{_jupyter_server_confdir}/nbclassic.json +%{!?_jupyter_distconfig:%config} %{_jupyter_server_confdir}/nbclassic.json %changelog