SHA256
10
0
forked from pool/luabind

Replace usage of %jobs for reproducible builds (boo#1237231)

This commit is contained in:
Bernhard M. Wiedemann
2025-06-09 14:59:45 +02:00
parent ec167e4a77
commit d4f144c38e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 9 12:59:38 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Replace usage of %jobs for reproducible builds (boo#1237231)
-------------------------------------------------------------------
Thu Feb 22 09:50:38 UTC 2024 - Michael Vetter <mvetter@suse.com>

View File

@@ -68,7 +68,7 @@ This package contains the library.
%build
# Parallel build settings ...
limit_jobs="%{?jobs:%{jobs}}"
limit_jobs="$(echo %{?_smp_mflags} | cut -c 3-)"
# do not eat all memory
echo "Available memory:"
free