]> git.pld-linux.org Git - packages/rpm.git/commit
Don't hardcode target cpu in _target_platform on x32. Release 16 auto/th/rpm-5.4.15-16
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 28 Mar 2015 11:31:55 +0000 (12:31 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 28 Mar 2015 11:31:55 +0000 (12:31 +0100)
commit23d3e66f10520042b1d3695faeca5f13858909aa
tree9f3dbd42c94f616ba02401b44da9ce90bca50604
parentba52d6d688d9031402e54cc8892cd91cb8aa6917
Don't hardcode target cpu in _target_platform on x32. Release 16

Hardcoding target cpu in _target_platform macro breaks noarch packages
and makes them unusable on hosts that do not support x86_64-... platform
(e.g. i686).

RPM redefines _target_cpu while building noarch packages, so this change
sets _target_cpu for x32 and makes _target_platform use _target_cpu.
cpu-os-macros.a
rpm.spec
This page took 0.069888 seconds and 4 git commands to generate.