Automated weekly systemtap rawhide release: 5.1~pre17056120g2ccc0c4c

This commit is contained in:
Frank Ch. Eigler 2024-01-18 16:07:50 -05:00
parent 2783b620ad
commit 4aed2098f3
3 changed files with 10 additions and 11 deletions

1
.gitignore vendored
View File

@ -91,3 +91,4 @@
/systemtap-5.0~pre16891249ge891a37e.tar.gz /systemtap-5.0~pre16891249ge891a37e.tar.gz
/systemtap-5.0~pre16958465gca71442b.tar.gz /systemtap-5.0~pre16958465gca71442b.tar.gz
/systemtap-5.0.tar.gz /systemtap-5.0.tar.gz
/systemtap-5.1~pre17056120g2ccc0c4c.tar.gz

View File

@ -1 +1 @@
SHA512 (systemtap-5.0.tar.gz) = dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c SHA512 (systemtap-5.1~pre17056120g2ccc0c4c.tar.gz) = 041814b0253e848145fa4ae192102aa793d50149b0d7fa2b18c3b0ce761d1a625b6ba9323a5807149f507952618b9e002ce9b101ed1aed32d720badf2f2bbbcf

View File

@ -115,8 +115,8 @@ m stapdev stapdev
Name: systemtap Name: systemtap
# PRERELEASE # PRERELEASE
Version: 5.0 Version: 5.1~pre17056120g2ccc0c4c
Release: 4%{?release_override}%{?dist} Release: 1%{?release_override}%{?dist}
# for version, see also configure.ac # for version, see also configure.ac
@ -151,9 +151,7 @@ Release: 4%{?release_override}%{?dist}
Summary: Programmable system-wide instrumentation system Summary: Programmable system-wide instrumentation system
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: http://sourceware.org/systemtap/ URL: http://sourceware.org/systemtap/
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Patch1: RHEL-16549.patch
# Build* # Build*
BuildRequires: make BuildRequires: make
@ -565,7 +563,6 @@ This package installs the services necessary on a virtual machine for a
systemtap-runtime-virthost machine to execute systemtap scripts. systemtap-runtime-virthost machine to execute systemtap scripts.
%endif %endif
%if %{with_python3} && %{with_monitor}
%package jupyter %package jupyter
Summary: ISystemtap jupyter kernel and examples Summary: ISystemtap jupyter kernel and examples
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -576,12 +573,11 @@ Requires: systemtap = %{version}-%{release}
This package includes files needed to build and run This package includes files needed to build and run
the interactive systemtap Jupyter kernel, either locally the interactive systemtap Jupyter kernel, either locally
or within a container. or within a container.
%endif
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
%prep %prep
%setup -q %setup -q
%patch -P1 -p1
%build %build
@ -1283,14 +1279,12 @@ exit 0
%{_sbindir}/stap-exporter %{_sbindir}/stap-exporter
%endif %endif
%if %{with_python3} && %{with_monitor}
%files jupyter %files jupyter
%{_bindir}/stap-jupyter-container %{_bindir}/stap-jupyter-container
%{_bindir}/stap-jupyter-install %{_bindir}/stap-jupyter-install
%{_mandir}/man1/stap-jupyter.1* %{_mandir}/man1/stap-jupyter.1*
%dir %{_datadir}/systemtap %dir %{_datadir}/systemtap
%{_datadir}/systemtap/interactive-notebook %{_datadir}/systemtap/interactive-notebook
%endif
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
@ -1301,6 +1295,10 @@ exit 0
# PRERELEASE # PRERELEASE
%changelog %changelog
* Thu Jan 18 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17056120g2ccc0c4c
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 5.0-4 * Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 5.0-4
- Rebuilt for Boost 1.83 - Rebuilt for Boost 1.83