x86_64: remove x86 built binaries [release 6.11.5-2mamba;Sun Oct 27 2024]

This commit is contained in:
Silvan Calarco 2024-10-28 09:22:29 +01:00
parent e1a3ff977f
commit ca53c55b7f

View File

@ -1,7 +1,7 @@
%define MAJver %(echo %version | cut -d. -f1)
Name: linux-tools
Version: 6.11.3
Release: 1mamba
Version: 6.11.5
Release: 2mamba
Summary: Tools provided with the Linux Kernel
Group: System/Kernel and Hardware
Vendor: openmamba
@ -23,7 +23,6 @@ BuildRequires: libncurses-devel
BuildRequires: libnuma-devel
BuildRequires: libopenssl-devel
BuildRequires: libpci-devel
BuildRequires: libpython27-devel
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
BuildRequires: libslang-devel
@ -92,7 +91,10 @@ Development header files and static library for libusbip.
%build
cd tools/perf
%make -f Makefile.perf
%make -f Makefile.perf \
NO_PERF_READ_VDSO32=1 \
NO_PERF_READ_VDSOX32=1
cd ..
cd power/cpupower
@ -147,8 +149,10 @@ cd tools/perf
perfexecdir=lib/perf \
EXTRA_CFLAGS=' -Wno-error=bad-function-cast -Wno-error=declaration-after-statement -Wno-error=switch-enum' \
NO_SDT=1 \
NO_PERF_READ_VDSO32=1 \
NO_PERF_READ_VDSOX32=1 \
PYTHON=python \
PYTHON_CONFIG=python-config \
PYTHON_CONFIG=python3-config \
install-python_ext
cd ..
@ -214,7 +218,6 @@ strip %{buildroot}%{_bindir}/trace
%{_sysconfdir}/bash_completion.d/perf
%{_bindir}/perf
%ifarch %{ix86} x86_64
%{_bindir}/perf-read-vdso32
%{_bindir}/x86_energy_perf_policy
%{_mandir}/man8/x86_energy_perf_policy.8*
%endif
@ -279,6 +282,15 @@ strip %{buildroot}%{_bindir}/trace
%{_libdir}/libusbip.so
%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
- automatic version update by autodist