Unbreak %if, %if(n)arch, %if(n)os handling
authorJindrich Novy <jnovy@redhat.com>
Fri, 20 May 2011 11:55:04 +0000 (13:55 +0200)
committerJindrich Novy <jnovy@redhat.com>
Fri, 20 May 2011 11:55:39 +0000 (13:55 +0200)
commit3a102207154bc9e695d8875d6f01fd98fc8783c7
tree7810443c4986a5df78b7d09f759012128379033d
parent3d657d5cc22652c71bc15a56b6b4462e228526d6
Unbreak %if, %if(n)arch, %if(n)os handling
- having those expressions without argument is no more allowed
- white space between expression and argument is mandatory
- rpmbuild no more confuses %ifabcd macro with %if abcd
- fix criptic message in case of invalid %if condition
build/parseSpec.c