Jelmer Kuperus commented on Bug MRPM-98

This is still a problem

The buildPackage method in :

https://svn.codehaus.org/mojo/trunk/mojo/rpm-maven-plugin/src/main/java/org/codehaus/mojo/rpm/RPMHelper.java

creates a commandline like this

/bin/sh -c cd /Users/jkuperus/Development/Projects/cbdp/puppet-nodes/jenkinssystemtest/trunk/target/rpm/jenkinssystemtest/SPECS && rpmbuild -bb --buildroot /Users/jkuperus/Development/Projects/cbdp/puppet-nodes/jenkinssystemtest/trunk/target/rpm/jenkinssystemtest/buildroot --define '_topdir /Users/jkuperus/Development/Projects/cbdp/puppet-nodes/jenkinssystemtest/trunk/target/rpm/jenkinssystemtest' --target 'noarch-apple-mac os x' jenkinssystemtest.spec

This will create a i386 package. If i change the --target argument to be the second argument to rpmbuild it creates the noarch package.

I installed rpmbuild via macports, and executing rpmbuild --version gives :
RPM version 4.4.9

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to