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~pre16958465gca71442b.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
# PRERELEASE
Version: 5.0
Release: 4%{?release_override}%{?dist}
Version: 5.1~pre17056120g2ccc0c4c
Release: 1%{?release_override}%{?dist}
# for version, see also configure.ac
@ -151,9 +151,7 @@ Release: 4%{?release_override}%{?dist}
Summary: Programmable system-wide instrumentation system
License: GPL-2.0-or-later
URL: http://sourceware.org/systemtap/
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
Patch1: RHEL-16549.patch
Source: %{name}-%{version}.tar.gz
# Build*
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.
%endif
%if %{with_python3} && %{with_monitor}
%package jupyter
Summary: ISystemtap jupyter kernel and examples
License: GPL-2.0-or-later
@ -576,12 +573,11 @@ 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
%setup -q
%patch -P1 -p1
%build
@ -1283,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
# ------------------------------------------------------------------------
@ -1301,6 +1295,10 @@ exit 0
# PRERELEASE
%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
- Rebuilt for Boost 1.83