How do I get the rpm rebuilds to keep the rpm-tmp.* file around so I can look for information on why something failed? It looks like when I do a rebuild even if it fails the rpm-tmp.* file is automatically removed before I have a chance to review it.
Don't use --rebuild; instead, install the src.rpm and then build from it directly. E.g.:
$ bin/openpkg rpm -Uvh http://repo.example.com/openpkg/release/2.0/SRC/foo-1.0-2.0.0.src.rpm $ bin/openpkg rpm -ba RPM/SRC/foo/foo.spec
Tres. -- =============================================================== Tres Seaver [EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List [EMAIL PROTECTED]
