Re: [Rpm-maint] [rpm-software-management/rpm] Determine %_smp_mflags at build time (PR #2344)

2023-01-11 Thread Panu Matilainen
Closed #2344.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2344#event-8200700376
You are receiving this because you are subscribed to this thread.

Message ID: 
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Determine %_smp_mflags at build time (PR #2344)

2023-01-11 Thread Panu Matilainen
Yup. We handle backports in one go when preparing a bugfix release rather than 
merging bits and pieces like this as they come up, this allows preserving some 
resemblance of time order in commits, less conflicts and better control over 
backport "budget". So I wont merge this now but it's still useful info that we 
need these two commits to fix #2343, thanks for testing and all!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2344#issuecomment-1378605324
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Determine %_smp_mflags at build time (PR #2344)

2023-01-11 Thread Bernhard M. Wiedemann
I dropped the third commit and left the move to macros.in to not be mangled by 
installplatform.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2344#issuecomment-1378584592
You are receiving this because you are subscribed to this thread.

Message ID: ___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Determine %_smp_mflags at build time (PR #2344)

2023-01-10 Thread Bernhard M. Wiedemann
This cherry-picks 3 commits from master
to not embed the build machine CPU core count into .src.rpms

Fixes #2343 
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/2344

-- Commit Summary --

  * Calculate number of threads to use during build, not spec parse
  * Make CPU and thread-related macros available on all platforms
  * Make %_smp_mflags build rather than parse time determined

-- File Changes --

M build/build.c (28)
M build/parseSpec.c (24)
M macros.in (16)
M platform.in (16)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/2344.patch
https://github.com/rpm-software-management/rpm/pull/2344.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2344
You are receiving this because you are subscribed to this thread.

Message ID: rpm-software-management/rpm/pull/2...@github.com
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint