From 8d07d71c421b7ee0e477e301b86c0534b44715825713a0e3b56ccc6f864e53db Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Fri, 9 May 2025 18:00:43 +0200 Subject: [PATCH] Use %make_build to replace SUSE-specific %jobs macro for reproducible builds (bsc#1237231) --- crash.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crash.spec b/crash.spec index 6d93818..2a003f7 100644 --- a/crash.spec +++ b/crash.spec @@ -287,8 +287,8 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-builtin-memset -fno-strict-aliasing -mfull-to export CFLAGS="$RPM_OPT_FLAGS -fno-builtin-memset -fno-strict-aliasing" %endif export GDB="gdb-%{gdb_version}" -make RPMPKG="`cat .rh_rpm_package`" %{?jobs:-j%jobs} -make extensions %{?jobs:-j%jobs} +%make_build RPMPKG="`cat .rh_rpm_package`" +%make_build extensions %if 0%{?build_kmp} export EXTRA_CFLAGS='-DVERSION=\"%version\"' for flavor in %flavors_to_build; do -- 2.49.0