|
|
|
@ -120,8 +120,8 @@ m stapdev stapdev
|
|
|
|
|
|
|
|
|
|
Name: systemtap
|
|
|
|
|
# PRERELEASE
|
|
|
|
|
Version: 5.1
|
|
|
|
|
Release: 4%{?release_override}%{?dist}
|
|
|
|
|
Version: 5.2
|
|
|
|
|
Release: 1%{?release_override}%{?dist}
|
|
|
|
|
# for version, see also configure.ac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -133,7 +133,8 @@ Release: 4%{?release_override}%{?dist}
|
|
|
|
|
# systemtap-runtime /usr/bin/staprun, /usr/bin/stapsh, /usr/bin/stapdyn
|
|
|
|
|
# systemtap-client /usr/bin/stap, samples, docs, tapset(bonus), req:-runtime
|
|
|
|
|
# systemtap-initscript /etc/init.d/systemtap, dracut module, req:systemtap
|
|
|
|
|
# systemtap-sdt-devel /usr/include/sys/sdt.h /usr/bin/dtrace
|
|
|
|
|
# systemtap-sdt-devel /usr/include/sys/sdt.h
|
|
|
|
|
# systemtap-sdt-dtrace /usr/bin/dtrace
|
|
|
|
|
# systemtap-testsuite /usr/share/systemtap/testsuite*, req:systemtap, req:sdt-devel
|
|
|
|
|
# systemtap-runtime-java libHelperSDT.so, HelperSDT.jar, stapbm, req:-runtime
|
|
|
|
|
# systemtap-runtime-virthost /usr/bin/stapvirt, req:libvirt req:libxml2
|
|
|
|
@ -155,12 +156,9 @@ Release: 4%{?release_override}%{?dist}
|
|
|
|
|
|
|
|
|
|
Summary: Programmable system-wide instrumentation system
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
|
|
|
|
|
Patch1: RHEL-36199a.patch
|
|
|
|
|
Patch2: RHEL-36199b.patch
|
|
|
|
|
Patch3: PR31495.patch
|
|
|
|
|
Patch4: RHEL-50107.patch
|
|
|
|
|
Patch0: PR32302.patch
|
|
|
|
|
|
|
|
|
|
# Build*
|
|
|
|
|
BuildRequires: make
|
|
|
|
@ -212,7 +210,7 @@ BuildRequires: xmlto /usr/share/xmlto/format/fo/pdf
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_emacsvim}
|
|
|
|
|
# for _emacs_sitelispdir macros etc.
|
|
|
|
|
BuildRequires: emacs
|
|
|
|
|
BuildRequires: emacs-common
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with_java}
|
|
|
|
|
BuildRequires: java-devel
|
|
|
|
@ -263,7 +261,7 @@ the components needed to locally develop and execute systemtap scripts.
|
|
|
|
|
%package server
|
|
|
|
|
Summary: Instrumentation System Server
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-devel = %{version}-%{release}
|
|
|
|
|
Conflicts: systemtap-devel < %{version}-%{release}
|
|
|
|
|
Conflicts: systemtap-runtime < %{version}-%{release}
|
|
|
|
@ -293,7 +291,7 @@ compiles systemtap scripts to kernel objects on their demand.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Programmable system-wide instrumentation system - development headers, tools
|
|
|
|
|
License: GPL-2.0-or-later AND GPL-2.0-only AND BSD-3-Clause AND LGPL-2.1-only AND BSD-2-Clause
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
|
|
|
|
|
Recommends: (kernel-debug-devel if kernel-debug)
|
|
|
|
@ -323,7 +321,7 @@ a copy of the standard tapset library and the runtime library C files.
|
|
|
|
|
%package runtime
|
|
|
|
|
Summary: Programmable system-wide instrumentation system - runtime
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires(pre): shadow-utils
|
|
|
|
|
Conflicts: systemtap-devel < %{version}-%{release}
|
|
|
|
|
Conflicts: systemtap-server < %{version}-%{release}
|
|
|
|
@ -338,7 +336,7 @@ using a local or remote systemtap-devel installation.
|
|
|
|
|
%package client
|
|
|
|
|
Summary: Programmable system-wide instrumentation system - client
|
|
|
|
|
License: GPL-2.0-or-later AND GPL-2.0-only AND BSD-3-Clause AND LGPL-2.1-only AND GFDL-1.2-or-later AND BSD-2-Clause
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: zip unzip
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
Requires: coreutils grep sed unzip zip
|
|
|
|
@ -351,17 +349,19 @@ Requires: mokutil
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description client
|
|
|
|
|
This package contains/requires the components needed to develop
|
|
|
|
|
systemtap scripts, and compile them using a local systemtap-devel
|
|
|
|
|
or a remote systemtap-server installation, then run them using a
|
|
|
|
|
local or remote systemtap-runtime. It includes script samples and
|
|
|
|
|
This package contains/requires only the components needed to
|
|
|
|
|
use systemtap scripts by compiling them using a local or a remote
|
|
|
|
|
systemtap-server service, then run them using a local or
|
|
|
|
|
remote systemtap-runtime. It includes script samples and
|
|
|
|
|
documentation, and a copy of the tapset library for reference.
|
|
|
|
|
|
|
|
|
|
It does NOT include all the components for running a systemtap
|
|
|
|
|
script in a self-contained fashion; for that, use the -devel
|
|
|
|
|
subpackage instead.
|
|
|
|
|
|
|
|
|
|
%package initscript
|
|
|
|
|
Summary: Systemtap Initscripts
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap = %{version}-%{release}
|
|
|
|
|
%if %{with_systemd}
|
|
|
|
|
Requires: systemd
|
|
|
|
@ -379,9 +379,20 @@ boot-time probing if supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package sdt-devel
|
|
|
|
|
Summary: Static probe support tools
|
|
|
|
|
Summary: Static probe support header files
|
|
|
|
|
License: GPL-2.0-or-later AND CC0-1.0
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
|
|
|
|
|
%description sdt-devel
|
|
|
|
|
This package includes the <sys/sdt.h> header file used for static
|
|
|
|
|
instrumentation compiled into userspace programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package sdt-dtrace
|
|
|
|
|
Summary: Static probe support dtrace tool
|
|
|
|
|
License: GPL-2.0-or-later AND CC0-1.0
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Provides: dtrace = %{version}-%{release}
|
|
|
|
|
%if %{with_pyparsing}
|
|
|
|
|
%if %{with_python3}
|
|
|
|
|
Requires: python3-pyparsing
|
|
|
|
@ -394,17 +405,15 @@ Requires: python2-pyparsing
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description sdt-devel
|
|
|
|
|
This package includes the <sys/sdt.h> header file used for static
|
|
|
|
|
instrumentation compiled into userspace programs and libraries, along
|
|
|
|
|
with the optional dtrace-compatibility preprocessor to process related
|
|
|
|
|
.d files into tracing-macro-laden .h headers.
|
|
|
|
|
%description sdt-dtrace
|
|
|
|
|
This package includes the dtrace-compatibility preprocessor
|
|
|
|
|
to process related .d files into tracing-macro-laden .h headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package testsuite
|
|
|
|
|
Summary: Instrumentation System Testsuite
|
|
|
|
|
License: GPL-2.0-or-later AND GPL AND GPL-2.0-only AND GPL-3.0-or-later AND MIT
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND MIT
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap = %{version}-%{release}
|
|
|
|
|
Requires: systemtap-sdt-devel = %{version}-%{release}
|
|
|
|
|
Requires: systemtap-server = %{version}-%{release}
|
|
|
|
@ -476,7 +485,7 @@ systemtap on the current system.
|
|
|
|
|
%package runtime-java
|
|
|
|
|
Summary: Systemtap Java Runtime Support
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
# work around fedora ci gating kvetching about i686<->x86-64 conflicts
|
|
|
|
|
%ifarch x86_64
|
|
|
|
@ -498,7 +507,7 @@ that probe Java processes running on the OpenJDK runtimes using Byteman.
|
|
|
|
|
%package runtime-python2
|
|
|
|
|
Summary: Systemtap Python 2 Runtime Support
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description runtime-python2
|
|
|
|
@ -510,7 +519,7 @@ that probe python 2 processes.
|
|
|
|
|
%package runtime-python3
|
|
|
|
|
Summary: Systemtap Python 3 Runtime Support
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%if ! (%{with_python2_probes})
|
|
|
|
@ -527,7 +536,7 @@ that probe python 3 processes.
|
|
|
|
|
%package exporter
|
|
|
|
|
Summary: Systemtap-prometheus interoperation mechanism
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description exporter
|
|
|
|
@ -540,7 +549,7 @@ to remote requesters on demand.
|
|
|
|
|
%package runtime-virthost
|
|
|
|
|
Summary: Systemtap Cross-VM Instrumentation - host
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
# only require libvirt-libs really
|
|
|
|
|
#Requires: libvirt >= 1.0.2
|
|
|
|
|
Requires: libxml2
|
|
|
|
@ -555,7 +564,7 @@ connection.
|
|
|
|
|
%package runtime-virtguest
|
|
|
|
|
Summary: Systemtap Cross-VM Instrumentation - guest
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap-runtime = %{version}-%{release}
|
|
|
|
|
%if %{with_systemd}
|
|
|
|
|
Requires(post): findutils coreutils
|
|
|
|
@ -575,7 +584,7 @@ systemtap-runtime-virthost machine to execute systemtap scripts.
|
|
|
|
|
%package jupyter
|
|
|
|
|
Summary: ISystemtap jupyter kernel and examples
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: http://sourceware.org/systemtap/
|
|
|
|
|
URL: https://sourceware.org/systemtap/
|
|
|
|
|
Requires: systemtap = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description jupyter
|
|
|
|
@ -587,10 +596,7 @@ or within a container.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch -P1 -p1
|
|
|
|
|
%patch -P2 -p1
|
|
|
|
|
%patch -P3 -p1
|
|
|
|
|
%patch -P4 -p1
|
|
|
|
|
%patch -P0 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -735,9 +741,6 @@ find testsuite -type f -name '.gitignore' -print0 | xargs -0 rm -f
|
|
|
|
|
# permissions back to 04110 in the %files section below.
|
|
|
|
|
chmod 755 $RPM_BUILD_ROOT%{_bindir}/staprun
|
|
|
|
|
|
|
|
|
|
#install the useful stap-prep script
|
|
|
|
|
install -c -m 755 stap-prep $RPM_BUILD_ROOT%{_bindir}/stap-prep
|
|
|
|
|
|
|
|
|
|
# Copy over the testsuite
|
|
|
|
|
cp -rp testsuite $RPM_BUILD_ROOT%{_datadir}/systemtap
|
|
|
|
|
|
|
|
|
@ -1135,13 +1138,14 @@ exit 0
|
|
|
|
|
%if %{with_emacsvim}
|
|
|
|
|
%{_emacs_sitelispdir}/*.el*
|
|
|
|
|
%{_emacs_sitestartdir}/systemtap-init.el
|
|
|
|
|
%{_datadir}/vim/vimfiles/*/*.vim
|
|
|
|
|
%{_datadir}/vim/vimfiles
|
|
|
|
|
%endif
|
|
|
|
|
# Notice that the stap-resolve-module-function.py file is used by
|
|
|
|
|
# *both* the python2 and python3 subrpms. Both subrpms use that same
|
|
|
|
|
# python script to help list python probes.
|
|
|
|
|
%if %{with_python3_probes} || %{with_python2_probes}
|
|
|
|
|
%{_libexecdir}/systemtap/python/stap-resolve-module-function.py
|
|
|
|
|
%dir %{_libexecdir}/systemtap/python
|
|
|
|
|
%exclude %{_libexecdir}/systemtap/python/stap-resolve-module-function.py?
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -1236,16 +1240,22 @@ exit 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files sdt-devel
|
|
|
|
|
%{_bindir}/dtrace
|
|
|
|
|
%{_includedir}/sys/sdt.h
|
|
|
|
|
%{_includedir}/sys/sdt-config.h
|
|
|
|
|
%{_mandir}/man1/dtrace.1*
|
|
|
|
|
%{_rpmmacrodir}/macros.systemtap
|
|
|
|
|
%doc README AUTHORS NEWS
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files sdt-dtrace
|
|
|
|
|
%{_bindir}/dtrace
|
|
|
|
|
%doc README AUTHORS NEWS
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
%license COPYING
|
|
|
|
|
%{_mandir}/man1/dtrace.1*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files testsuite
|
|
|
|
|
%dir %{_datadir}/systemtap
|
|
|
|
|
%{_datadir}/systemtap/testsuite
|
|
|
|
@ -1314,26 +1324,74 @@ exit 0
|
|
|
|
|
# Future new-release entries should be of the form
|
|
|
|
|
# * DDD MMM DD YYYY YOURNAME <YOUREMAIL> - V-R
|
|
|
|
|
# - Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
# https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
# PRERELEASE
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 9 2024 Martin Cermak <mcermak@redhat.com> - 5.1-4
|
|
|
|
|
- RHEL-50107.patch: Make systemtap compatible with kernel
|
|
|
|
|
commit 68cbd415dd4b . Related: RHEL-56962 .
|
|
|
|
|
* Mon Nov 11 2024 Frank Ch. Eigler <fche@redhat.com> - 5.2-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
- https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.1-10
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Aug 9 2024 Martin Cermak <mcermak@redhat.com> - 5.1-9
|
|
|
|
|
- RHEL-52491
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2024 Martin Cermak <mcermak@redhat.com> - 5.1-8
|
|
|
|
|
- RHEL-43481
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2024 Martin Cermak <mcermak@redhat.com> - 5.1-7
|
|
|
|
|
- RHEL-50107
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1-6
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2024 Martin Cermak <mcermak@redhat.com> - 5.1-5
|
|
|
|
|
- RHEL-42605 add upstream commits 1fd6fb4d, de8aba9a, da72d043
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2024 Martin Cermak <mcermak@redhat.com> - 5.1-4
|
|
|
|
|
- RHEL-42605
|
|
|
|
|
|
|
|
|
|
* Thu May 16 2024 Martin Cermak <mcermak@redhat.com> - 5.1-3
|
|
|
|
|
- RHEL-29529
|
|
|
|
|
- RHEL-7318
|
|
|
|
|
- RHELMISC-3948
|
|
|
|
|
|
|
|
|
|
* Tue May 14 2024 William Cohen <wcohen@redhat.com> - 5.1-2
|
|
|
|
|
- RHEL-36199
|
|
|
|
|
- RHEL-36201
|
|
|
|
|
|
|
|
|
|
* Fri Apr 26 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Wed Dec 6 2023 William Cohen <wcohen@redhat.com> - 5.0-4
|
|
|
|
|
- RHEL-18334
|
|
|
|
|
* Thu Jan 25 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17062192g5fd8daba
|
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17062114g2604d135
|
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17060399gb6abf4bd
|
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17059382g67086c54
|
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-17056139g6c0b92b3
|
|
|
|
|
- Automated weekly rawhide release
|
|
|
|
|
- Applied spec changes from upstream git
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-3
|
|
|
|
|
- RHEL-16549
|
|
|
|
@ -1341,90 +1399,30 @@ exit 0
|
|
|
|
|
* Mon Nov 06 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-2
|
|
|
|
|
- License header tweak
|
|
|
|
|
|
|
|
|
|
* Fri Nov 03 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-1
|
|
|
|
|
* Sat Nov 04 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Mon Aug 14 2023 Frank Ch. Eigler <fche@redhat.com> - 4.9-3
|
|
|
|
|
- rhbz2231632
|
|
|
|
|
- rhbz2231635
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 Frank Ch. Eigler <fche@redhat.com> - 4.9-2
|
|
|
|
|
- rhbz2223733
|
|
|
|
|
- rhbz2223735
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2023 Frank Ch. Eigler <fche@redhat.com> - 4.9-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Fri Dec 16 2022 Frank Ch. Eigler <fche@redhat.com> - 4.8-2
|
|
|
|
|
- rhbz1997192
|
|
|
|
|
- rhbz2145242
|
|
|
|
|
- rhbz2149223
|
|
|
|
|
- rhbz2149666
|
|
|
|
|
- rhbz2154430
|
|
|
|
|
|
|
|
|
|
* Thu Nov 03 2022 Frank Ch. Eigler <fche@redhat.com> - 4.8-1
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2022 Martin Cermak <mcermak@redhat.com> - 4.7-2
|
|
|
|
|
- Fix rhbz2081102 and rhbz2085647
|
|
|
|
|
* Thu Nov 03 2022 Serhei Makarov <serhei@serhei.io> - 4.8-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Mon May 02 2022 Frank Ch. Eigler <fche@redhat.com> - 4.7-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Wed Feb 2 2022 Stan Cox <scox@redhat.com> - 4.6-11
|
|
|
|
|
- rhbz2039207: Attempt userspace string access if kernel access fails
|
|
|
|
|
|
|
|
|
|
* Tue Feb 1 2022 Martin Cermak <mcermak@redhat.com> - 4.6-10
|
|
|
|
|
- rhbz2047256: [ppc64le] Assertion `index >= 0' failed
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Martin Cermak <mcermak@redhat.com> - 4.6-9
|
|
|
|
|
- rhbz2027683: python tapset regression
|
|
|
|
|
- rhbz2027683: systemtap.examples/io/iostat-scsi.stp PR28633
|
|
|
|
|
|
|
|
|
|
* Mon Jan 17 2022 Martin Cermak <mcermak@redhat.com> - 4.6-6
|
|
|
|
|
- rhbz2041526/pr28634: move elevator.h to block/
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Stan Cox <scox@redhat.com> - 4.6.5
|
|
|
|
|
- sys/sdt.h remove aarch64 and s390 float constraints
|
|
|
|
|
|
|
|
|
|
* Mon Dec 06 2021 Stan Cox <scox@redhat.com> - 4.6.4
|
|
|
|
|
- sys/sdt.h remove float constraints that may cause gcc reload issues.
|
|
|
|
|
|
|
|
|
|
* Thu Dec 02 2021 Frank Ch. Eigler <fche@redhat.com> - 4.6.3
|
|
|
|
|
- rhbz2972798 - nfs tapset tweaks
|
|
|
|
|
- sys/sdt.h fixes for glibc ftbfs
|
|
|
|
|
|
|
|
|
|
* Thu Nov 25 2021 Martin Cermak <mcermak@redhat.com> - 4.6.2
|
|
|
|
|
- rhbz2012907: Fix use of sysuser.d/* for user/group management
|
|
|
|
|
|
|
|
|
|
* Fri Nov 19 2021 Frank Ch. Eigler <fche@redhat.com> - 4.6-1
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|
* Thu Sep 09 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-8
|
|
|
|
|
- rhbz1985124: Kernel 5.14 compatibility omnibus cont'd.
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-7
|
|
|
|
|
- rhbz1985124: Kernel 5.14 compatibility omnibus.
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.5-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jul 26 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-3
|
|
|
|
|
- rhbz1982908: Import hardening c*flags from specs/rhel standards
|
|
|
|
|
|
|
|
|
|
* Tue May 18 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-2
|
|
|
|
|
- Respin against newer dyninst.
|
|
|
|
|
* Mon Nov 15 2021 Serhei Makarov <me@serhei.io> - 4.6-1
|
|
|
|
|
- Upstream release, see wiki page below for detailed notes.
|
|
|
|
|
https://sourceware.org/systemtap/wiki/SystemTapReleases
|
|
|
|
|
|
|
|
|
|
* Fri May 07 2021 Frank Ch. Eigler <fche@redhat.com> - 4.5-1
|
|
|
|
|
* Fri May 07 2021 Serhei Makarov <me@serhei.io> - 4.5-1
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.5-0.202102101545git8d5e0abc542c
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Nov 09 2020 Frank Ch. Eigler <fche@redhat.com> - 4.4-1
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|