Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63ba56f2a1 | ||
|
|
44e363ec61 |
3 changed files with 42 additions and 29 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -101,3 +101,7 @@
|
|||
/systemtap-5.1~pre17206206ge48abca5.tar.gz
|
||||
/systemtap-5.2~pre17206355g1a07290a.tar.gz
|
||||
/systemtap-5.2~pre17224323g98d1ea34.tar.gz
|
||||
/systemtap-5.2~pre17250223gd07e4284.tar.gz
|
||||
/systemtap-5.2~pre17277956g0b7f6722.tar.gz
|
||||
/systemtap-5.2~pre17283218gc5774e18.tar.gz
|
||||
/systemtap-5.2.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (systemtap-5.2~pre17224323g98d1ea34.tar.gz) = e8b1b11daf966e753fddb3f330a330061726b9fc0222b45f403ee33eab6fe48670fd4378de2756375a43ee2e3fbbe4541731d0fb3d4a744a2d07553ccc03fe3b
|
||||
SHA512 (systemtap-5.2.tar.gz) = 30137e232e44abe98747ae61a71a162eff5abc89e9a922f86ade834eac2cac1923ae06d4ed17710718adba082ad06d2fb544822003a54e13b97eea9e183bdf9d
|
||||
|
|
|
|||
|
|
@ -120,8 +120,8 @@ m stapdev stapdev
|
|||
|
||||
Name: systemtap
|
||||
# PRERELEASE
|
||||
Version: 5.2~pre17224323g98d1ea34
|
||||
Release: 2%{?release_override}%{?dist}
|
||||
Version: 5.2
|
||||
Release: 1%{?release_override}%{?dist}
|
||||
# for version, see also configure.ac
|
||||
|
||||
|
||||
|
|
@ -156,8 +156,8 @@ Release: 2%{?release_override}%{?dist}
|
|||
|
||||
Summary: Programmable system-wide instrumentation system
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://sourceware.org/systemtap/
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
URL: https://sourceware.org/systemtap/
|
||||
Source: ftp://sourceware.org/pub/systemtap/releases/systemtap-%{version}.tar.gz
|
||||
|
||||
# Build*
|
||||
BuildRequires: make
|
||||
|
|
@ -260,7 +260,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}
|
||||
|
|
@ -290,7 +290,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)
|
||||
|
|
@ -320,7 +320,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}
|
||||
|
|
@ -335,7 +335,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
|
||||
|
|
@ -358,7 +358,7 @@ documentation, and a copy of the tapset library for reference.
|
|||
%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
|
||||
|
|
@ -378,7 +378,7 @@ boot-time probing if supported.
|
|||
%package sdt-devel
|
||||
Summary: Static probe support header files
|
||||
License: GPL-2.0-or-later AND CC0-1.0
|
||||
URL: http://sourceware.org/systemtap/
|
||||
URL: https://sourceware.org/systemtap/
|
||||
|
||||
%description sdt-devel
|
||||
This package includes the <sys/sdt.h> header file used for static
|
||||
|
|
@ -388,7 +388,7 @@ 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}
|
||||
|
|
@ -410,7 +410,7 @@ 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-2.0-only AND GPL-3.0-or-later AND MIT
|
||||
URL: http://sourceware.org/systemtap/
|
||||
URL: https://sourceware.org/systemtap/
|
||||
Requires: systemtap = %{version}-%{release}
|
||||
Requires: systemtap-sdt-devel = %{version}-%{release}
|
||||
Requires: systemtap-server = %{version}-%{release}
|
||||
|
|
@ -482,7 +482,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
|
||||
|
|
@ -504,7 +504,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
|
||||
|
|
@ -516,7 +516,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})
|
||||
|
|
@ -533,7 +533,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
|
||||
|
|
@ -546,7 +546,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
|
||||
|
|
@ -561,7 +561,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
|
||||
|
|
@ -581,7 +581,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
|
||||
|
|
@ -1134,7 +1134,7 @@ 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
|
||||
|
|
@ -1237,7 +1237,6 @@ exit 0
|
|||
%files sdt-devel
|
||||
%{_includedir}/sys/sdt.h
|
||||
%{_includedir}/sys/sdt-config.h
|
||||
%{_mandir}/man1/dtrace.1*
|
||||
%{_rpmmacrodir}/macros.systemtap
|
||||
%doc README AUTHORS NEWS
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
|
|
@ -1247,7 +1246,9 @@ exit 0
|
|||
%files sdt-dtrace
|
||||
%{_bindir}/dtrace
|
||||
%doc README AUTHORS NEWS
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%{_mandir}/man1/dtrace.1*
|
||||
|
||||
|
||||
%files testsuite
|
||||
|
|
@ -1318,20 +1319,28 @@ 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
|
||||
* Thu Aug 08 2024 Lumír Balhar <lbalhar@redhat.com> - 5.2-17224323g98d1ea34-2
|
||||
- Final split of sdt-dtrace and sdt-devel (rhbz#2296275)
|
||||
https://fedoraproject.org/wiki/Changes/Separate_dtrace_package
|
||||
* Fri Nov 08 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
|
||||
|
||||
* Wed Jul 31 2024 William Cohen <wcohen@redhat.com> - 5.2-17224323g98d1ea34
|
||||
* Mon Oct 07 2024 William Cohen <wcohen@redhat.com> - 5.2-17283218gc5774e18
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Wed Jul 17 2024 Lumír Balhar <lbalhar@redhat.com> - 5.2~pre17206355g1a07290a-2
|
||||
- New sdt-dtrace subpackage for dtrace tool (rhbz#2296275)
|
||||
* Tue Oct 01 2024 William Cohen <wcohen@redhat.com> - 5.2-17277956g0b7f6722
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Fri Aug 30 2024 Frank Ch. Eigler <fche@redhat.com> - 5.2-17250223gd07e4284
|
||||
- Automated weekly rawhide release
|
||||
- Applied spec changes from upstream git
|
||||
|
||||
* Thu Aug 08 2024 Lumír Balhar <lbalhar@redhat.com> - 5.2-pre
|
||||
- Final split of sdt-dtrace and sdt-devel (rhbz#2296275)
|
||||
https://fedoraproject.org/wiki/Changes/Separate_dtrace_package
|
||||
|
||||
* Fri Apr 26 2024 Frank Ch. Eigler <fche@redhat.com> - 5.1-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue