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
|
%endif
|
||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 4.3
|
Version: 4.4
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: An instrumentation system for Linux systems
|
Summary: An instrumentation system for Linux systems
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source0: http://sourceware.org/systemtap/ftp/releases/systemtap-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -51,6 +51,7 @@ BuildRequires: perl-DBI
|
|||||||
BuildRequires: perl-HTML-Parser
|
BuildRequires: perl-HTML-Parser
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: librpm-devel >= 4.16.1.2-1mamba
|
||||||
#%if %with_grapher
|
#%if %with_grapher
|
||||||
#BuildRequires: libglademm-devel
|
#BuildRequires: libglademm-devel
|
||||||
#BuildRequires: libgtkmm-devel
|
#BuildRequires: libgtkmm-devel
|
||||||
@ -84,7 +85,6 @@ Requires: gcc
|
|||||||
Requires: kernelheaders
|
Requires: kernelheaders
|
||||||
Requires: make
|
Requires: make
|
||||||
Requires: %{name}-runtime = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-runtime = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SystemTap is an instrumentation system for Linux systems.
|
SystemTap is an instrumentation system for Linux systems.
|
||||||
@ -362,6 +362,8 @@ exit 0
|
|||||||
%dir %{_datadir}/systemtap/runtime
|
%dir %{_datadir}/systemtap/runtime
|
||||||
%{_datadir}/systemtap/runtime/*.h
|
%{_datadir}/systemtap/runtime/*.h
|
||||||
%{_datadir}/systemtap/runtime/*.c
|
%{_datadir}/systemtap/runtime/*.c
|
||||||
|
%dir %{_datadir}/systemtap/runtime/softfloat
|
||||||
|
%{_datadir}/systemtap/runtime/softfloat/*.h
|
||||||
%{_datadir}/systemtap/runtime/transport
|
%{_datadir}/systemtap/runtime/transport
|
||||||
%{_datadir}/systemtap/runtime/unwind
|
%{_datadir}/systemtap/runtime/unwind
|
||||||
%dir %{_datadir}/systemtap/runtime/linux
|
%dir %{_datadir}/systemtap/runtime/linux
|
||||||
@ -489,6 +491,15 @@ exit 0
|
|||||||
%{_libexecdir}/systemtap/python/stap-resolve-module-function.py
|
%{_libexecdir}/systemtap/python/stap-resolve-module-function.py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 4.3-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user