Automated weekly systemtap rawhide release: 5.0~pre16885197g6b17715f
This commit is contained in:
parent
6464adf385
commit
61a9dae5ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@
|
|||||||
/systemtap-4.8~pre16650659g6a096a7d.tar.gz
|
/systemtap-4.8~pre16650659g6a096a7d.tar.gz
|
||||||
/systemtap-4.8.tar.gz
|
/systemtap-4.8.tar.gz
|
||||||
/systemtap-4.9.tar.gz
|
/systemtap-4.9.tar.gz
|
||||||
|
/systemtap-5.0~pre16885197g6b17715f.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (systemtap-4.9.tar.gz) = a2736223fee0c801c36719a0245f31ed7e2e63c30bb7d5cab631dd57e4eb10e04abf2c9b272bda2a17c207c9dd163a1eb8a3e0759eda0c781946e644625510b7
|
SHA512 (systemtap-5.0~pre16885197g6b17715f.tar.gz) = e48a82409d43f55e837212b3ae918cd06b51cb5ef3a8eea2c36c3e6bc949b1266d3311cd965d7ccc9bd09f92b2a5260b795fae340000a624e34bba0f77360922
|
||||||
|
@ -122,8 +122,8 @@ m stapdev stapdev
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
# PRERELEASE
|
# PRERELEASE
|
||||||
Version: 4.9
|
Version: 5.0~pre16885197g6b17715f
|
||||||
Release: 3%{?release_override}%{?dist}
|
Release: 0.1%{?release_override}%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -156,9 +156,9 @@ Release: 3%{?release_override}%{?dist}
|
|||||||
# intermediary stap-server for --use-server: systemtap-server (-devel unused)
|
# intermediary stap-server for --use-server: systemtap-server (-devel unused)
|
||||||
|
|
||||||
Summary: Programmable system-wide instrumentation system
|
Summary: Programmable system-wide instrumentation system
|
||||||
License: GPLv2+
|
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
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -262,7 +262,7 @@ the components needed to locally develop and execute systemtap scripts.
|
|||||||
|
|
||||||
%package server
|
%package server
|
||||||
Summary: Instrumentation System Server
|
Summary: Instrumentation System Server
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-devel = %{version}-%{release}
|
Requires: systemtap-devel = %{version}-%{release}
|
||||||
Conflicts: systemtap-devel < %{version}-%{release}
|
Conflicts: systemtap-devel < %{version}-%{release}
|
||||||
@ -292,7 +292,7 @@ compiles systemtap scripts to kernel objects on their demand.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Programmable system-wide instrumentation system - development headers, tools
|
Summary: Programmable system-wide instrumentation system - development headers, tools
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later AND GPL-2.0-only AND BSD-3-Clause AND LGPL-2.1-only
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
|
|
||||||
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
|
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 20
|
||||||
@ -322,7 +322,7 @@ a copy of the standard tapset library and the runtime library C files.
|
|||||||
|
|
||||||
%package runtime
|
%package runtime
|
||||||
Summary: Programmable system-wide instrumentation system - runtime
|
Summary: Programmable system-wide instrumentation system - runtime
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Conflicts: systemtap-devel < %{version}-%{release}
|
Conflicts: systemtap-devel < %{version}-%{release}
|
||||||
@ -337,7 +337,7 @@ using a local or remote systemtap-devel installation.
|
|||||||
|
|
||||||
%package client
|
%package client
|
||||||
Summary: Programmable system-wide instrumentation system - client
|
Summary: Programmable system-wide instrumentation system - client
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later AND GPL-2.0-only AND BSD-3-Clause AND LGPL-2.1-only AND CC-BY AND GFDL-1.2-or-later AND GPL
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: zip unzip
|
Requires: zip unzip
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
@ -360,7 +360,7 @@ documentation, and a copy of the tapset library for reference.
|
|||||||
|
|
||||||
%package initscript
|
%package initscript
|
||||||
Summary: Systemtap Initscripts
|
Summary: Systemtap Initscripts
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap = %{version}-%{release}
|
Requires: systemtap = %{version}-%{release}
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
@ -380,7 +380,7 @@ boot-time probing if supported.
|
|||||||
|
|
||||||
%package sdt-devel
|
%package sdt-devel
|
||||||
Summary: Static probe support tools
|
Summary: Static probe support tools
|
||||||
License: GPLv2+ and Public Domain
|
License: GPL-2.0-or-later AND CC0-1.0
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
%if %{with_pyparsing}
|
%if %{with_pyparsing}
|
||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
@ -403,7 +403,7 @@ with the optional dtrace-compatibility preprocessor to process related
|
|||||||
|
|
||||||
%package testsuite
|
%package testsuite
|
||||||
Summary: Instrumentation System Testsuite
|
Summary: Instrumentation System Testsuite
|
||||||
License: GPLv2+
|
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/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap = %{version}-%{release}
|
Requires: systemtap = %{version}-%{release}
|
||||||
Requires: systemtap-sdt-devel = %{version}-%{release}
|
Requires: systemtap-sdt-devel = %{version}-%{release}
|
||||||
@ -475,7 +475,7 @@ systemtap on the current system.
|
|||||||
%if %{with_java}
|
%if %{with_java}
|
||||||
%package runtime-java
|
%package runtime-java
|
||||||
Summary: Systemtap Java Runtime Support
|
Summary: Systemtap Java Runtime Support
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
# work around fedora ci gating kvetching about i686<->x86-64 conflicts
|
# work around fedora ci gating kvetching about i686<->x86-64 conflicts
|
||||||
@ -497,7 +497,7 @@ that probe Java processes running on the OpenJDK runtimes using Byteman.
|
|||||||
%if %{with_python2_probes}
|
%if %{with_python2_probes}
|
||||||
%package runtime-python2
|
%package runtime-python2
|
||||||
Summary: Systemtap Python 2 Runtime Support
|
Summary: Systemtap Python 2 Runtime Support
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
|
|
||||||
@ -509,7 +509,7 @@ that probe python 2 processes.
|
|||||||
%if %{with_python3_probes}
|
%if %{with_python3_probes}
|
||||||
%package runtime-python3
|
%package runtime-python3
|
||||||
Summary: Systemtap Python 3 Runtime Support
|
Summary: Systemtap Python 3 Runtime Support
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
|
|
||||||
@ -526,7 +526,7 @@ that probe python 3 processes.
|
|||||||
%if %{with_python3_probes}
|
%if %{with_python3_probes}
|
||||||
%package exporter
|
%package exporter
|
||||||
Summary: Systemtap-prometheus interoperation mechanism
|
Summary: Systemtap-prometheus interoperation mechanism
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
|
|
||||||
@ -539,7 +539,7 @@ to remote requesters on demand.
|
|||||||
%if %{with_virthost}
|
%if %{with_virthost}
|
||||||
%package runtime-virthost
|
%package runtime-virthost
|
||||||
Summary: Systemtap Cross-VM Instrumentation - host
|
Summary: Systemtap Cross-VM Instrumentation - host
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
# only require libvirt-libs really
|
# only require libvirt-libs really
|
||||||
#Requires: libvirt >= 1.0.2
|
#Requires: libvirt >= 1.0.2
|
||||||
@ -554,7 +554,7 @@ connection.
|
|||||||
%if %{with_virtguest}
|
%if %{with_virtguest}
|
||||||
%package runtime-virtguest
|
%package runtime-virtguest
|
||||||
Summary: Systemtap Cross-VM Instrumentation - guest
|
Summary: Systemtap Cross-VM Instrumentation - guest
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap-runtime = %{version}-%{release}
|
Requires: systemtap-runtime = %{version}-%{release}
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
@ -575,7 +575,7 @@ systemtap-runtime-virthost machine to execute systemtap scripts.
|
|||||||
%if %{with_python3} && %{with_monitor}
|
%if %{with_python3} && %{with_monitor}
|
||||||
%package jupyter
|
%package jupyter
|
||||||
Summary: ISystemtap jupyter kernel and examples
|
Summary: ISystemtap jupyter kernel and examples
|
||||||
License: GPLv2+
|
License: GPL-2.0-or-later
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Requires: systemtap = %{version}-%{release}
|
Requires: systemtap = %{version}-%{release}
|
||||||
|
|
||||||
@ -1307,6 +1307,10 @@ exit 0
|
|||||||
|
|
||||||
# PRERELEASE
|
# PRERELEASE
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 04 2023 Frank Ch. Eigler <fche@redhat.com> - 5.0-16885197g6b17715f
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.9-3
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.9-3
|
||||||
- Rebuilt for Python 3.12
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user