On Tue, Jul 06, 2004 at 11:08:05AM -0500, Joshua M. Brown wrote: > ...er, how does that effect the rpm build scripts if i'm trying to build > AG2.2 on Fedora Core 2? The reason i ask is to avoid beating my head > against any walls that i don't have to :)
Install rpm-build: yum install rpm-build and use rpmbuild --rebuild instead of rpm --rebuild: rpmbuild --rebuild foo.src.rpm This change was made many years ago, by the way. Red Hat 9 and 8.0, at least, need "rpmbuild" instead of just "rpm" for building packages.

