From d5b6ba4459671fee5a7ed04750e6fa3bff3b4914 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Thu, 17 Sep 2020 18:00:31 -0700 Subject: [PATCH] Use %autosetup in the %prep step. Signed-off-by: Filipe Brandenburger --- numactl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numactl.spec b/numactl.spec index 1bb91a0..7984080 100644 --- a/numactl.spec +++ b/numactl.spec @@ -34,7 +34,7 @@ License: LGPLv2 and GPLv2 Provides development headers for numa library calls %prep -%setup -q -n %{name}-%{version} +%autosetup %build # This package fails to build with LTO due to undefined symbols. LTO