automatic version update by autodist [release 6.6-1mamba;Thu Nov 02 2023]
This commit is contained in:
parent
301fbd2abf
commit
65a240cddf
@ -1,6 +1,6 @@
|
|||||||
%define MAJver %(echo %version | cut -d. -f1)
|
%define MAJver %(echo %version | cut -d. -f1)
|
||||||
Name: linux-tools
|
Name: linux-tools
|
||||||
Version: 6.1
|
Version: 6.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools provided with the Linux Kernel
|
Summary: Tools provided with the Linux Kernel
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -24,14 +24,17 @@ BuildRequires: libnuma-devel
|
|||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpci-devel
|
BuildRequires: libpci-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libslang-devel
|
BuildRequires: libslang-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libtraceevent-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libunwind-devel
|
BuildRequires: libunwind-devel
|
||||||
BuildRequires: libwrap-devel
|
BuildRequires: libwrap-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libtraceevent-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tools provided with the Linux Kernel.
|
Tools provided with the Linux Kernel.
|
||||||
@ -226,9 +229,9 @@ strip %{buildroot}%{_bindir}/trace
|
|||||||
%{_includedir}/perf/perf_dlfilter.h
|
%{_includedir}/perf/perf_dlfilter.h
|
||||||
%dir %{_prefix}/lib/perf
|
%dir %{_prefix}/lib/perf
|
||||||
%{_prefix}/lib/perf/*
|
%{_prefix}/lib/perf/*
|
||||||
%dir %{python310_sitearch}/perf-*-py%{python310_version}.egg-info
|
%dir %{python3_sitearch}/perf-*-py%{python3_version}.egg-info
|
||||||
%{python310_sitearch}/perf-*-py%{python310_version}.egg-info/*
|
%{python3_sitearch}/perf-*-py%{python3_version}.egg-info/*
|
||||||
%{python310_sitearch}/perf.cpython-*.so
|
%{python3_sitearch}/perf.cpython-*.so
|
||||||
%{_mandir}/man1/perf*.1*
|
%{_mandir}/man1/perf*.1*
|
||||||
%{_datadir}/perf-core/strace/groups/file
|
%{_datadir}/perf-core/strace/groups/file
|
||||||
%{_datadir}/perf-core/strace/groups/string
|
%{_datadir}/perf-core/strace/groups/string
|
||||||
@ -262,6 +265,7 @@ strip %{buildroot}%{_bindir}/trace
|
|||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_includedir}/cpufreq.h
|
%{_includedir}/cpufreq.h
|
||||||
%{_includedir}/cpuidle.h
|
%{_includedir}/cpuidle.h
|
||||||
|
%{_includedir}/powercap.h
|
||||||
%{_libdir}/libcpupower.so
|
%{_libdir}/libcpupower.so
|
||||||
|
|
||||||
%files -n usbip
|
%files -n usbip
|
||||||
@ -283,5 +287,8 @@ strip %{buildroot}%{_bindir}/trace
|
|||||||
%{_libdir}/libusbip.so
|
%{_libdir}/libusbip.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 6.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-1mamba
|
* Mon Aug 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-1mamba
|
||||||
- package created
|
- package created
|
||||||
|
Loading…
Reference in New Issue
Block a user