diff --git a/systemtap-4.8.tar.gz b/systemtap-5.0.tar.gz similarity index 41% rename from systemtap-4.8.tar.gz rename to systemtap-5.0.tar.gz index 0da0484d75a25548638bf18abddd6c28a863cfa3..5566045d87becb78da20fa3c1c9a6dfce5d5deef 100644 Binary files a/systemtap-4.8.tar.gz and b/systemtap-5.0.tar.gz differ diff --git a/systemtap.spec b/systemtap.spec index ea281d10aef23b972e46a291c864d596d580da7e..73dd21a84bc54ff74416a2b3e27d84de1f7bb9b6 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 1 %bcond_without rpm %bcond_without bpf %bcond_without crash @@ -78,7 +78,7 @@ m stapdev stapdev Name: systemtap -Version: 4.8 +Version: 5.0 Release: %{anolis_release}%{?release_override}%{?dist} # for version, see also configure.ac @@ -536,6 +536,17 @@ This package installs the services necessary on a virtual machine for a systemtap-runtime-virthost machine to execute systemtap scripts. %endif +%package jupyter +Summary: ISystemtap jupyter kernel and examples +License: GPL-2.0-or-later +URL: http://sourceware.org/systemtap/ +Requires: systemtap = %{version}-%{release} + +%description jupyter +This package includes files needed to build and run +the interactive systemtap Jupyter kernel, either locally +or within a container. + # ------------------------------------------------------------------------ %prep @@ -1229,9 +1240,19 @@ exit 0 %{_mandir}/man1/stapvirt.1* %endif +%files jupyter +%{_bindir}/stap-jupyter-container +%{_bindir}/stap-jupyter-install +%{_mandir}/man1/stap-jupyter.1* +%dir %{_datadir}/systemtap +%{_datadir}/systemtap/interactive-notebook + # ------------------------------------------------------------------------ %changelog +* Wed Nov 20 2024 chunchao - 5.0-1 +- New version 5.0 + * Fri Mar 15 2024 Zhao Hang - 4.8-5 - Rebuild with python3.11