From 0a403b03acc99857093252ae25c2422fef2e57a1 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Nov 06 2024 16:15:19 +0000 Subject: Remove .la leftovers to fix the build on el9 --- diff --git a/numactl.spec b/numactl.spec index f0a9728..7a34826 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.19 -Release: 1%{?dist} +Release: 1.1%{?dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPL-2.0-only @@ -44,6 +44,7 @@ Provides development headers for numa library calls %install rm -rf $RPM_BUILD_ROOT %make_install +rm -f %{buildroot}%{_libdir}/libnuma.la %ldconfig_scriptlets %ldconfig_scriptlets libs @@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Tue Nov 05 2024 Davide Cavalca - 2.0.19-1.1 +- Remove .la leftovers to fix the build on el9 + * Tue Nov 05 2024 Jonathan Wright - 2.0.19-1 - update to 2.0.19 rhbz#2321909 - Fixes "numactl exits if MPOL_PREFERRED_MANY isn't supported"