rebuilt to fix binary requirements under /bin [release 4.4-3mamba;Mon Mar 08 2021]
This commit is contained in:
parent
8860618009
commit
f1df2bc3b1
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 4.4-3mamba
|
||||
- rebuilt to fix binary requirements under /bin
|
||||
|
||||
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-2mamba
|
||||
- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 4.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user