x86_64: remove x86 built binaries [release 6.11.5-2mamba;Sun Oct 27 2024]
This commit is contained in:
parent
e1a3ff977f
commit
ca53c55b7f
@ -1,7 +1,7 @@
|
|||||||
%define MAJver %(echo %version | cut -d. -f1)
|
%define MAJver %(echo %version | cut -d. -f1)
|
||||||
Name: linux-tools
|
Name: linux-tools
|
||||||
Version: 6.11.3
|
Version: 6.11.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Tools provided with the Linux Kernel
|
Summary: Tools provided with the Linux Kernel
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -23,7 +23,6 @@ BuildRequires: libncurses-devel
|
|||||||
BuildRequires: libnuma-devel
|
BuildRequires: libnuma-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpci-devel
|
BuildRequires: libpci-devel
|
||||||
BuildRequires: libpython27-devel
|
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libslang-devel
|
BuildRequires: libslang-devel
|
||||||
@ -92,7 +91,10 @@ Development header files and static library for libusbip.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
cd tools/perf
|
cd tools/perf
|
||||||
%make -f Makefile.perf
|
%make -f Makefile.perf \
|
||||||
|
NO_PERF_READ_VDSO32=1 \
|
||||||
|
NO_PERF_READ_VDSOX32=1
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd power/cpupower
|
cd power/cpupower
|
||||||
@ -147,8 +149,10 @@ cd tools/perf
|
|||||||
perfexecdir=lib/perf \
|
perfexecdir=lib/perf \
|
||||||
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
|
||||||
NO_SDT=1 \
|
NO_SDT=1 \
|
||||||
|
NO_PERF_READ_VDSO32=1 \
|
||||||
|
NO_PERF_READ_VDSOX32=1 \
|
||||||
PYTHON=python \
|
PYTHON=python \
|
||||||
PYTHON_CONFIG=python-config \
|
PYTHON_CONFIG=python3-config \
|
||||||
install-python_ext
|
install-python_ext
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
@ -214,7 +218,6 @@ strip %{buildroot}%{_bindir}/trace
|
|||||||
%{_sysconfdir}/bash_completion.d/perf
|
%{_sysconfdir}/bash_completion.d/perf
|
||||||
%{_bindir}/perf
|
%{_bindir}/perf
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%{_bindir}/perf-read-vdso32
|
|
||||||
%{_bindir}/x86_energy_perf_policy
|
%{_bindir}/x86_energy_perf_policy
|
||||||
%{_mandir}/man8/x86_energy_perf_policy.8*
|
%{_mandir}/man8/x86_energy_perf_policy.8*
|
||||||
%endif
|
%endif
|
||||||
@ -279,6 +282,15 @@ strip %{buildroot}%{_bindir}/trace
|
|||||||
%{_libdir}/libusbip.so
|
%{_libdir}/libusbip.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.11.5-2mamba
|
||||||
|
- x86_64: remove x86 built binaries
|
||||||
|
|
||||||
|
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 6.11.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 18 2024 Automatic Build System <autodist@openmamba.org> 6.11.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 6.11.3-1mamba
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 6.11.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user