FC11's rpmbuild has some new guidelines ---------------------------------------
Key: MUNIX-22 URL: http://jira.codehaus.org/browse/MUNIX-22 Project: Maven 2.x Unix Plugin Issue Type: Bug Environment: Fedora 11 - Rpmbuild 4.7 Reporter: Marius Gravdal Priority: Minor After upgrading to the FC11 preview, my existing rpm projects don't build anymore. This is due to a change in the spec that rpmbuilds now follows that doesn't allow any arch dependent binaries in a noarch package. This affects the projects that bundles the wrapper library. The solution is to either add an arch to the package, which I don't really want since I want the same package to run on both x64 and i386. Or to add the following to the specfile: %global _binaries_in_noarch_packages_terminate_build 0 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - 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