From 853b1aeda6aabc9f3fcbc08494273e72b29f3056 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Tue, 9 Mar 2021 15:13:11 +0100 Subject: [PATCH] Fix patch level --- libomp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libomp.spec b/libomp.spec index 8ef140c..2221477 100644 --- a/libomp.spec +++ b/libomp.spec @@ -67,7 +67,7 @@ OpenMP regression tests %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' -%autosetup -n %{libomp_srcdir} -p1 +%autosetup -n %{libomp_srcdir} -p2 %build # LTO causes build failures in this package. Disable LTO for now