]> git.proxmox.com Git - mirror_spl-debian.git/commit
Avoid 'rpm -q' bug for 'make pkg'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 16 Jun 2011 18:49:38 +0000 (11:49 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 16 Jun 2011 18:49:38 +0000 (11:49 -0700)
commita32661a6c976c1d8100ddd8e60c958ae8db98747
tree5f31033079c7cb086be99c1e64b2d606e4344436
parent372c2572336468cbf60272aa7e735b7ca0c3807c
Avoid 'rpm -q' bug for 'make pkg'

RPM version 4.9.0 has been observed to generate extra debug
messages in certain cases.  These debug messages prevent us
from cleanly acquiring the architecture.  This is clearly
an upstream RPM bug which will get fixed.  But until then
a safe solution is to pipe the result through 'tail -1'
to just grab the architecture bit we care about.

Example 'rpm -qp spl-0.6.0-rc4.src.rpm --qf %{arch}' output:

Freeing read locks for locker 0x166: 28031/47480843735008
Freeing read locks for locker 0x168: 28031/47480843735008
x86_64
Makefile.in
config/deb.am
config/tgz.am