
Hi, After building my packages using rpmbuild, solving all the rpmlint complaints, I have tried to build my packages using build. Everything worked fine, but I'd like to know if it is 'legal' to copy the $HOME/.rpmmacros into the BUILD_ROOT directory. Actually, I'd like rpmbuild (the one called by build) to take into account all the macros I've set to enable signing the package (%_signature, %_gpg_path, %_gpg_name, %_gpgbin), as well as the %packager macro. When I used to call rpmbuild alone, all these macros were set in $HOME/.rpmmacros, and then I called rpmbuild -ba --sign <my_spec_file> Now I'd like to call build with BUILD_RPM_BUILD_STAGE="-ba --sign" Or may be is this a wrong method? Anybody can help? Regards, Nadia --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org