Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jupyter-jupyter_cms for
openSUSE:Factory checked in at 2022-05-12 22:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-jupyter_cms (Old)
and /work/SRC/openSUSE:Factory/.jupyter-jupyter_cms.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyter_cms"
Thu May 12 22:59:18 2022 rev:3 rq:976231 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/jupyter-jupyter_cms/jupyter-jupyter_cms.changes
2019-08-05 10:42:49.803288839 +0200
+++
/work/SRC/openSUSE:Factory/.jupyter-jupyter_cms.new.1538/jupyter-jupyter_cms.changes
2022-05-12 22:59:47.132750497 +0200
@@ -1,0 +2,5 @@
+Wed May 11 07:53:04 UTC 2022 - Benjamin Greiner <[email protected]>
+
+- Fix fdupes error
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-jupyter_cms.spec ++++++
--- /var/tmp/diff_new_pack.5zf3ty/_old 2022-05-12 22:59:47.660751206 +0200
+++ /var/tmp/diff_new_pack.5zf3ty/_new 2022-05-12 22:59:47.660751206 +0200
@@ -71,7 +71,8 @@
%python3_install
%{jupyter_nbextension_install jupyter_cms}
-%{fdupes %{buildroot}%{python3_sitelib}
%{buildroot}%{_jupyter_nbextension_dir}}
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
%post
%{jupyter_serverextension_enable jupyter_cms}