From f1df2bc3b1955f0364fef780a9b565d2c8374083 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:20:00 +0100 Subject: [PATCH] rebuilt to fix binary requirements under /bin [release 4.4-3mamba;Mon Mar 08 2021] --- systemtap.spec | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 5860001..fa8682e 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -18,14 +18,14 @@ %endif Name: systemtap -Version: 4.3 -Release: 1mamba +Version: 4.4 +Release: 3mamba Summary: An instrumentation system for Linux systems Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceware.org/systemtap/ +URL: https://sourceware.org/systemtap/ Source0: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN @@ -51,6 +51,7 @@ BuildRequires: perl-DBI BuildRequires: perl-HTML-Parser BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: librpm-devel >= 4.16.1.2-1mamba #%if %with_grapher #BuildRequires: libglademm-devel #BuildRequires: libgtkmm-devel @@ -84,7 +85,6 @@ Requires: gcc Requires: kernelheaders Requires: make Requires: %{name}-runtime = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description SystemTap is an instrumentation system for Linux systems. @@ -362,6 +362,8 @@ exit 0 %dir %{_datadir}/systemtap/runtime %{_datadir}/systemtap/runtime/*.h %{_datadir}/systemtap/runtime/*.c +%dir %{_datadir}/systemtap/runtime/softfloat +%{_datadir}/systemtap/runtime/softfloat/*.h %{_datadir}/systemtap/runtime/transport %{_datadir}/systemtap/runtime/unwind %dir %{_datadir}/systemtap/runtime/linux @@ -489,6 +491,15 @@ exit 0 %{_libexecdir}/systemtap/python/stap-resolve-module-function.py %changelog +* Mon Mar 08 2021 Silvan Calarco 4.4-3mamba +- rebuilt to fix binary requirements under /bin + +* Sun Mar 07 2021 Silvan Calarco 4.4-2mamba +- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba + +* Thu Feb 25 2021 Automatic Build System 4.4-1mamba +- automatic version update by autodist + * Mon Oct 26 2020 Automatic Build System 4.3-1mamba - automatic update by autodist