]> sourceware.org Git - systemtap.git/commitdiff
systemtap.spec: always build systemtap-jupyter
authorFrank Ch. Eigler <fche@redhat.com>
Sun, 12 Nov 2023 12:46:51 +0000 (07:46 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 4 Dec 2023 11:08:08 +0000 (06:08 -0500)
The build/packaging part of that subsystem does not actually depend on
python or anything.  The "make install" configury is entirely unconditional.
So the RPM should also unconditionally package the %files up.  (They won't
-run- without python, but that's a runtime dependency issue, not a build-time
one.)

systemtap.spec

index e0b1de9cae52edf73178f9c20789bf1b6b77eb97..341e77b35d9e1d4268b3776d04da61331d83daed 100644 (file)
@@ -563,7 +563,6 @@ This package installs the services necessary on a virtual machine for a
 systemtap-runtime-virthost machine to execute systemtap scripts.
 %endif
 
-%if %{with_python3} && %{with_monitor}
 %package jupyter
 Summary: ISystemtap jupyter kernel and examples
 License: GPL-2.0-or-later
@@ -574,7 +573,7 @@ Requires: systemtap = %{version}-%{release}
 This package includes files needed to build and run
 the interactive systemtap Jupyter kernel, either locally
 or within a container.
-%endif
+
 # ------------------------------------------------------------------------
 
 %prep
@@ -1280,14 +1279,12 @@ exit 0
 %{_sbindir}/stap-exporter
 %endif
 
-%if %{with_python3} && %{with_monitor}
 %files jupyter
 %{_bindir}/stap-jupyter-container
 %{_bindir}/stap-jupyter-install
 %{_mandir}/man1/stap-jupyter.1*
 %dir %{_datadir}/systemtap
 %{_datadir}/systemtap/interactive-notebook
-%endif
 
 # ------------------------------------------------------------------------
 
This page took 0.032548 seconds and 5 git commands to generate.